| Commit message (Expand) | Author | Age | Files | Lines |
* | Add explanatory comments to enum CodecID. | Diego Biurrun | 2008-04-13 | 1 | -0/+3 |
* | Remove redundant &. | Michael Niedermayer | 2008-04-13 | 1 | -19/+19 |
* | Add a header file to declare Xvid IDCT functions. | Alexander Strange | 2008-04-12 | 3 | -5/+34 |
* | Crop parameters are unsigned, having them negative could be bad and lead | Michael Niedermayer | 2008-04-11 | 1 | -4/+4 |
* | Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv | Michael Niedermayer | 2008-04-11 | 1 | -3/+6 |
* | cosmetics: Break an overly long line. | Keiji Costantini | 2008-04-10 | 1 | -1/+3 |
* | cosmetics: Break some overly long lines. | Keiji Costantini | 2008-04-10 | 1 | -13/+28 |
* | cosmetics: Break some overly long lines. | Keiji Costantini | 2008-04-10 | 1 | -16/+30 |
* | Only set channels in the stream if previously unset, fixes resampling crash o... | Benjamin Larsson | 2008-04-10 | 1 | -1/+8 |
* | undo changes in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-09 | 4 | -61/+61 |
* | Fix H.264 interframe decoding when compiling with icc. Patch by Loren | Loren Merritt | 2008-04-08 | 1 | -2/+3 |
* | Fix reference to a file in MPlayer that was renamed. | Diego Biurrun | 2008-04-08 | 1 | -1/+1 |
* | add CODEC_ID_DIRAC | Michael Niedermayer | 2008-04-08 | 1 | -0/+1 |
* | Correction of typo in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-08 | 1 | -1/+1 |
* | Increase alignment for DCT block arrays from 8 to 16 | Alexander Strange | 2008-04-08 | 5 | -5/+5 |
* | Add a missing comma in tiff_encoder.pix_fmts | Stefano Sabatini | 2008-04-08 | 1 | -1/+1 |
* | replace some ifeq with prettier ifdef | Måns Rullgård | 2008-04-07 | 1 | -2/+2 |
* | append TESTS-yes to TESTS; one ifeq less | Måns Rullgård | 2008-04-07 | 1 | -3/+1 |
* | non-recursive makefiles | Måns Rullgård | 2008-04-07 | 1 | -22/+21 |
* | Corrections of errors in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-07 | 4 | -3/+11 |
* | change of aac_ac3_parser, so it is able to send complete portion of data to d... | Bartlomiej Wolowiec | 2008-04-05 | 4 | -61/+53 |
* | Disable the split function. This should end the mpeg1/2 global header issues. | Michael Niedermayer | 2008-04-04 | 1 | -1/+0 |
* | Decode stuff from extradata as well. | Michael Niedermayer | 2008-04-03 | 1 | -0/+3 |
* | Factorize code a little. | Michael Niedermayer | 2008-04-03 | 1 | -8/+18 |
* | use common aac sample rate tables | Aurelien Jacobs | 2008-04-02 | 1 | -2/+3 |
* | Do not use the mlib IDCT by default. We do not want videos which are only | Michael Niedermayer | 2008-04-02 | 1 | -1/+1 |
* | use mpeg4audio common code in aac parser | Baptiste Coudurier | 2008-04-01 | 2 | -17/+6 |
* | mpeg4audio common code | Baptiste Coudurier | 2008-04-01 | 2 | -0/+132 |
* | h264 chroma mc ssse3 | Loren Merritt | 2008-04-01 | 5 | -2/+251 |
* | Remove flexible array member from Escape 124 | Eli Friedman | 2008-04-01 | 1 | -21/+21 |
* | minor typo fixes | Diego Biurrun | 2008-03-31 | 1 | -1/+1 |
* | cosmetics: Write some Doxygen comments in a more compact fashion. | Diego Biurrun | 2008-03-31 | 1 | -9/+3 |
* | Fix a bunch of typos in comments. | Diego Biurrun | 2008-03-31 | 1 | -12/+12 |
* | Remove redundant #ifdef around the complete file. | Diego Biurrun | 2008-03-31 | 1 | -4/+0 |
* | Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL. | Diego Biurrun | 2008-03-31 | 1 | -1/+1 |
* | help gcc-2.95 | Michael Niedermayer | 2008-03-31 | 1 | -1/+1 |
* | Escape 124 (RPL) decoder | Eli Friedman | 2008-03-31 | 4 | -0/+387 |
* | remove redundant context variable | Justin Ruggles | 2008-03-31 | 1 | -12/+8 |
* | 8SVX decoder | Jai Menon | 2008-03-30 | 4 | -1/+121 |
* | change rle encoder to count up to 127, sgi does not support 128 | Baptiste Coudurier | 2008-03-30 | 1 | -2/+2 |
* | Use 15-bit LPC precision by default. This generally gives better compression | Justin Ruggles | 2008-03-30 | 1 | -10/+2 |
* | Altivec and SSE2 require 16-byte alignment, so make sure they get it | Alexander Strange | 2008-03-30 | 1 | -1/+1 |
* | check mm_flags for each DCT and skips the ones that can't be run | Alexander Strange | 2008-03-30 | 1 | -9/+10 |
* | get rid of the useless DCT_ERROR() macro | Alexander Strange | 2008-03-30 | 1 | -21/+18 |
* | Fix closed gop flag disapearence. | Michael Niedermayer | 2008-03-29 | 2 | -3/+3 |
* | change name from stream type to frame type in AC3 code | Bartlomiej Wolowiec | 2008-03-28 | 4 | -17/+17 |
* | removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag | Bartlomiej Wolowiec | 2008-03-28 | 4 | -7/+24 |
* | only allocate context input buffer if AVCodecContext.error_reslience is great... | Justin Ruggles | 2008-03-26 | 1 | -2/+11 |
* | cosmetics: indentation after last commit | Justin Ruggles | 2008-03-25 | 1 | -1/+1 |
* | additional protection from segmentation faults and memory access errors by | Justin Ruggles | 2008-03-25 | 1 | -0/+11 |