Marton Balint
9fb2b41258
ffplay: force setting video mode on fullscreen toggle
Fixes ticket #736 . Based on the patch by glangshaw.
Signed-off-by: Marton Balint <cus@passwd.hu>
14 years ago
Martin Storsjö
115a57302a
applehttp: Properly clean up if unable to probe a segment
This avoids a segfault if the probe function wasn't able to
determine the format.
The bug was found by Panagiotis H.M. Issaris.
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Martin Storsjö
c41b9842ce
applehttp: Avoid reading uninitialized memory
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Diego Biurrun
61ad9a4bb3
fate: Replace misleading "aac" in the name of an ADTS test with "adts".
14 years ago
Diego Biurrun
80726be491
fate: Drop pointless "-an" from pictor test command.
14 years ago
Diego Biurrun
d69a03ef41
fate: split off image codec FATE tests into their own file
14 years ago
Clément Bœsch
54c7e81a53
fate: split off map_channel tests.
Also introduce a fate-mapchan rule for all of them.
14 years ago
Diego Biurrun
b998aec461
fate: split off WMA codec FATE tests into their own file
14 years ago
Diego Biurrun
8602767492
fate: split off lossless video and audio FATE tests into their own files
14 years ago
Diego Biurrun
f8c47cb863
fate: split off qtrle codec FATE tests into their own file
14 years ago
Diego Biurrun
42de665db9
fate: split off Ut Video codec FATE tests into their own file
14 years ago
Diego Biurrun
753a5063bd
fate: split off screen codec FATE tests into their own file
14 years ago
Diego Biurrun
bad3817919
fate: split off Real Inc. codec FATE tests into their own file
14 years ago
Diego Biurrun
bf6923577e
fate: split off AC-3 codec FATE tests into their own file
14 years ago
Andrey Utkin
4f820131fa
mpegvideo: remove abort() in ff_find_unused_picture()
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
14 years ago
Panagiotis H.M. Issaris
9b01a8ad5e
Prevent segfault if iformat was not yet initialized.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Matthieu Bouron
366605ff5d
mpeg12enc: fix drop_frame_timecode value
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Carl Eugen Hoyos
7862bd3d4a
Cosmetics: Improve 'too short LIST' error message in wav.c.
14 years ago
Carl Eugen Hoyos
a8e93ce4cb
Do not reject LIST tags in wav with size 4.
Fixes ticket #745 .
14 years ago
Carl Eugen Hoyos
9c18a056b1
Detect 'yuv2' as rawvideo also in avi.
14 years ago
Mans Rullgard
71ce76027d
rv40: NEON optimised loop filter strength selection
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
d8edf1b515
rv40: rearrange loop filter functions
This splits the loop filter functions into smaller, more SIMD-friendly
functions.
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Diego Biurrun
3e0b1c9a81
configure: cosmetics: sort some lists where appropriate
14 years ago
Diego Biurrun
3c62a71486
swscale_mmx: drop no longer required parameters from VSCALEX macros
14 years ago
Diego Biurrun
52de07e1f1
swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.
14 years ago
Diego Biurrun
88b9735753
build: conditionally compile x86 H.264 chroma optimizations
14 years ago
Clément Bœsch
c608776ce9
cosmetic: consistent spacing over the Changelog.
14 years ago
Michael Niedermayer
0a11e7ffba
fate: fix v410 on big endian
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Derek Buitenhuis
64a0b826e1
fate: Add FATE tests for v410 encoder and decoder
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Derek Buitenhuis
309ffa4fe3
v410 encoder and decoder
v410 is a packed 10-bit 4:4:4 YCbCr format used in
QuickTime.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
635a301683
MAINTAINERS: add 0.9
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
eda3758c87
ac3dec: update checked AV_EF flags.
A user who wishes to use default error concealment cannot set the
AV_EF_CRCCHECK flag because not every CRC in every format is a
reliable indicator of bitstream damage. In some formats crcrs
can be nonsensical in absence of any damage. We thus add the
AV_EF_CAREFUL flag in addition to the AV_EF_CRCCHECK flag to
allow a user to enable this reliable CRC check without having to
enable all CRC checks in all formats.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Derek Buitenhuis
80f6c0bb95
v410 encoder and decoder
v410 is a packed 10-bit 4:4:4 YCbCr format used in
QuickTime.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
14 years ago
Derek Buitenhuis
86ae512453
doc: make developer.texi point to correct fate doc
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
14 years ago
Diego Biurrun
144904e901
build: rename subdir.mak ---> library.mak
14 years ago
Diego Biurrun
0d9bd2d584
configure: do not manually enable protocols
Protocols are handled just like all other components groups such as
muxers and are automatically enabled.
14 years ago
Michael Niedermayer
3ba0bfe71f
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ulti: Fix invalid reads
lavf: dealloc private options in av_write_trailer
yadif: support 10bit YUV
vc1: mark with ER_MB_ERROR bits overconsumption
lavc: introduce ER_MB_END and ER_MB_ERROR
error_resilience: use the ER_ namespace
build: move inclusion of subdir.mak to main subdir loop
rv34: NEON optimised 4x4 dequant
rv34: move 4x4 dequant to RV34DSPContext
aacdec: Use intfloat.h rather than local punning union.
Conflicts:
libavcodec/h264.c
libavcodec/vc1dec.c
libavfilter/vf_yadif.c
libavformat/Makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Reimar Döffinger
36be045ed7
Support "VLB " audio in NSV files.
See samples/nsv/vlb_audio.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
14 years ago
Michael Niedermayer
16b771b1f4
cleanup: for(int
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
b39e01a6e8
clenaup: #ifdec CONFIG*
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Clément Bœsch
0b4e5451ba
lavfi: use the new audio API in amovie source filter.
14 years ago
Clément Bœsch
220481e1d6
lavfi: skip the frame in case of error.
This fixes playback with some audio files through filters.
14 years ago
Michael Niedermayer
f39258d587
lavc: set pkt_?ts to NOPTS in get_frame_defaults.
Idea-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
9aeaf62903
Fix all GNU %Ld
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
35f707abe1
twinnvq: remove ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
0e187fd13c
decoding example: reset pts/dts after subpacket.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
6c39b3c278
ffmpeg: reset dts/pts after decoding the first subpacket
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Gaurav Narula
a99273ebf3
ulti: Fix invalid reads
Signed-off-by: Martin Storsjö <martin@martin.st>
14 years ago
Luca Barbato
4badb386ce
lavf: dealloc private options in av_write_trailer
Fix the iformat/oformat typo.
14 years ago
Luca Barbato
d32eed5c73
yadif: support 10bit YUV
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
14 years ago