summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*Paul B Mahol2012-01-03
* lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol2012-01-03
* vp3: remove redeclaration of vp3_decode_flushJean First2012-01-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-03
|\
| * mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-02
| * v410enc: fix undefined signed left shift caused by integer promotionJanne Grunau2012-01-02
| * Fix a bunch of typos.Diego Biurrun2012-01-02
| * Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-02
| * wavpack: fix typos in previous cosmetic clean-up commitJustin Ruggles2012-01-02
| * wavpack: cosmetics: K&R pretty-printingJustin Ruggles2012-01-02
| * wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes2012-01-01
| * bmv audio: implement new audio decoding APIJustin Ruggles2012-01-01
| * mpegaudiodec: skip all channels when skipping granulesJustin Ruggles2012-01-01
* | jpegdec: non interleaved rgb ljpeg support.Michael Niedermayer2012-01-02
* | jpegdec: 9-16 bit yuv/gray ljpeg support.Michael Niedermayer2012-01-02
* | jpegdec: Only enable rgb mode when there are 3 components.Michael Niedermayer2012-01-02
* | vp3: fix regression with mplayer-crash.ogvMichael Niedermayer2012-01-02
* | y41p encoder and decoderPaul B Mahol2012-01-02
* | j2kdec: av_log formatting use %tx instead of %xJean First2012-01-02
* | Revert "mpegvideo: Do not error out on default values of thread_count."Michael Niedermayer2012-01-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-02
|\|
| * bfi: K&R cosmeticsAneesh Dogra2012-01-01
| * bgmc: K&R cleanupAneesh Dogra2012-01-01
| * rawdec: propagate pict_type information to the output frameStefano Sabatini2012-01-01
| * rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski2012-01-01
| * threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau2012-01-01
| * threads: set thread_count to 1 when thread support is disabledJanne Grunau2012-01-01
| * threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-01
* | Add missing PIX_FMT_NONE to libopenjpegencCarl Eugen Hoyos2012-01-01
* | Cosmetics: Replace -1 with PIX_FMT_NONE.Paul B Mahol2012-01-01
* | h264: Fix frame sync / random access handling.Michael Niedermayer2012-01-01
* | h264: Fix recovery_frame initialization when recovery_frame is -1Michael Niedermayer2012-01-01
* | h264: reset picture->sync on allocation.Michael Niedermayer2012-01-01
* | h264: add forgotten \n to "Invalid mix of idr and non-idr slices"Michael Niedermayer2012-01-01
* | h264: Print pass in NAL debug outputMichael Niedermayer2012-01-01
* | Support gray8a pam encoding.Carl Eugen Hoyos2012-01-01
* | pthread: dont autoenable frame threads with visualizationMichael Niedermayer2012-01-01
* | pthread: Limit automatic threads to mb_height.Michael Niedermayer2012-01-01
* | Revert 464f26889c99f194d112fcf1197795d341fad38bMichael Niedermayer2012-01-01
* | svq3: Fix memory corruption introduced by automatic thread_count.Michael Niedermayer2012-01-01
* | mpegvideo: Do not error out on default values of thread_count.Michael Niedermayer2012-01-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-01
|\|
| * mpegaudiodec: fix seeking.Ronald S. Bultje2011-12-31
| * mpegaudiodec: fix compilation when testing the unchecked bitstream readerJustin Ruggles2011-12-31
| * threads: add sysconf based number of CPUs detectionJanne Grunau2011-12-31
| * threads: always include necessary headers for number of CPUs detectionJanne Grunau2011-12-31
| * threads: default to automatic thread count detectionJanne Grunau2011-12-31
| * cook: K&R formatting cosmeticsShitiz Garg2011-12-31
* | Only expand raw and packed 1bpp tiff horizontally if it is palettised.Carl Eugen Hoyos2011-12-31
* | h264: Fix seeking in 00017.MTSMichael Niedermayer2011-12-31