Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | rtpenc: Use AVFormatContext.packet_size instead of a private option | Martin Storsjö | 2012-03-19 | 2 | -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_read | Nicolas George | 2012-03-19 | 1 | -0/+13 | |
| | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | |||||
| * | | libavformat: Use AVFormatContext.probesize in init_input | Martin Storsjö | 2012-03-19 | 1 | -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 dicts | Martin Storsjö | 2012-03-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | |||||
| * | | cosmetics: Align some AVInput/OutputFormat declarations | Martin Storsjö | 2012-03-19 | 3 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | Also add missing trailing commas. Signed-off-by: Martin Storsjö <martin@martin.st> | |||||
| * | | zmbv: check decompress result | Kostya Shishkov | 2012-03-19 | 1 | -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 indentation | Kostya Shishkov | 2012-03-19 | 1 | -23/+23 | |
| | | | ||||||
| * | | adpcm: convert adpcm_thp to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -19/+17 | |
| | | | ||||||
| * | | adpcm: convert adpcm_yamaha to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | adpcm: convert adpcm_swf to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -56/+61 | |
| | | | ||||||
| * | | adpcm: convert adpcm_sbpro to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -14/+17 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ct to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ima_amv/smjpeg to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -16/+22 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ea_xas to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -6/+10 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ea_r1/2/3 to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -33/+28 | |
| | | | ||||||
| * | | adpcm: convert ea_maxis_xa to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -8/+10 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ea to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -29/+24 | |
| | | | ||||||
| * | | adpcm convert adpcm_ima_ea_sead to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -3/+4 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ima_ea_eacs to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -13/+17 | |
| | | | ||||||
| * | | adpcm: convert adpcm_xa to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -6/+5 | |
| | | | ||||||
| * | | adpcm: convert ima_ws to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -17/+18 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ima_apc to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ima_iss to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -6/+10 | |
| | | | ||||||
| * | | adpcm: convert adpcm_dk3 to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -33/+26 | |
| | | | ||||||
| * | | adpcm: convert adpcm_dk4 to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -9/+11 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ms to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -16/+24 | |
| | | | ||||||
| * | | adpcm: use av_clip() in adpcm_ima_expand_nibble(). | Ronald S. Bultje | 2012-03-18 | 1 | -2/+1 | |
| | | | ||||||
| * | | adpcm: convert adpcm_4xm to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -5/+9 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ima_wav to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -10/+7 | |
| | | | ||||||
| * | | adpcm: convert adpcm_ima_qt to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -13/+14 | |
| | | | ||||||
| * | | adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference. | Ronald S. Bultje | 2012-03-18 | 5 | -144/+144 | |
| | | | ||||||
| * | | oma: Fix out of array read. | Michael Niedermayer | 2012-03-18 | 1 | -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 Niedermayer | 2012-03-19 | 2 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | Fixes ticket1082 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | | avcodec_encode_audio2: Increase the audio buffer size. | Michael Niedermayer | 2012-03-19 | 1 | -1/+1 | |
| |/ |/| | | | | | | | | | Fixes Ticket1104 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | mp3_probe: consider id3 tags to be low scoring mp3. | Michael Niedermayer | 2012-03-19 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspect | Stefano Sabatini | 2012-03-19 | 1 | -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 < 0 | Stefano Sabatini | 2012-03-19 | 1 | -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 function | Matthieu Bouron | 2012-03-19 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | Tell users about supported audio samplerates in mmf. | Carl Eugen Hoyos | 2012-03-19 | 1 | -1/+1 | |
| | | ||||||
* | | Match documentation for transparency in BGR32 iff images. | Carl Eugen Hoyos | 2012-03-19 | 1 | -0/+5 | |
| | | ||||||
* | | h264: print the pps_id when its invalid. | Michael Niedermayer | 2012-03-19 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | ZeroCodec Decoder | Derek Buitenhuis | 2012-03-19 | 9 | -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 Niedermayer | 2012-03-18 | 20 | -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 bc | Mans Rullgard | 2012-03-18 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | |||||
| * | Update Janne's email address. | Diego Biurrun | 2012-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | APIchanges: Replace Subversion revision numbers by Git hashes. | Diego Biurrun | 2012-03-18 | 1 | -147/+147 | |
| | | ||||||
| * | bytestream: Eliminate one level of pointless macro indirection. | Diego Biurrun | 2012-03-18 | 1 | -19/+11 | |
| | | ||||||
| * | xwd: convert to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -32/+34 | |
| | | ||||||
| * | vqavideo: port to bytestream2 API | Paul B Mahol | 2012-03-18 | 1 | -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 .avpreset | Reinhard Tartler | 2012-03-18 | 2 | -4/+4 | |
| | | | | | | | | | | | | The preset files have been renamed some time ago. CC: libav-stable@libav.org |