aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| * | prores: allow user to set fixed quantiserKostya Shishkov2012-03-181-44/+70
| | |
| * | lavf: remove some disabled code.Anton Khirnov2012-03-171-36/+0
| | |
| * | lavf: only set average frame rate for video.Anton Khirnov2012-03-171-4/+4
| | |
| * | lavf: remove a pointless check.Anton Khirnov2012-03-171-1/+1
| | | | | | | | | | | | Timebase is already checked in avpriv_set_pts_info().
| * | avcodec: add XBM encoderPaul B Mahol2012-03-179-2/+95
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* | | build_sys: zmbv test depends on zlibMichael Niedermayer2012-03-181-0/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | build_sys: zlib_test depends on zlibMichael Niedermayer2012-03-181-0/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | build_sys: mpng_test depends on zlibMichael Niedermayer2012-03-181-0/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | build_sys: flashsv2_test depends on zlibMichael Niedermayer2012-03-181-0/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | build_sys: Add dependencies for pp testing.Michael Niedermayer2012-03-181-0/+6
| | | | | | | | | | | | | | | | | | Should fix mp=pp test failure by not running it without --enable-gpl Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavfi/movie: add loop parameterWilliam Yu2012-03-183-6/+31
| | | | | | | | | | | | | | | Signed-off-by: William Yu <genwillyu@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | | lavc/jpeglsenc: fix allocation in case of negative linesize, and add malloc ↵Stefano Sabatini2012-03-181-1/+3
| | | | | | | | | | | | | | | | | | check Fix crash with negative linesizes, fix trac ticket #1078.
* | | pgmyuvenc: abort encoding if width is not evenPaul B Mahol2012-03-181-0/+4
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mxfdec: Let pkt->pts = mxf->current_edit_unit if intra-onlyTomas Härdin2012-03-181-0/+10
| | | | | | | | | | | | | | | | | | | | | We can't do this in general since we could be reading a file with B-frames while lacking an index. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | indeo4: Skip null frames.Michael Niedermayer2012-03-181-0/+3
| | | | | | | | | | | | | | | | | | Fixes crashes from Ticket845 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | jpg: fix colors for sequential RGBCarl Eugen Hoyos2012-03-181-0/+2
| | | | | | | | | | | | | | | | | | Fixes Ticket850 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vorbisenc: set quality to a reasonable default.Michael Niedermayer2012-03-181-1/+1
| | | | | | | | | | | | | | | | | | Fixed Ticket847 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavfi/scale: document behavior with regards to the output sample aspect ratioStefano Sabatini2012-03-182-4/+9
| | | | | | | | | | | | Also show the input and output sample aspect ratio in the log.
* | | dv: Fix streamcopy input.Michael Niedermayer2012-03-181-2/+11
| | | | | | | | | | | | | | | | | | Fixes Ticket1042 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>