aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini2011-03-171-3/+4
* lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini2011-03-171-1/+5
* lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini2011-03-171-1/+2
* Fix compilation error when CONFIG_AVFILTER is not defined.Thierry Foucu2011-03-171-2/+7
* matroskadec: set a default duration also for packets comming from a simple blockAurelien Jacobs2011-03-161-2/+2
* Use av_strdup instead of strdup, fixes mingw buildBaptiste Coudurier2011-03-162-4/+2
* Remove occurrences of my old email address.Ramiro Polla2011-03-162-2/+2
* Do not attempt to decode APE file with no frames.Kostya Shishkov2011-03-151-0/+4
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-1531-79/+214
|\
| * Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-159-11/+13
| * Add AVERROR_EXIT.Nicolas George2011-03-152-0/+3
| * avio: deprecate url_ferrorAnton Khirnov2011-03-157-10/+9
| * lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov2011-03-151-8/+0
| * h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale2011-03-151-1/+4
| * Delete MAINTAINERS fileMans Rullgard2011-03-141-379/+0
| * ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-145-37/+120
| * ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin2011-03-147-39/+65
| * mm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross2011-03-141-4/+5
| * jv demuxer: prevent video packet size overflowPeter Ross2011-03-141-0/+2
| * jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross2011-03-141-3/+5
| * jv demuxer: calculate palette_size for each frame in read_headerPeter Ross2011-03-141-5/+5
| * Bitmap Brothers JV errataPeter Ross2011-03-143-0/+6
| * Bitmap Brothers JV demuxerPeter Ross2011-03-144-1/+224
| * Bitmap Brothers JV video decoderPeter Ross2011-03-144-2/+220
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-139-27/+27
| * doc: document applehttp protocolLuca Barbato2011-03-131-0/+16
| * VP8: fix other function declarationJason Garrett-Glaser2011-03-121-1/+1
* | Revert "ac3enc: shift coefficients to 24-bit following MDCT rather than using...Michael Niedermayer2011-03-153-41/+16
* | Revert "ac3enc: add SIMD-optimized shifting functions for use with the fixed-...Michael Niedermayer2011-03-155-138/+41
* | mm decoder: move buffer allocation from decode_init() to decode_frame().Peter Ross2011-03-131-4/+5
* | jv demuxer: prevent video packet size overflowPeter Ross2011-03-131-0/+2
* | fbdev: fix check on nanosleep return valeStefano Sabatini2011-03-131-1/+1
* | jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross2011-03-131-3/+5
* | jv demuxer: calculate palette_size for each frame in read_headerPeter Ross2011-03-131-5/+5
* | Revert "configure: allow checking multiple functions in check_func_headers()"Michael Niedermayer2011-03-121-12/+15
* | Revert "configure: improve pkg-config support"Michael Niedermayer2011-03-121-35/+1
* | Revert "configure: use pkg-config helpers"Michael Niedermayer2011-03-121-7/+14
* | Merge branch 'master' of git://git.ffmpeg.org/ffmpegMichael Niedermayer2011-03-128-127/+169
|\|
| * VC1: Export profile/levelHendrik Leppkes2011-03-122-4/+24
| * ffmpeg: remove unused variable in ffmpeg_exit()Stefano Sabatini2011-03-121-1/+0
| * VP8: optimize VP8Context struct orderingJason Garrett-Glaser2011-03-122-79/+79
| * VP8: fix function declarationJason Garrett-Glaser2011-03-121-1/+1
| * VP8: token probs doesn't need paddingJason Garrett-Glaser2011-03-121-2/+1
| * VP8: use a goto to break out of two loopsJason Garrett-Glaser2011-03-121-1/+2
| * Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-123-9/+8
| * configure: use pkg-config helpersMans Rullgard2011-03-111-14/+7
| * configure: improve pkg-config supportMans Rullgard2011-03-111-1/+35
| * configure: allow checking multiple functions in check_func_headers()Mans Rullgard2011-03-111-15/+12
* | Merge remote-tracking branch 'remotes/newdev/master'Michael Niedermayer2011-03-113-2/+24
|\|
| * Add one more avc intra fourcc and extend the descriptionBenjamin Larsson2011-03-101-2/+3