summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Break an overly long line.Keiji Costantini2008-04-101-1/+3
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-101-13/+28
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-101-16/+30
* Only set channels in the stream if previously unset, fixes resampling crash o...Benjamin Larsson2008-04-101-1/+8
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-094-61/+61
* Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt2008-04-081-2/+3
* Fix reference to a file in MPlayer that was renamed.Diego Biurrun2008-04-081-1/+1
* add CODEC_ID_DIRACMichael Niedermayer2008-04-081-0/+1
* Correction of typo in aac_ac3_parserBartlomiej Wolowiec2008-04-081-1/+1
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-085-5/+5
* Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini2008-04-081-1/+1
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-071-2/+2
* append TESTS-yes to TESTS; one ifeq lessMåns Rullgård2008-04-071-3/+1
* non-recursive makefilesMåns Rullgård2008-04-071-22/+21
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-074-3/+11
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-054-61/+53
* Disable the split function. This should end the mpeg1/2 global header issues.Michael Niedermayer2008-04-041-1/+0
* Decode stuff from extradata as well.Michael Niedermayer2008-04-031-0/+3
* Factorize code a little.Michael Niedermayer2008-04-031-8/+18
* use common aac sample rate tablesAurelien Jacobs2008-04-021-2/+3
* Do not use the mlib IDCT by default. We do not want videos which are onlyMichael Niedermayer2008-04-021-1/+1
* use mpeg4audio common code in aac parserBaptiste Coudurier2008-04-012-17/+6
* mpeg4audio common codeBaptiste Coudurier2008-04-012-0/+132
* h264 chroma mc ssse3Loren Merritt2008-04-015-2/+251
* Remove flexible array member from Escape 124Eli Friedman2008-04-011-21/+21
* minor typo fixesDiego Biurrun2008-03-311-1/+1
* cosmetics: Write some Doxygen comments in a more compact fashion.Diego Biurrun2008-03-311-9/+3
* Fix a bunch of typos in comments.Diego Biurrun2008-03-311-12/+12
* Remove redundant #ifdef around the complete file.Diego Biurrun2008-03-311-4/+0
* Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.Diego Biurrun2008-03-311-1/+1
* help gcc-2.95Michael Niedermayer2008-03-311-1/+1
* Escape 124 (RPL) decoderEli Friedman2008-03-314-0/+387
* remove redundant context variableJustin Ruggles2008-03-311-12/+8
* 8SVX decoderJai Menon2008-03-304-1/+121
* change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier2008-03-301-2/+2
* Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles2008-03-301-10/+2
* Altivec and SSE2 require 16-byte alignment, so make sure they get itAlexander Strange2008-03-301-1/+1
* check mm_flags for each DCT and skips the ones that can't be runAlexander Strange2008-03-301-9/+10
* get rid of the useless DCT_ERROR() macroAlexander Strange2008-03-301-21/+18
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-292-3/+3
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-284-17/+17
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-284-7/+24
* only allocate context input buffer if AVCodecContext.error_reslience is great...Justin Ruggles2008-03-261-2/+11
* cosmetics: indentation after last commitJustin Ruggles2008-03-251-1/+1
* additional protection from segmentation faults and memory access errors byJustin Ruggles2008-03-251-0/+11
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-252-2/+2
* Return an error when realloc fails.Andy Gocke2008-03-251-3/+9
* Set mm_flags in dct-test to fix floating math.Alexander Strange2008-03-251-0/+1
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-251-1/+5
* adding lacking include to aac3_parser.cBartlomiej Wolowiec2008-03-241-0/+1
OpenPOWER on IntegriCloud