summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt2008-04-08
| | | | | | | | | | | Merritt: "It seems that icc copies the constants from their global var onto the stack, at which point they're not aligned, hence the crash. [This change] really shouldn't mean anything different, but maybe it'll confuse icc into not performing that 'optimization'." Originally committed as revision 12772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reference to a file in MPlayer that was renamed.Diego Biurrun2008-04-08
| | | | Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add CODEC_ID_DIRACMichael Niedermayer2008-04-08
| | | | Originally committed as revision 12769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correction of typo in aac_ac3_parserBartlomiej Wolowiec2008-04-08
| | | | Originally committed as revision 12768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-08
| | | | | | Patch by Alexander Strange ( astrange ithinksw com ) Originally committed as revision 12767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini2008-04-08
| | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-07
| | | | Originally committed as revision 12764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* append TESTS-yes to TESTS; one ifeq lessMåns Rullgård2008-04-07
| | | | Originally committed as revision 12763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-07
| | | | Originally committed as revision 12759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change of aac_ac3_parser, so it is able to send complete portion of data to ↵Bartlomiej Wolowiec2008-04-05
| | | | | | decoder Originally committed as revision 12758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable the split function. This should end the mpeg1/2 global header issues.Michael Niedermayer2008-04-04
| | | | Originally committed as revision 12684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode stuff from extradata as well.Michael Niedermayer2008-04-03
| | | | Originally committed as revision 12675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize code a little.Michael Niedermayer2008-04-03
| | | | Originally committed as revision 12674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common aac sample rate tablesAurelien Jacobs2008-04-02
| | | | Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use the mlib IDCT by default. We do not want videos which are onlyMichael Niedermayer2008-04-02
| | | | | | | | | decodable with the mlib IDCT. If anyone knows of other IDCTs which are not binary identical to a widely available one, ensure that they are not used by default. Such IDCTs should never have been default anyway, but possibly something slipped through the reviews ... Originally committed as revision 12666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use mpeg4audio common code in aac parserBaptiste Coudurier2008-04-01
| | | | Originally committed as revision 12665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4audio common codeBaptiste Coudurier2008-04-01
| | | | Originally committed as revision 12662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 chroma mc ssse3Loren Merritt2008-04-01
| | | | | | width8: 180->92, width4: 78->63 cycles (core2) Originally committed as revision 12661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove flexible array member from Escape 124Eli Friedman2008-04-01
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor typo fixesDiego Biurrun2008-03-31
| | | | Originally committed as revision 12658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Write some Doxygen comments in a more compact fashion.Diego Biurrun2008-03-31
| | | | Originally committed as revision 12657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bunch of typos in comments.Diego Biurrun2008-03-31
| | | | Originally committed as revision 12656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #ifdef around the complete file.Diego Biurrun2008-03-31
| | | | Originally committed as revision 12655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.Diego Biurrun2008-03-31
| | | | Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* help gcc-2.95Michael Niedermayer2008-03-31
| | | | Originally committed as revision 12652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Escape 124 (RPL) decoderEli Friedman2008-03-31
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant context variableJustin Ruggles2008-03-31
| | | | Originally committed as revision 12642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8SVX decoderJai Menon2008-03-30
| | | | | | Patch by Jai Menon (realityman <at> gmx.net) Originally committed as revision 12632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier2008-03-30
| | | | Originally committed as revision 12631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles2008-03-30
| | | | | | results. Also update Ogg regression test. Originally committed as revision 12630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec and SSE2 require 16-byte alignment, so make sure they get itAlexander Strange2008-03-30
| | | | | | patch by Alexander Strange %astrange A ithinksw P com% Originally committed as revision 12629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check mm_flags for each DCT and skips the ones that can't be runAlexander Strange2008-03-30
| | | | | | patch by Alexander Strange %astrange A ithinksw P com% Originally committed as revision 12628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of the useless DCT_ERROR() macroAlexander Strange2008-03-30
| | | | | | patch by Alexander Strange %astrange A ithinksw P com% Originally committed as revision 12627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-29
| | | | Originally committed as revision 12625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-28
| | | | Originally committed as revision 12623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-28
| | | | Originally committed as revision 12622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only allocate context input buffer if AVCodecContext.error_reslience is ↵Justin Ruggles2008-03-26
| | | | | | greater than 0. Originally committed as revision 12600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after last commitJustin Ruggles2008-03-25
| | | | Originally committed as revision 12594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* additional protection from segmentation faults and memory access errors byJustin Ruggles2008-03-25
| | | | | | | copying the input buffer to a local context buffer which is large enough to hold the largest possible AC3 frame. Originally committed as revision 12593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return an error when realloc fails.Andy Gocke2008-03-25
| | | | | | Patch by Andy Gocke (agocke gmail com) Originally committed as revision 12581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set mm_flags in dct-test to fix floating math.Alexander Strange2008-03-25
| | | | | | Patch by Alexander Strange \astrange ithinksw com/ Originally committed as revision 12580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-25
| | | | Originally committed as revision 12579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding lacking include to aac3_parser.cBartlomiej Wolowiec2008-03-24
| | | | Originally committed as revision 12572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-24
| | | | Originally committed as revision 12571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
| | | | Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet2008-03-24
| | | | | | | | | | on armv4 that doesn't support this instruction. Futhermore pld is a nop on some armv5 processor like arm926. Detect if pld is supported and have the preprocessor remove it when it's not supported. Fixes issue 393. patch by matthieu castet, castet.matthieu free fr Originally committed as revision 12569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-23
| | | | | | Bartlomiej Wolowiec (bartek wolowiec gmail com) Originally committed as revision 12564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in variable name: blured --> blurred.Diego Biurrun2008-03-22
| | | | Originally committed as revision 12556 to svn://svn.ffmpeg.org/ffmpeg/trunk