|
|
|
@32fdfdfb
|
12 years |
michaelni |
Merge commit '354468fc12dcf93e7fb4af552e18906771913273'
* commit …
|
|
|
@3c132641
|
12 years |
michaelni |
Merge commit '37045e422903695e610cca6ecb753df643ab9380'
* commit …
|
|
|
@a303dce2
|
12 years |
michaelni |
utils: Dont sent fake channel layouts, 0 layout is better when its not …
|
|
|
@f9fd6f98
|
12 years |
michaelni |
Merge commit '2eba9087f3031c6050f8dcd996225490be6c2410'
* commit …
|
|
|
@a7f9d92a
|
12 years |
michaelni |
Merge commit '192f1984b1a93aa08af053b8f9ab4950f307bd5d'
* commit …
|
|
|
@36685c3c
|
12 years |
michaelni |
Merge commit '15ec0450b4ae891f3e6ababa03c777a4443b94ca'
* commit …
|
|
|
@64d11cb6
|
12 years |
michaelni |
mss1: set frame defaults
Signed-off-by: Michael Niedermayer …
|
|
|
@80661e0f
|
12 years |
Clément Bœsch |
buffer: use the atomic get instead of the add and fetch variant.
|
|
|
@1ad542f1
|
12 years |
michaelni |
get_video_buffer: add vertical padding
Fix memory corruption
…
|
|
|
@53fd4f55
|
12 years |
michaelni |
avcodec: fix motion vector vissualization
was broken by the buffer …
|
|
|
@6ae4372
|
12 years |
michaelni |
h264/mpegvideo: fix ff_print_debug_info2 arguments
Signed-off-by: …
|
|
|
@a76ef998
|
12 years |
michaelni |
mpegvideo: move ff_print_debug_info2 to where ff_print_debug_info is
…
|
|
|
@b91459e5
|
12 years |
michaelni |
atomic: prefer gcc builtins over win32 atomics, if available.
The …
|
|
|
@c48828f7
|
12 years |
michaelni |
atomic: Check for sync_val_compare_and_swap instead of …
|
|
|
@c5362538
|
12 years |
michaelni |
snow: set frame defaults
Signed-off-by: Michael Niedermayer …
|
|
|
@b5e5ed8
|
12 years |
michaelni |
Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'
* commit …
|
|
|
@01a0283c
|
12 years |
michaelni |
h264: disallow single unpaired fields as references of frames
Fixes …
|
|
|
@c69acbf8
|
12 years |
michaelni |
lavfi/moviesrc: use refcounted frames
|
|
|
@0fc01ae3
|
12 years |
michaelni |
h264: fix null pointer dereference and assertion failure
…
|
|
|
@ee3c3dd5
|
12 years |
michaelni |
ff_alloc_picture: free tables in case of dimension mismatches
Fixes …
|
|
|
@9e73f6d
|
12 years |
michaelni |
mpegvideo: dont allow last == current
this fixes deadlocks
…
|
|
|
@9dd0b7ad
|
12 years |
michaelni |
update_frame_pool: use channel field
Fix memory corruption
…
|
|
|
@80e9e63c
|
12 years |
michaelni |
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
* commit …
|
|
|
@2e7bc9c2
|
12 years |
michaelni |
snowdec: fix off by 1 error in dimensions check
fixes infinite loop
…
|
|
|
@73b40e2e
|
12 years |
nicolas.george |
lavfi/buffersink: move the filter structures at the end.
Also apply a …
|
|
|
@1123080d
|
12 years |
Clément Bœsch |
cmdutils: remove conditionnal pp include.
The definition of the …
|
|
|
@de54a96a
|
12 years |
nicolas.george |
lavfi/buffersink: implement av_buffersink_get_samples().
Note: the …
|
|
|
@b71db3f3
|
12 years |
nicolas.george |
lavfi/buffersrc: do not dereference NULL frame.
frame = NULL is used …
|
|
|
@03b87fe5
|
12 years |
nicolas.george |
lavfi: rename sink_buffer.c into buffersink.c.
|
|
|
@3add5dc8
|
12 years |
nicolas.george |
lavfi: remove buffersink.c.
It only contains merge conflicts …
|
|
|
@fa41f7ec
|
12 years |
nicolas.george |
lavfi/sink_buffer: move stuff to reduce the diff.
Note: …
|
|
|
@35135a39
|
12 years |
stefasab |
lavfi/smartblur: add support to named options
|
|
|
@fb14e37d
|
12 years |
nicolas.george |
ffmpeg: re-enable use of buffersrc flags.
AV_BUFFERSRC_FLAG_PUSH is …
|
|
|
@b0012de4
|
12 years |
nicolas.george |
lavfi/buffersrc: implement flags.
The PUSH flags is necessary for …
|
|
|
@cb2bd91
|
12 years |
nicolas.george |
ffmpeg: add the -canvas_size option.
Allows, amongst other things, to …
|
|
|
@f9b34b8b
|
12 years |
nicolas.george |
ffmpeg: port sub2video to AVFrame.
And re-enable the FATE test.
|
|
|
@f185a04
|
12 years |
stefasab |
doc/ffplay,ffmpeg: mention the corresponding negated option for -stats …
|
|
|
@a2a84840
|
12 years |
stefasab |
cmdutils: clarify log message, in case of option routed to both codec …
|
|
|
@63edd2f9
|
12 years |
stefasab |
cmdutils: remove duplicated check on CONFIG_POSTPROC
The check is …
|
|
|
@475c090a
|
12 years |
stefasab |
cmdutils: make print_all_libs_info() show libavresample version
Even …
|
|
|
@daf6ea5d
|
12 years |
stefasab |
cmdutils: fix stylenits
|
|
|
@606efe18
|
12 years |
stefasab |
lavfi/unsharp: add missing option flags
|
|
|
@dae76e8c
|
12 years |
stefasab |
lavc/utils: fix typo and reword message in case of too low bitrate
|
|
|
@f963c778
|
12 years |
michaelni |
avfilter: avoid direct access to "frame"->channels
This avoids ABI …
|
|
|
@91b747ac
|
12 years |
michaelni |
mem: Fix usage of memalign() on DJGPP.
Credits to Khusraw of …
|
|
|
@969e8d35
|
12 years |
stefasab |
lavfi/pad: avoid buffer overflow in buffer_needs_copy()
Replace & …
|
|
|
@65fc80f0
|
12 years |
Clément Bœsch |
lavfi: add curves filter.
|
|
|
@3d813e7e
|
12 years |
Clément Bœsch |
lavfi: bump minor version after the first round of evil changes.
|
|
|
@108434a3
|
12 years |
michaelni |
sink_buffer: remove unused variables
Signed-off-by: Michael …
|
|
|
@d5efa84f
|
12 years |
michaelni |
vp3: embed idct_permutation array directly in VP3DecoderContext.
This …
|
|
|
@96e4b00d
|
12 years |
Clément Bœsch |
lavfi: remove remaining forgotten min/rej perms.
|
|
|
@806a66fd
|
12 years |
michaelni |
mpegts: clear avprograms only for removed programs
Fixes Ticket2186
…
|
|
|
@07ab8d33
|
12 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@f0a5f710
|
12 years |
Clément Bœsch |
lavfi/hue: reindent.
|
|
|
@3da54858
|
12 years |
Clément Bœsch |
lavfi/hue: add an optimized direct path.
|
|
|
@4a62f477
|
12 years |
michaelni |
Merge commit '6e7b50b4270116ded8b874d76cb7c5b1a0341827'
* commit …
|
|
|
@e5306115
|
12 years |
Clément Bœsch |
lavu/frame: fix not/note typo in doxy.
|
|
|
@5e4bc96
|
12 years |
michaelni |
doc: fix examples.
|
|
|
@b1b506bc
|
12 years |
michaelni |
fate: disable sub2video
Signed-off-by: Michael Niedermayer …
|
|
|
@4e7c61b7
|
12 years |
michaelni |
ffmpeg: do not give away our reference to the frame.
Note: the logic …
|
|
|
@9cc02101
|
12 years |
michaelni |
lavc/rawdec: set field order on decoded frame.
|
|
|
@6184fa20
|
12 years |
michaelni |
rawdec: work with refcounted frames.
Adapted from commit …
|
|
|
@a05a44e2
|
12 years |
michaelni |
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
* commit …
|
|
|
@3f78f090
|
12 years |
Carl Eugen Hoyos |
Revert "build: disable iconv by default."
This reverts commit …
|
|
|
@586ae70b
|
12 years |
michaelni |
port FFmpeg lavc frame specificities to lavu functions.
|
|
|
@d1b456b0
|
12 years |
michaelni |
lavu/frame: copy the channels field.
|
|
|
@ee0a8bcb
|
12 years |
Clément Bœsch |
lavfi/showspectrum: fix outpicref initialization.
In 81f2549, output …
|
|
|
@22cc8a10
|
12 years |
michaelni |
x86/qpel: move fullpel and l2 functions to separate file.
This way, …
|
|
|
@9d40f710
|
12 years |
michaelni |
dsputil: make square put/avg_pixels functions local to h264qpel.
Put …
|
|
|
@9222978a
|
12 years |
michaelni |
lavd/v4l2: simplify code
struct buff_data contains a pointer to …
|
|
|
@0286b425
|
12 years |
michaelni |
lavd/v4l2: correctly handle error conditions in mmap_read_frame()
In …
|
|
|
@982070c
|
12 years |
Carl Eugen Hoyos |
Add some fate dependencies to fix make fate with --disable-everything.
|
|
|
@881684e2
|
12 years |
Carl Eugen Hoyos |
Add some fate dependencies to fix make fate with --disable-avdevice.
|
|
|
@98c4268e
|
12 years |
derek.buitenhuis |
libutvideo: Prioritize compatibility with new versions
Signed-off-by: …
|
|
|
@309d6f50
|
12 years |
michaelni |
atomic: Add include guards to the implementation headers
This makes …
|
|
|
@160979f4
|
12 years |
Clément Bœsch |
lavc/utils: make sure the iconv descriptor can be opened only once.
…
|
|
|
@307dc32a
|
12 years |
michaelni |
Merge commit '77b2cd7b41d7ec8008b6fac753c04f77824c514c'
* commit …
|
|
|
@c4e88217
|
12 years |
michaelni |
Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e'
* commit …
|
|
|
@fee484ed
|
12 years |
michaelni |
Merge commit 'ad0c9f2d5d81e22207c6ccecc426bf7306acc327'
* commit …
|
|
|
@d9d97f9b
|
12 years |
michaelni |
Merge commit '1a5e9130162b8adc898e5f6aea82b6372d1e4e6c'
* commit …
|
|
|
@2653e125
|
12 years |
michaelni |
Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'
* commit …
|
|
|
@532f31a6
|
12 years |
michaelni |
Merge commit '1cec0624d0e6f48590283a57169b58b9fe8449d3'
* commit …
|
|
|
@36099df5
|
12 years |
michaelni |
Merge commit '8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb'
* commit …
|
|
|
@e92ba51f
|
12 years |
michaelni |
Merge commit '65f1d45dcc71186ede72fff950996099d23359bd'
* commit …
|
|
|
@23eed009
|
12 years |
michaelni |
Merge commit 'eae0879d961b78717dd2a0899809ad22819ae9e3'
* commit …
|
|
|
@1f3a5773
|
12 years |
michaelni |
Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2'
* commit …
|
|
|
@e9fbb978
|
12 years |
michaelni |
Merge commit 'dbd2a34ba5e5e46b6835e4425c360723c643b7a8'
* commit …
|
|
|
@c32cc7e3
|
12 years |
michaelni |
Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51'
* commit …
|
|
|
@43c6c186
|
12 years |
michaelni |
Merge commit 'd88738e4038b162708dc2f5342e10c1694edfd89'
* commit …
|
|
|
@b094931a
|
12 years |
michaelni |
Merge commit '06b54e84254e4834b4978ff5b27cc2b7ee8d7a98'
* commit …
|
|
|
@6c17ff84
|
12 years |
michaelni |
Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'
* commit …
|
|
|
@80f91a70
|
12 years |
michaelni |
MAINTAINERS: update for 1.2
Signed-off-by: Michael Niedermayer …
n1.3-dev
|
|
|
@eab49f4f
|
12 years |
michaelni |
Revert "aacdec: Reconfigure output as needed, disable …
|
|
|
@8978c743
|
12 years |
michaelni |
aacsbr: Check for envelope scalefactors overflowing
This prevents …
|
|
|
@354468fc
|
12 years |
anton |
avplay: switch to new refcounted frames API
Remove now unused …
|
|
|
@9b2dc29
|
12 years |
anton |
avconv: convert to new refcounted AVFrame API
|
|
|
@37045e42
|
12 years |
anton |
mpegvideo: drop vismv code
It has been broken for over a year without …
|
|
|
@2eba9087
|
12 years |
anton |
lavc: make up a fake frame channel layout when there is no real one.
…
|
|
|
@192f1984
|
12 years |
anton |
lavc: limit maximum number of channels to 63
This is the most that …
|
|
|
@15ec0450
|
12 years |
anton |
lavc: allow decoders to override frame parameters.
|
|
|