| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Classify mlib as a configurable option, not as a hardware feature. | Diego Biurrun | 2008-03-25 | 2 | -2/+2 |
* | Return an error when realloc fails. | Andy Gocke | 2008-03-25 | 1 | -3/+9 |
* | Set mm_flags in dct-test to fix floating math. | Alexander Strange | 2008-03-25 | 1 | -0/+1 |
* | Fix possible heap overflow caused by av_fast_realloc() | Michael Niedermayer | 2008-03-25 | 1 | -1/+5 |
* | adding lacking include to aac3_parser.c | Bartlomiej Wolowiec | 2008-03-24 | 1 | -0/+1 |
* | using EAC3_STREAM_TYPE_* instead of numbers | Bartlomiej Wolowiec | 2008-03-24 | 2 | -3/+3 |
* | using stream type in eac3 parser | Bartlomiej Wolowiec | 2008-03-24 | 6 | -1/+18 |
* | pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used | Matthieu Castet | 2008-03-24 | 1 | -0/+7 |
* | Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by | Justin Ruggles | 2008-03-23 | 4 | -24/+25 |