summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | ffplay: set CODEC_FLAG_EMU_EDGE earlierMichael Niedermayer2011-05-05
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * doc: Check standalone compilation before submitting new components.Diego Biurrun2011-05-04
| * Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-04
| * Fix standalone compilation of ac3_fixed encoder.Diego Biurrun2011-05-04
| * Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.Diego Biurrun2011-05-04
| * Fix standalone compilation of IMC decoder.Diego Biurrun2011-05-04
| * Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-04
| * Fix standalone compilation of MXPEG decoder.Diego Biurrun2011-05-04
| * flashsv: K&R cosmeticsDiego Biurrun2011-05-04
| * matroskaenc: fix memory leakMans Rullgard2011-05-04
| * vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-04
| * vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje2011-05-04
| * Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-04
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
| * indeo3: Eliminate use of long.Alex Converse2011-05-03
| * get_bits: make cache unsigned to eliminate undefined signed overflow.Alex Converse2011-05-03
| * asfdec: fix assert failure on invalid filesUoti Urpala2011-05-03
| * avfilter: check malloc return values.Ronald S. Bultje2011-05-03
| * mpegvideo: reindent.Ronald S. Bultje2011-05-03
| * nutenc: check malloc return values.Ronald S. Bultje2011-05-03
| * avfilter: don't av_malloc(0).Ronald S. Bultje2011-05-03
| * nutenc: don't av_malloc(0).Ronald S. Bultje2011-05-03
| * mpegvideo: don't av_malloc(0).Ronald S. Bultje2011-05-03
| * asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje2011-05-03
* | rgb24toyv12: break out in the middle before out of array reads.Michael Niedermayer2011-05-05
* | ffplay: fix memleak if avfilter is disabledalexandru_mg32011-05-05
* | file: Fix mmap error check.Michael Niedermayer2011-05-05
* | configure: jack currently needs sem_timedwait()Michael Niedermayer2011-05-04
* | ffplay: removed unused variable channels.Michael Niedermayer2011-05-04
* | Disable warnings for casting pointers to integers, there is nothing wrong wit...Michael Niedermayer2011-05-04
* | swscale: fix src typeMichael Niedermayer2011-05-04
* | Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’"Michael Niedermayer2011-05-04
* | dvbsubdec: Split delete_state()JULIAN GARDNER2011-05-04
* | xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash.Michael Niedermayer2011-05-04
* | sonic: fix sonic decoder to match encoder for sample rates other than 44100.Justin Ruggles2011-05-04
* | bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable ‘re_cach...Michael Niedermayer2011-05-04
* | bitstream reader: remove unneeded variable initilization.Michael Niedermayer2011-05-04
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-04
|\|
| * Implement fate-rsync targetReinhard Tartler2011-05-03
| * Make ffmpeg support generic data streamLuca Barbato2011-05-03
* | msvideo1 regression testMichael Niedermayer2011-05-04
* | MS Video 1 encoderKostya Shishkov2011-05-04
* | Remove lowres support from wmv2 decoderami_stuff2011-05-03
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-03
|\|
| * vp8: frame-multithreading.Ronald S. Bultje2011-05-02
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
| * dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-02
* | Support decoding of 24 bit True Audio samples-Carl Eugen Hoyos2011-05-03