summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-09
|\
| * psymodel: Remove wrapper functions.Nathan Caldwell2011-05-08
| * aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...Nathan Caldwell2011-05-08
* | pnmdec: reindent after the previous commitStefano Sabatini2011-05-08
* | pnmdec: add support for mono images with non-space-separated pixel digitsStefano Sabatini2011-05-08
* | ffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10Michael Niedermayer2011-05-08
* | v210enc:clip values according to specificationsBaptiste Coudurier2011-05-08
* | v210enc: switch to PIX_FMT_422P10Baptiste Coudurier2011-05-08
* | v210dec: switch to PIX_FMT_422P10Baptiste Coudurier2011-05-08
* | ffv1: set internal frame defaultsStefano Sabatini2011-05-08
* | PIX_FMT_422P10 supportBaptiste Coudurier2011-05-08
* | adpcmenc:Optimize adpcm_ima_qt_compress_sample()Michael Niedermayer2011-05-08
* | adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier2011-05-08
* | adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-05-08
* | svq1dec: simpify mean calculation.Michael Niedermayer2011-05-08
* | svq1dec: replace /2 by >>1Michael Niedermayer2011-05-08
* | pnm: Fix spurious error message.Michael Niedermayer2011-05-08
* | libopenjpeg: set internal frame defaultsStefano Sabatini2011-05-08
* | aacdec: add decode_channel_map overread checkReimar Döffinger2011-05-07
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | lavc: add format field to AVFrameStefano Sabatini2011-05-07
* | lavc: add width and height fields to AVFrameStefano Sabatini2011-05-07
* | Use av_fast_malloc instead of av_fast_realloc.Reimar Döffinger2011-05-07
* | msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating valueReimar Döffinger2011-05-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-07
|\|
| * wmavoice: Use proper size in memeset().Alex Converse2011-05-05
* | mpegvideo: fix 422 lowresMichael Niedermayer2011-05-06
* | Allow encodiing empty subtitles.JULIAN GARDNER2011-05-06
* | In svq3 decoder, check negative mb_type, fix potential crash.Baptiste Coudurier2011-05-06
* | MPEG: support 4:4:4 lowresMichael Niedermayer2011-05-05
* | MPEG: support 4:4:4 intra lowresMichael Niedermayer2011-05-05
* | SVQ3: do not modify const input bufferBaptiste Coudurier2011-05-05
* | SVQ3: Check that things match up after a frame.Baptiste Coudurier2011-05-05
* | SVQ3: Move svq3 specific fields to their own context.Baptiste Coudurier2011-05-05
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * 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
| * 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
| * mpegvideo: reindent.Ronald S. Bultje2011-05-03
| * mpegvideo: don't av_malloc(0).Ronald S. Bultje2011-05-03
* | 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