|
|
|
@9e724d7
|
12 years |
michaelni |
dct-test: fix alignment in ff_prores_idct_put_10_sse2()
…
|
|
|
@234d42f5
|
12 years |
michaelni |
postprocess: fix another void returning void function.
lets hope this …
|
|
|
@ee1748ab
|
12 years |
stefasab |
lavfi: fix signature for default_filter_name()
Return a const char *, …
|
|
|
@91bdced3
|
12 years |
michaelni |
mpegtsenc: prevent pcr_packet_period==0
a period of 1 is the smallest …
|
|
|
@1321e6e
|
12 years |
michaelni |
tiffenc: use av_assert()
Signed-off-by: Michael Niedermayer …
|
|
|
@0d249316
|
12 years |
nicolas.george |
vf_fps: set frame_rate.
|
|
|
@c8428a0d
|
12 years |
nicolas.george |
vf_tile: update deprecated functions.
|
|
|
@7b993c4
|
12 years |
nicolas.george |
vf_tile: set frame_rate.
|
|
|
@4adf5dfa
|
12 years |
nicolas.george |
sdl: fix aspect ratio computations.
The rounding was wrong due to …
|
|
|
@3ff6b1a2
|
12 years |
nicolas.george |
sdl: fix overlay size.
The size passed to SDL_CreateYUVOverlay is the …
|
|
|
@2f9907be
|
12 years |
nicolas.george |
sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS.
It allows vsync …
|
|
|
@4bfee465
|
12 years |
michaelni |
bprint-test: avoid z modifier, mingw fails with it
Signed-off-by: …
|
|
|
@d35c27db
|
12 years |
michaelni |
sink_buffer: dont return void from void functions.
Signed-off-by: …
|
|
|
@3b196bb7
|
12 years |
michaelni |
libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM
Signed-off-by: …
|
|
|
@915ec91e
|
12 years |
michaelni |
libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASM
Signed-off-by: …
|
|
|
@63bfee87
|
12 years |
michaelni |
libavcodec/x86/dwt.c: move some missed things under HAVE_YASM
…
|
|
|
@b84c9cf7
|
12 years |
michaelni |
dct-test: fix #if for ff_prores_idct_put_10_sse2()
Signed-off-by: …
|
|
|
@7b0d3625
|
12 years |
michaelni |
libavfilter: make ff_null_start_frame_keep_ref() a non static inline …
|
|
|
@8836b41a
|
12 years |
michaelni |
fate-acodec-dca2: add bitexact flag
Signed-off-by: Michael …
|
|
|
@fd8da83d
|
12 years |
michaelni |
enc_dec_pcm: add bitexact flag
Signed-off-by: Michael Niedermayer …
|
|
|
@8f1b139c
|
12 years |
michaelni |
cmdutils: dont return void from a void function
Signed-off-by: …
|
|
|
@dfaf2dd9
|
12 years |
michaelni |
h264: use externally provided dimensions when they appear to be more …
|
|
|
@32759812
|
12 years |
onemda |
libopenjpegdec: make use of FF_ARRAY_ELEMS
Signed-off-by: Paul B …
|
|
|
@695e85f1
|
12 years |
michaelni |
libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mapping
defines …
|
|
|
@53dfc384
|
12 years |
stefasab |
lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE
|
|
|
@1ef5561
|
12 years |
onemda |
libopenjpeg: YUVA422P and YUVA444P support
Signed-off-by: Paul B …
|
|
|
@75f8f702
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@8554e21f
|
12 years |
onemda |
ffv1enc: add yuva422p to .pix_fmts
This was forgotten in …
|
|
|
@94632dbb
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: fix …
|
|
|
@2138bc16
|
12 years |
michaelni |
remove unreferenced table "dnxhd_1238_ac_index_flag" (empty curly …
|
|
|
@a4744032
|
12 years |
onemda |
libopenjpegdec: unbreak yuva420p support
Regression introduced in …
|
|
|
@143a5390
|
12 years |
Marton Balint |
ffplay: fix return value of get_video_frame if avcodec_decode_video …
|
|
|
@7655cc39
|
12 years |
onemda |
colorspace-test: add few more tests
Signed-off-by: Paul B Mahol …
|
|
|
@b0415287
|
12 years |
michaelni |
float_dsp.c: Restore author attribution that was removed by libav …
|
|
|
@f0313e90
|
12 years |
michaelni |
x86/float_dsp.asm: restore author attribution
The attribution was …
|
|
|
@30f51509
|
12 years |
mans |
h264: allow cropping to AVCodecContext.width/height
Override the …
|
|
|
@8aa93e90
|
12 years |
mans |
mov: set AVCodecContext.width/height for h264
This is required for …
|
|
|
@1b7a4c9
|
12 years |
michaelni |
lavc/bintext: check extradata size
Signed-off-by: Michael Niedermayer …
|
|
|
@c61c8536
|
12 years |
michaelni |
lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata
…
|
|
|
@eae983f4
|
12 years |
michaelni |
ffmpeg: fix fate breakage introduced by key=value buffersrc args.
…
|
|
|
@1d69dcb8
|
12 years |
onemda |
swscale: unscaled rgb48 <-> bgr48
Signed-off-by: Paul B Mahol …
|
|
|
@e400b95b
|
12 years |
onemda |
bink: check av_mallocz() return value
Signed-off-by: Paul B Mahol …
|
|
|
@c2dd01c1
|
12 years |
onemda |
binkaudio: prevent extradata overread
Signed-off-by: Paul B Mahol …
|
|
|
@6fef82f
|
12 years |
nicolas.george |
ffmpeg: with filter_complex, avoid random in<->out mapping.
With …
|
|
|
@fbaa8fe6
|
12 years |
nicolas.george |
ffmpeg: init icodec.
With complex filter graphs, it can end up …
|
|
|
@8362d734
|
12 years |
nicolas.george |
ffmpeg: use the frame rate computed by lavfi.
This frame rate is more …
|
|
|
@5f281e94
|
12 years |
nicolas.george |
ffmpeg: add frame rate to the buffersrc arguments.
The arguments now …
|
|
|
@0f621256
|
12 years |
nicolas.george |
buffersrc: deprecate flat options syntax.
|
|
|
@9ca44067
|
12 years |
nicolas.george |
buffersrc: accept the frame rate as argument.
|
|
|
@dcaa4efc
|
12 years |
nicolas.george |
buffersrc: accept key=value arguments.
The current flat arguments …
|
|
|
@283cc059
|
12 years |
nicolas.george |
buffersink: add av_buffersink_get_frame_rate().
|
|
|
@7b42036
|
12 years |
nicolas.george |
lavfi: add a frame_rate field to AVFilterLink.
|
|
|
@cac4760
|
12 years |
kostya.shishkov |
iac: generate codec tables as they are supposed to be
Unlike its …
|
|
|
@e1a3fa5d
|
12 years |
kostya.shishkov |
indeo4: handle frame type 1 properly
It turns out that this frame …
|
|
|
@04e2ac47
|
12 years |
michaelni |
libavutil.v: add avpriv prefix
This should fix the fate failure …
|
|
|
@a5c63493
|
12 years |
michaelni |
swr: skip memset(0) in rematrix when the array is known to be already …
|
|
|
@75d900d5
|
12 years |
michaelni |
swr: zero buffers on allocation
Signed-off-by: Michael Niedermayer …
|
|
|
@023c073
|
12 years |
michaelni |
add bracket around the argument (fixes compilation error with ICL)
…
|
|
|
@690ea935
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@7e22514d
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@e016e3c9
|
12 years |
michaelni |
swr: add mix8to2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@b0348158
|
12 years |
michaelni |
swr: 5.1->stereo double, float and s16
2.5 times faster than the …
|
|
|
@ca30ae12
|
12 years |
michaelni |
swr: add all in one rematrixing function ptr
Signed-off-by: Michael …
|
|
|
@dfde3d49
|
12 years |
michaelni |
swr: add inrermediate sample type for rematrixing
Signed-off-by: …
|
|
|
@03e098e
|
12 years |
justin.ruggles |
lavu: change versioning script to include all av* prefixed symbols
…
|
|
|
@cb819338
|
12 years |
Marton Balint |
ffplay: reset AVFrame to defaults before decoding each new frame.
…
|
|
|
@349b65ee
|
12 years |
Marton Balint |
ffplay: check return code of avcodec_decode_video2()
Signed-off-by: …
|
|
|
@3b81a18b
|
12 years |
justin.ruggles |
float_dsp: ppc: add a separate header for Altivec function prototypes
…
|
|
|
@a839d6ab
|
12 years |
mans |
ARM: fix float_dsp breakage from d5a7229
Signed-off-by: Mans Rullgard …
|
|
|
@d5a7229
|
12 years |
justin.ruggles |
Add a float DSP framework to libavutil
Move vector_fmul() from …
|
|
|
@98db4e2a
|
12 years |
justin.ruggles |
PPC: Move types_altivec.h and util_altivec.h from libavcodec to …
|
|
|
@94d2b0d
|
12 years |
justin.ruggles |
ARM: Move asm.S from libavcodec to libavutil
This will allow for …
|
|
|
@718607be
|
12 years |
michaelni |
rv10: change assert() to av_assert()
Signed-off-by: Michael …
|
|
|
@1be7bfdd
|
12 years |
michaelni |
ffmpeg.c: fix erroneous "Output file is empty" message.
This message …
|
|
|
@134d0f71
|
12 years |
onemda |
Revert "Fix building libopencore_amrnb decoder without …
|
|
|
@b35d38bd
|
12 years |
Carl Eugen Hoyos |
Add iac build dependency.
Found and analysed by trac user Jamal.
…
|
|
|
@37a9cdfc
|
12 years |
Carl Eugen Hoyos |
Fix dirac decoder build dependencies.
Found, analysed and tested by …
|
|
|
@8a880d69
|
12 years |
Carl Eugen Hoyos |
Fix latm muxer Makefile dependencies.
Found, analysed and tested by …
|
|
|
@b8e2dcd
|
12 years |
Carl Eugen Hoyos |
Fix jacosub muxer Makefile dependencies.
Found, analysed and tested …
|
|
|
@b8fe9f08
|
12 years |
Carl Eugen Hoyos |
Fix amv encoder dependencies.
Found, analysed and tested by trac user …
|
|
|
@e11020a1
|
12 years |
onemda |
Fix building libopencore_amrnb decoder without libopencore_amrnb …
|
|
|
@f4e0ec81
|
12 years |
onemda |
pixdesc: BGRA64 is rgb pixel format
Signed-off-by: Paul B Mahol …
|
|
|
@5b51efdc
|
12 years |
michaelni |
fate-bprint: try to workaround platform specific value.
this should …
|
|
|
@d5d30d56
|
12 years |
michaelni |
Revert "sinewin_tablegen: use av_assert"
using as_assert() in the …
|
|
|
@bc92214e
|
12 years |
mans |
vc1dsp: mark put/avg_vc1_mspel_mc() always_inline
This ensures that …
|
|
|
@80485a4
|
12 years |
michaelni |
mpegtsenc: make pts/dts offseting optional
Signed-off-by: Michael …
|
|
|
@6668ef75
|
12 years |
nicolas.george |
cmdutils: include threading caps in codecs listing.
Suggested by …
|
|
|
@e0545262
|
12 years |
nicolas.george |
amerge: accept multiple inputs.
|
|
|
@e8e492b3
|
12 years |
nicolas.george |
af_amerge: move nb_in_ch into the in structure.
With that change, …
|
|
|
@e45a92dc
|
12 years |
nicolas.george |
audioconvert: implement av_bprint_channel_layout().
And reimplement …
|
|
|
@7a2b4291
|
12 years |
nicolas.george |
fate: add bprint test.
|
|
|
@b3e2bb08
|
12 years |
nicolas.george |
bprint: add av_bprint_init_for_buffer().
|
|
|
@9148ae5b
|
12 years |
nicolas.george |
opt: add test for IMAGE_SIZE and PIXEL_FMT.
|
|
|
@61c266d7
|
12 years |
nicolas.george |
opt: free test_ctx.string at the end.
Makes valgrind happy.
|
|
|
@42b774ab
|
12 years |
nicolas.george |
opt: init test_ctx to 0.
Otherwise, setting string will try to free a …
|
|
|
@d9b0d75c
|
12 years |
nicolas.george |
opt: add AV_OPT_TYPE_PIXEL_FMT.
|
|
|
@9f7b014a
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: fix …
|
|
|
@67732b9d
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpegts: …
|
|
|
@b4d44367
|
12 years |
michaelni |
h261enc: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@07732b4f
|
12 years |
michaelni |
h261dec: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|