| Commit message (Expand) | Author | Age | Files | Lines |
* | tiff: check bppcount | Michael Niedermayer | 2013-02-19 | 1 | -0/+5 |
* | bmp: check available space when reading palette | Michael Niedermayer | 2013-02-19 | 1 | -0/+4 |
* | h264: integrate clear_blocks calls with IDCT. | Ronald S. Bultje | 2013-02-19 | 13 | -77/+209 |
* | svq3: fix decoding residual blocks of b-frames. | Ronald S. Bultje | 2013-02-19 | 1 | -1/+1 |
* | x86/h263_loopfilter: Fix author attribution after code has been moved/splited... | Michael Niedermayer | 2013-02-19 | 1 | -4/+6 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-19 | 3 | -164/+189 |
|\ |
|
| * | x86: dsputil: Fix h263 loop filter link error in some configurations | Daniel Kang | 2013-02-18 | 3 | -162/+189 |
* | | Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243' | Michael Niedermayer | 2013-02-19 | 1 | -1/+1 |
|\| |
|
| * | x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size param | Daniel Kang | 2013-02-18 | 1 | -1/+1 |
| * | svq3: unbreak decoding | Matti Hamalainen | 2013-02-18 | 1 | -4/+6 |
* | | tmv: initialize unused pallete entries with 0 | Paul B Mahol | 2013-02-19 | 1 | -0/+1 |
* | | h264: put visualization and debug support back | Michael Niedermayer | 2013-02-19 | 2 | -0/+8 |
* | | mpegvideo: make ff_print_debug_info independant of mpegvideo | Michael Niedermayer | 2013-02-19 | 2 | -62/+74 |
* | | split out ff_hwaccel_pixfmt_list_420[] over individual codecs. | Ronald S. Bultje | 2013-02-18 | 7 | -24/+50 |
* | | cdgraphics: set palette to zero too | Paul B Mahol | 2013-02-18 | 1 | -1/+3 |
* | | lavc/cdxl: clear palette before reading it | Paul B Mahol | 2013-02-18 | 1 | -0/+1 |
* | | x86/dsputil: fix compilation when h263 decoder/encoder are disabled. | Ronald S. Bultje | 2013-02-18 | 1 | -1/+2 |
* | | h264/svq3: stop using draw_edges. | Ronald S. Bultje | 2013-02-18 | 3 | -44/+15 |
* | | Merge commit 'aa11cb79318baa3415d553424ba378f6c62e1f9b' | Michael Niedermayer | 2013-02-18 | 1 | -18/+13 |
|\| |
|
| * | build: make audio_frame_queue a stand-alone component | Luca Barbato | 2013-02-17 | 1 | -14/+11 |
* | | Merge commit '870a0c669e536d56c6325d84f65e34c53792398e' | Michael Niedermayer | 2013-02-18 | 1 | -2/+1 |
|\| |
|
| * | build: The libopencore-amrnb encoder depends on audio_frame_queue | Diego Biurrun | 2013-02-17 | 1 | -1/+1 |
* | | Merge commit '8837f4396a1a458a0efb07fe7daba7b847755a7a' | Michael Niedermayer | 2013-02-18 | 1 | -2/+2 |
|\| |
|
| * | libopencore-amrwb: Make AMR-WB ifdeffery more precise | Diego Biurrun | 2013-02-17 | 1 | -2/+2 |
* | | Merge commit 'e6bda9a9fd86505927a2e095e495eae104860701' | Michael Niedermayer | 2013-02-18 | 1 | -1/+5 |
|\| |
|
| * | libopencore-amr: Conditionally compile decoder and encoder bits | Diego Biurrun | 2013-02-17 | 1 | -1/+5 |
* | | Merge commit '56632fef65c0cb6946ed3648ded3d7b82e5c5c17' | Michael Niedermayer | 2013-02-18 | 1 | -44/+44 |
|\| |
|
| * | libopencore-amrnb: cosmetics: Group all encoder-related code together | Diego Biurrun | 2013-02-17 | 1 | -44/+44 |
| * | dsputil: convert remaining op_pixels_func | Luca Barbato | 2013-02-17 | 3 | -5/+5 |
* | | Merge commit '488f87be873506abb01d67708a67c10a4dd29283' | Michael Niedermayer | 2013-02-18 | 3 | -6/+9 |
|\| |
|
| * | roqvideodec: check dimensions validity | Michael Niedermayer | 2013-02-17 | 1 | -0/+7 |
| * | vqavideo: check chunk sizes before reading chunks | Michael Niedermayer | 2013-02-17 | 1 | -0/+12 |
| * | qdm2: check array index before use, fix out of array accesses | Michael Niedermayer | 2013-02-17 | 1 | -0/+5 |
* | | h264: don't store intra pcm samples in h->mb. | Ronald S. Bultje | 2013-02-18 | 5 | -24/+22 |
* | | h264: don't initialize missing pictures when using VDPAU. | Carl Eugen Hoyos | 2013-02-17 | 1 | -1/+2 |
* | | h264: avoid calling get_format() multiple times | Michael Niedermayer | 2013-02-17 | 1 | -2/+8 |
* | | Only set accelerated arm fft functions if fft is enabled. | Carl Eugen Hoyos | 2013-02-17 | 2 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-17 | 1 | -0/+5 |
|\| |
|
| * | error_resilience: add required headers. | Anton Khirnov | 2013-02-17 | 1 | -0/+5 |
* | | lavc: fix codec_descriptor and pkt_timebase doxy. | Clément Bœsch | 2013-02-17 | 1 | -2/+2 |
* | | lavc/utils: reindent in avcodec_decode_subtitle2() after f7963993. | Clément Bœsch | 2013-02-17 | 1 | -10/+10 |
* | | lavc: support subtitles character encoding conversion. | Clément Bœsch | 2013-02-17 | 4 | -5/+128 |
* | | lavc: mark bitmap based subtitles codecs as such. | Clément Bœsch | 2013-02-17 | 3 | -1/+9 |
* | | lavc/tta: Use a safer check for encrypted streams | James Almer | 2013-02-17 | 1 | -1/+1 |
* | | h264: don't initialize missing pictures when using a hwaccel | Hendrik Leppkes | 2013-02-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 35 | -1792/+2255 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 34 | -1718/+2162 |
* | | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885' | Michael Niedermayer | 2013-02-16 | 12 | -62/+84 |
|\| |
|
| * | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 12 | -62/+84 |
* | | Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0' | Michael Niedermayer | 2013-02-16 | 15 | -339/+450 |
|\| |
|