aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* tiff: check bppcountMichael Niedermayer2013-02-191-0/+5
* bmp: check available space when reading paletteMichael Niedermayer2013-02-191-0/+4
* h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-1913-77/+209
* svq3: fix decoding residual blocks of b-frames.Ronald S. Bultje2013-02-191-1/+1
* x86/h263_loopfilter: Fix author attribution after code has been moved/splited...Michael Niedermayer2013-02-191-4/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-193-164/+189
|\
| * x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-183-162/+189
* | Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243'Michael Niedermayer2013-02-191-1/+1
|\|
| * x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-181-1/+1
| * svq3: unbreak decodingMatti Hamalainen2013-02-181-4/+6
* | tmv: initialize unused pallete entries with 0Paul B Mahol2013-02-191-0/+1
* | h264: put visualization and debug support backMichael Niedermayer2013-02-192-0/+8
* | mpegvideo: make ff_print_debug_info independant of mpegvideoMichael Niedermayer2013-02-192-62/+74
* | split out ff_hwaccel_pixfmt_list_420[] over individual codecs.Ronald S. Bultje2013-02-187-24/+50
* | cdgraphics: set palette to zero tooPaul B Mahol2013-02-181-1/+3
* | lavc/cdxl: clear palette before reading itPaul B Mahol2013-02-181-0/+1
* | x86/dsputil: fix compilation when h263 decoder/encoder are disabled.Ronald S. Bultje2013-02-181-1/+2
* | h264/svq3: stop using draw_edges.Ronald S. Bultje2013-02-183-44/+15
* | Merge commit 'aa11cb79318baa3415d553424ba378f6c62e1f9b'Michael Niedermayer2013-02-181-18/+13
|\|
| * build: make audio_frame_queue a stand-alone componentLuca Barbato2013-02-171-14/+11
* | Merge commit '870a0c669e536d56c6325d84f65e34c53792398e'Michael Niedermayer2013-02-181-2/+1
|\|
| * build: The libopencore-amrnb encoder depends on audio_frame_queueDiego Biurrun2013-02-171-1/+1
* | Merge commit '8837f4396a1a458a0efb07fe7daba7b847755a7a'Michael Niedermayer2013-02-181-2/+2
|\|
| * libopencore-amrwb: Make AMR-WB ifdeffery more preciseDiego Biurrun2013-02-171-2/+2
* | Merge commit 'e6bda9a9fd86505927a2e095e495eae104860701'Michael Niedermayer2013-02-181-1/+5
|\|
| * libopencore-amr: Conditionally compile decoder and encoder bitsDiego Biurrun2013-02-171-1/+5
* | Merge commit '56632fef65c0cb6946ed3648ded3d7b82e5c5c17'Michael Niedermayer2013-02-181-44/+44
|\|
| * libopencore-amrnb: cosmetics: Group all encoder-related code togetherDiego Biurrun2013-02-171-44/+44
| * dsputil: convert remaining op_pixels_funcLuca Barbato2013-02-173-5/+5
* | Merge commit '488f87be873506abb01d67708a67c10a4dd29283'Michael Niedermayer2013-02-183-6/+9
|\|
| * roqvideodec: check dimensions validityMichael Niedermayer2013-02-171-0/+7
| * vqavideo: check chunk sizes before reading chunksMichael Niedermayer2013-02-171-0/+12
| * qdm2: check array index before use, fix out of array accessesMichael Niedermayer2013-02-171-0/+5
* | h264: don't store intra pcm samples in h->mb.Ronald S. Bultje2013-02-185-24/+22
* | h264: don't initialize missing pictures when using VDPAU.Carl Eugen Hoyos2013-02-171-1/+2
* | h264: avoid calling get_format() multiple timesMichael Niedermayer2013-02-171-2/+8
* | Only set accelerated arm fft functions if fft is enabled.Carl Eugen Hoyos2013-02-172-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-171-0/+5
|\|
| * error_resilience: add required headers.Anton Khirnov2013-02-171-0/+5
* | lavc: fix codec_descriptor and pkt_timebase doxy.Clément Bœsch2013-02-171-2/+2
* | lavc/utils: reindent in avcodec_decode_subtitle2() after f7963993.Clément Bœsch2013-02-171-10/+10
* | lavc: support subtitles character encoding conversion.Clément Bœsch2013-02-174-5/+128
* | lavc: mark bitmap based subtitles codecs as such.Clément Bœsch2013-02-173-1/+9
* | lavc/tta: Use a safer check for encrypted streamsJames Almer2013-02-171-1/+1
* | h264: don't initialize missing pictures when using a hwaccelHendrik Leppkes2013-02-171-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-1635-1792/+2255
|\|
| * h264: deMpegEncContextizeAnton Khirnov2013-02-1534-1718/+2162
* | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer2013-02-1612-62/+84
|\|
| * mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-1512-62/+84
* | Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0'Michael Niedermayer2013-02-1615-339/+450
|\|