aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | bink: fix typo in FFALIGN() argumentKostya Shishkov2012-03-201-1/+1
| | | |
| * | | bink: align plane width to 8 when calculating bundle sizesKostya Shishkov2012-03-201-0/+2
| | | | | | | | | | | | | | | | This fixes decoding of Bink files with non-multiple-of-16 width.
| * | | doc: pass -Idoc texi2html and texi2podMans Rullgard2012-03-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This fixes doc generation in build tree separate from source. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | | doc: texi2pod: add -I flagMans Rullgard2012-03-201-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows specifying additional directories to search for @include files. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | | movenc: Add a min_frag_duration optionMartin Storsjö2012-03-203-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The other fragmentation options (frag_duration, frag_size and frag_keyframe) are combined with OR, cutting fragments at the first of the conditions being fulfilled. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö2012-03-202-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables reordering of UDP packets by default, unless the caller explicitly sets -max_delay 0. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-205-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the muxers/demuxers that use the field handle the default -1 in the same way as 0. This allows distinguishing an intentionally set 0 from the default value where the user hasn't set it. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | Generate manpages for AV{Format,Codec}Context AVOptions.Anton Khirnov2012-03-204-5/+140
| | | |
| * | | doc/avconv: remove entries for AVOptions.Anton Khirnov2012-03-202-179/+29
| | | | | | | | | | | | | | | | Documentation for those will be generated automatically.
| * | | Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-204-407/+458
| | | | | | | | | | | | | | | | This will allow us to automatically generate manpages for them.
| * | | lavf: use AVStream.discard to disable queueing attached pictures.Anton Khirnov2012-03-201-1/+2
| | | |
| * | | lavf: requeue attached pictures after seeking.Anton Khirnov2012-03-201-10/+31
| | | | | | | | | | | | | | | | | | | | This allows the caller to get them without special code even after seeking before receiving any data.
| * | | id3v2: set the keyframe flag on attached pictures.Anton Khirnov2012-03-201-0/+1
| | | |
| * | | FATE: change fate-maxis-xa to a normal demuxing testPaul B Mahol2012-03-192-2/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
| * | | FATE: add test for adpcm-ea-maxis-xaPaul B Mahol2012-03-192-0/+34
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
| * | | vp8: avoid race condition on segment map.Aaron Colwell2012-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change avoids accessing the segment map of the previous frame if segmentation is not enabled for the current frame. The caller of decode_mb_mode() only calls ff_thread_await_progress() on the reference segmentation index array if segmentation is enabled, so Chromium's TSAN will report a race when accessing this data while segmentation is not enabled. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | | | fate/zerocodec: fix permissionsMichael Niedermayer2012-03-201-0/+0
| | | | | | | | | | | | | | | | | | | | Reported-by: Deamon404 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | pngenc: Fix incorrect mask used for interlaced mode.Michael Niedermayer2012-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes Ticket1109 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | pngdec: print error message for truncated pngs even if we output themMichael Niedermayer2012-03-201-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | pngenc: allocate packets that have some chance of being large enough.Michael Niedermayer2012-03-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | mxfdec: Only parse next partition pack if parsing forwardTomas Härdin2012-03-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | This fixes ticket #1099. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | pngdec: dont discard incomplete images.Michael Niedermayer2012-03-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | pngdec: Print error messages for the various failure pathes.Michael Niedermayer2012-03-201-4/+13
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | flv: clarify use of video info/cmd frame.Clément Bœsch2012-03-202-4/+6
| | | | | | | | | | | | | | | | | | | | Also add generated key frame in the enum, and doxycomment the existing ones. Descriptions are directly taken from the public specifications.
* | | | zerocodec: Fix licenseDerek Buitenhuis2012-03-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ISC doesn't contain this line, so remove it to prevent confusion. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | FATE: Add ZeroCodec testDerek Buitenhuis2012-03-202-0/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | ffv1enc: Check context_modelMichael Niedermayer2012-03-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes crash Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-2025-493/+10990
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (35 commits) fix space type in Changelog ZeroCodec Decoder RealAudio Lossless decoder rtpenc: Use AVFormatContext.packet_size instead of a private option url: Document the expected behaviour of url_read libavformat: Use AVFormatContext.probesize in init_input docs: Fix a stray reference to tags in the generic doxy on dicts cosmetics: Align some AVInput/OutputFormat declarations zmbv: check decompress result zmbv: correct indentation adpcm: convert adpcm_thp to bytestream2. adpcm: convert adpcm_yamaha to bytestream2. adpcm: convert adpcm_swf to bytestream2. adpcm: convert adpcm_sbpro to bytestream2. adpcm: convert adpcm_ct to bytestream2. adpcm: convert adpcm_ima_amv/smjpeg to bytestream2. adpcm: convert adpcm_ea_xas to bytestream2. adpcm: convert adpcm_ea_r1/2/3 to bytestream2. adpcm: convert ea_maxis_xa to bytestream2. adpcm: convert adpcm_ea to bytestream2. ... Conflicts: Changelog libavcodec/Makefile libavcodec/adpcm.c libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/version.h libavcodec/zerocodec.c libavcodec/zmbv.c libavformat/riff.c libavformat/url.h tests/ref/fate/truemotion1-15 tests/ref/fate/truemotion1-24 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | fix space type in ChangelogKostya Shishkov2012-03-191-1/+1
| | | |
| * | | ZeroCodec DecoderDerek Buitenhuis2012-03-199-1/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An obscure Japanese lossless video codec, originally intended for use with a remote desktop application. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
| * | | RealAudio Lossless decoderKostya Shishkov2012-03-1910-1/+10472
| | | |
| * | | rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-192-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The private option has not been part of any release yet (and it is only of use in quite rare cases), so just remove it instead of keeping it with deprecation warnings. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | url: Document the expected behaviour of url_readNicolas George2012-03-191-0/+13
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö2012-03-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was forgotten in the transition from av_open_input_file to avformat_open_input, see 603b8bc2a1. This doesn't change anything for the default case where the option isn't set, since PROBE_BUF_MAX is 1048576 (which was used as max probe size earlier) while the default value for the probesize option is 5000000, which for the probe function is clipped to PROBE_BUF_MAX anyway. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö2012-03-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-193-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Also add missing trailing commas. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | zmbv: check decompress resultKostya Shishkov2012-03-191-1/+5
| | | | | | | | | | | | | | | | | | | | Changing flush type from Z_FINISH is needed since encoder compresses fixed amount of data and doesn't care about writing end of stream marker.
| * | | zmbv: correct indentationKostya Shishkov2012-03-191-23/+23
| | | |
| * | | adpcm: convert adpcm_thp to bytestream2.Ronald S. Bultje2012-03-181-19/+17
| | | |
| * | | adpcm: convert adpcm_yamaha to bytestream2.Ronald S. Bultje2012-03-181-2/+2
| | | |
| * | | adpcm: convert adpcm_swf to bytestream2.Ronald S. Bultje2012-03-181-56/+61
| | | |
| * | | adpcm: convert adpcm_sbpro to bytestream2.Ronald S. Bultje2012-03-181-14/+17
| | | |
| * | | adpcm: convert adpcm_ct to bytestream2.Ronald S. Bultje2012-03-181-2/+2
| | | |
| * | | adpcm: convert adpcm_ima_amv/smjpeg to bytestream2.Ronald S. Bultje2012-03-181-16/+22
| | | |
| * | | adpcm: convert adpcm_ea_xas to bytestream2.Ronald S. Bultje2012-03-181-6/+10
| | | |
| * | | adpcm: convert adpcm_ea_r1/2/3 to bytestream2.Ronald S. Bultje2012-03-181-33/+28
| | | |
| * | | adpcm: convert ea_maxis_xa to bytestream2.Ronald S. Bultje2012-03-181-8/+10
| | | |
| * | | adpcm: convert adpcm_ea to bytestream2.Ronald S. Bultje2012-03-181-29/+24
| | | |
| * | | adpcm convert adpcm_ima_ea_sead to bytestream2.Ronald S. Bultje2012-03-181-3/+4
| | | |
| * | | adpcm: convert adpcm_ima_ea_eacs to bytestream2.Ronald S. Bultje2012-03-181-13/+17
| | | |