aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
| * | adpcm: convert adpcm_xa to bytestream2.Ronald S. Bultje2012-03-181-6/+5
| | |
| * | adpcm: convert ima_ws to bytestream2.Ronald S. Bultje2012-03-181-17/+18
| | |
| * | adpcm: convert adpcm_ima_apc to bytestream2.Ronald S. Bultje2012-03-181-2/+2
| | |
| * | adpcm: convert adpcm_ima_iss to bytestream2.Ronald S. Bultje2012-03-181-6/+10
| | |
| * | adpcm: convert adpcm_dk3 to bytestream2.Ronald S. Bultje2012-03-181-33/+26
| | |
| * | adpcm: convert adpcm_dk4 to bytestream2.Ronald S. Bultje2012-03-181-9/+11
| | |
| * | adpcm: convert adpcm_ms to bytestream2.Ronald S. Bultje2012-03-181-16/+24
| | |
| * | adpcm: use av_clip() in adpcm_ima_expand_nibble().Ronald S. Bultje2012-03-181-2/+1
| | |
| * | adpcm: convert adpcm_4xm to bytestream2.Ronald S. Bultje2012-03-181-5/+9
| | |
| * | adpcm: convert adpcm_ima_wav to bytestream2.Ronald S. Bultje2012-03-181-10/+7
| | |
| * | adpcm: convert adpcm_ima_qt to bytestream2.Ronald S. Bultje2012-03-181-13/+14
| | |
| * | adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje2012-03-185-144/+144
| | |
| * | oma: Fix out of array read.Michael Niedermayer2012-03-181-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Input: 01-Untitled-partial.oma ZZUF params: zzuf[s=7157,r=0.001] Fixes Bugzilla #106 Bug-found-by: darkshikari Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | | snowenc: move runs from stack to heap.Michael Niedermayer2012-03-192-5/+8
| | | | | | | | | | | | | | | | | | Fixes ticket1082 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec_encode_audio2: Increase the audio buffer size.Michael Niedermayer2012-03-191-1/+1
| |/ |/| | | | | | | | | Fixes Ticket1104 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mp3_probe: consider id3 tags to be low scoring mp3.Michael Niedermayer2012-03-191-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspectStefano Sabatini2012-03-191-3/+2
| | | | | | | | | | | | | | Previously it was returning 0 in case the aspect was parsable but invalid. X-ColaCount: +10*PHIl
* | lavc/sunrastenc: consider cases with linesize < 0Stefano Sabatini2012-03-191-9/+8
| | | | | | | | | | Make sunrast_image_write_image() deal with cases when linesize is < 0. Fix trac ticket #1077.
* | gxf: return AVERROR_EOF instead of AVERROR(EIO) at end of gxf_packet functionMatthieu Bouron2012-03-191-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Tell users about supported audio samplerates in mmf.Carl Eugen Hoyos2012-03-191-1/+1
| |
* | Match documentation for transparency in BGR32 iff images.Carl Eugen Hoyos2012-03-191-0/+5
| |
* | h264: print the pps_id when its invalid.Michael Niedermayer2012-03-191-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ZeroCodec DecoderDerek Buitenhuis2012-03-199-0/+190
| | | | | | | | | | | | | | | | 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: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-1820-392/+464
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: make compare() function compatible with POSIX bc Update Janne's email address. APIchanges: Replace Subversion revision numbers by Git hashes. bytestream: Eliminate one level of pointless macro indirection. xwd: convert to bytestream2. vqavideo: port to bytestream2 API Read preset files with suffix .avpreset prores: allow user to set fixed quantiser lavf: remove some disabled code. lavf: only set average frame rate for video. lavf: remove a pointless check. avcodec: add XBM encoder Conflicts: Changelog cmdutils.c cmdutils.h doc/APIchanges libavcodec/Makefile libavcodec/avcodec.h libavcodec/version.h libavcodec/vqavideo.c libavformat/img2enc.c libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: make compare() function compatible with POSIX bcMans Rullgard2012-03-181-2/+1
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Update Janne's email address.Diego Biurrun2012-03-181-1/+1
| |
| * APIchanges: Replace Subversion revision numbers by Git hashes.Diego Biurrun2012-03-181-147/+147
| |
| * bytestream: Eliminate one level of pointless macro indirection.Diego Biurrun2012-03-181-19/+11
| |
| * xwd: convert to bytestream2.Ronald S. Bultje2012-03-181-32/+34
| |
| * vqavideo: port to bytestream2 APIPaul B Mahol2012-03-181-89/+97
| | | | | | | | | | | | | | Protects against overreads. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Read preset files with suffix .avpresetReinhard Tartler2012-03-182-4/+4
| | | | | | | | | | | | The preset files have been renamed some time ago. CC: libav-stable@libav.org