summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-1440-1346/+1167
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (25 commits) vcr1: Add vcr1_ prefixes to all static functions with generic names. vcr1: Fix return type of common_init to match the function pointer signature. vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits. motion-test: remove disabled code gxfenc: remove disabled half-implemented MJPEG tag x86: use more standard construct for setting ASM functions in FFT code fate: westwood-aud: disable decoding fate: caf: disable decoding fate: film-cvid: drop pcm audio and rename test fate: d-cinema-demux: drop unnecessary flags fate: split off dpcm-interplay from interplay-mve tests fate: rename funcom-iss to adpcm-ima-iss fate: rename cryo-apc to adpcm-ima-apc fate: rename adpcm-psx-str-v3 to adpcm-xa fate: split off adpcm-ms-mono test from dxa-feeble fate: split off adpcm-ima-ws test from vqa-cc fate: add adpcm-ima-smjpeg test fate: split off adpcm-ima-amv from amv test fate: separate bmv audio and video tests fate: separate delphine-cin audio and video tests ... Conflicts: doc/platform.texi libavcodec/vcr1.c tests/fate/audio.mak tests/fate/demux.mak tests/fate/video.mak tests/ref/fate/ea-mad-pcm-planar tests/ref/fate/interplay-mve-16bit tests/ref/fate/interplay-mve-8bit tests/ref/fate/mtv tests/ref/fate/qtrle-1bit tests/ref/fate/qtrle-2bit tests/ref/fate/truemotion1-15 tests/ref/fate/truemotion1-24 tests/ref/fate/vqa-cc Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vcr1: Add vcr1_ prefixes to all static functions with generic names.Diego Biurrun2012-05-141-13/+13
| |
| * vcr1: Fix return type of common_init to match the function pointer signature.Diego Biurrun2012-05-141-1/+3
| | | | | | | | libavcodec/vcr1.c:182: warning: initialization from incompatible pointer type
| * vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.Diego Biurrun2012-05-141-3/+5
| |
| * motion-test: remove disabled codeDiego Biurrun2012-05-141-4/+0
| |
| * gxfenc: remove disabled half-implemented MJPEG tagDiego Biurrun2012-05-141-11/+0
| |
| * x86: use more standard construct for setting ASM functions in FFT codeVitor Sessak2012-05-141-22/+23
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * fate: westwood-aud: disable decodingMans Rullgard2012-05-142-2/+13
| | | | | | | | | | | | | | The codec (adpcm-ima-ws) is tested elsewhere. Using framecrc output provides more information than a single md5 if something goes wrong. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: caf: disable decodingMans Rullgard2012-05-142-2/+2
| | | | | | | | | | | | | | This is intended as a demuxer test and the file contains pcm_s16be audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: film-cvid: drop pcm audio and rename testMans Rullgard2012-05-143-33/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: d-cinema-demux: drop unnecessary flagsMans Rullgard2012-05-141-1/+1
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: split off dpcm-interplay from interplay-mve testsMans Rullgard2012-05-146-211/+134
| | | | | | | | | | | | | | These two files use the same audio codec so only one test for this is needed. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: rename funcom-iss to adpcm-ima-issMans Rullgard2012-05-143-3/+3
| | | | | | | | | | | | This matches the name of the codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: rename cryo-apc to adpcm-ima-apcMans Rullgard2012-05-143-3/+3
| | | | | | | | | | | | This matches the name of the tested codec. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: rename adpcm-psx-str-v3 to adpcm-xaMans Rullgard2012-05-142-3/+3
| | | | | | | | | | | | This matches the name of the codec tested. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: split off adpcm-ms-mono test from dxa-feebleMans Rullgard2012-05-144-47/+50
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: split off adpcm-ima-ws test from vqa-ccMans Rullgard2012-05-144-42/+45
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: add adpcm-ima-smjpeg testMans Rullgard2012-05-142-0/+354
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: split off adpcm-ima-amv from amv testMans Rullgard2012-05-144-162/+165
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: separate bmv audio and video testsMans Rullgard2012-05-146-47/+50
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: separate delphine-cin audio and video testsMans Rullgard2012-05-144-94/+97
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: truemotion1: disable audioMans Rullgard2012-05-143-145/+2
| | | | | | | | | | | | These tests include adpcm-ima-dk3 audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: qtrle: disable audio in all testsMans Rullgard2012-05-143-142/+2
| | | | | | | | | | | | These files contain mace6 audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: pcm-planar: disable videoMans Rullgard2012-05-143-297/+146
| | | | | | | | | | | | | | This file has eamad video which is tested elsewhere. Also rename the test to reflect this change. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: mtv: disable video decodingMans Rullgard2012-05-142-40/+41
| | | | | | | | | | | | | | This test contains raw rgb565le video. Converting to rgb24 serves no useful purpose here. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * doc: misc improvements for the Windows sectionDiego Biurrun2012-05-141-21/+12
| | | | | | | | | | | | Fix some orthography, wording and grammar issues; update the SDL section with more current instructions; simplify lib.exe example command line; drop outdated comments about libnut.
* | udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.Nicolas George2012-05-141-7/+7
| | | | | | | | | | Some environments, for example Android, pretend to have pthreads but actually have only a partial implementation.
* | configure: check for pthread_cancel.Nicolas George2012-05-141-0/+5
| |
* | ffprobe: replace fast_asprintf() with bprint utils.Clément Bœsch2012-05-141-53/+18
| | | | | | | | Also remove the unused print_fmt_opt() in the process.
* | lavu/bprint: add av_bprint_reset().Clément Bœsch2012-05-143-1/+14
| |
* | lavfi: document filter design subtleties.Nicolas George2012-05-142-0/+117
| | | | | | | | The details on reference ownership and permissions are missing.
* | update_initial_durations: use av_ts2str()Michael Niedermayer2012-05-141-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | update_initial_durations: add some checks to ensure things match up.Michael Niedermayer2012-05-141-0/+8
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: revert 492cc1Michael Niedermayer2012-05-141-0/+4
| | | | | | | | | | | | This restores correct block_align values in case of stream copy. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ogg: rewrite first timestamp reading code.Michael Niedermayer2012-05-141-11/+10
| | | | | | | | | | | | | | | | this is simpler and closer to how timestamps are found for seeking. Fixes Ticket1186 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ogg: in ogg_get_length() start from data_offset not 0.Michael Niedermayer2012-05-141-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/ffprobe: fix rendering of the timecode chapter in the man pageStefano Sabatini2012-05-141-5/+9
| |
* | ffprobe: add "nokey" option to default writerStefano Sabatini2012-05-142-3/+16
| | | | | | | | Help simplifying parsing in certain cases.
* | ffprobe: add "noprint_wrappers" option to default writerStefano Sabatini2012-05-143-5/+70
| | | | | | | | | | | | | | The option is useful for simplifying parsing. Also use the new option in fate, in order to fix the regression introduced by the previous commit.
* | ffprobe: simplify/fix logic for the -show_format_entry optionStefano Sabatini2012-05-141-13/+13
| | | | | | | | | | Do not skip chapter header/footer printing, which breaks the parsing for most writers.
* | ffprobe: remove unused print_format_entry() functionStefano Sabatini2012-05-141-14/+0
| | | | | | | | The function was introduced in 653d117c, but is not required.
* | mpegvideo_enc: Fix chroma edge sizeMichael Niedermayer2012-05-141-2/+2
| | | | | | | | | | | | Fixes ticket1303 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegts: fix handling of files smaller than 8kbMichael Niedermayer2012-05-141-4/+2
| | | | | | | | | | | | | | Fixes Ticket1094 Analyzed-by: mjs973 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-140-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * qatar/master: doc: fix link to fate.libav.org Conflicts: doc/fate.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: fix link to fate.libav.orgDiego Elio Pettenò2012-05-131-2/+3
| | | | | | | | | | Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | flac_parser: speedup fifo reallocMichael Niedermayer2012-05-141-2/+2
| | | | | | | | | | | | Fixes Ticket1121 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/utils: make use of av_ts2str() to print timestamps.Clément Bœsch2012-05-131-32/+38
| |
* | libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ↵Michael Niedermayer2012-05-132-0/+8
| | | | | | | | | | | | ff_pack_6ch_float_to_int32_a_sse4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ↵Michael Niedermayer2012-05-132-7/+22
| | | | | | | | | | | | ff_pack_6ch_int32_to_float_a_sse4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libswresample: make NOP_N macro less picky on its parametersMichael Niedermayer2012-05-131-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud