summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Decode stuff from extradata as well.Michael Niedermayer2008-04-03
* Factorize code a little.Michael Niedermayer2008-04-03
* use common aac sample rate tablesAurelien Jacobs2008-04-02
* Do not use the mlib IDCT by default. We do not want videos which are onlyMichael Niedermayer2008-04-02
* use mpeg4audio common code in aac parserBaptiste Coudurier2008-04-01
* mpeg4audio common codeBaptiste Coudurier2008-04-01
* h264 chroma mc ssse3Loren Merritt2008-04-01
* Remove flexible array member from Escape 124Eli Friedman2008-04-01
* minor typo fixesDiego Biurrun2008-03-31
* cosmetics: Write some Doxygen comments in a more compact fashion.Diego Biurrun2008-03-31
* Fix a bunch of typos in comments.Diego Biurrun2008-03-31
* Remove redundant #ifdef around the complete file.Diego Biurrun2008-03-31
* Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.Diego Biurrun2008-03-31
* help gcc-2.95Michael Niedermayer2008-03-31
* Escape 124 (RPL) decoderEli Friedman2008-03-31
* remove redundant context variableJustin Ruggles2008-03-31
* 8SVX decoderJai Menon2008-03-30
* change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier2008-03-30
* Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles2008-03-30
* Altivec and SSE2 require 16-byte alignment, so make sure they get itAlexander Strange2008-03-30
* check mm_flags for each DCT and skips the ones that can't be runAlexander Strange2008-03-30
* get rid of the useless DCT_ERROR() macroAlexander Strange2008-03-30
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-29
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-28
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-28
* only allocate context input buffer if AVCodecContext.error_reslience is great...Justin Ruggles2008-03-26
* cosmetics: indentation after last commitJustin Ruggles2008-03-25
* additional protection from segmentation faults and memory access errors byJustin Ruggles2008-03-25
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
* Return an error when realloc fails.Andy Gocke2008-03-25
* Set mm_flags in dct-test to fix floating math.Alexander Strange2008-03-25
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-25
* adding lacking include to aac3_parser.cBartlomiej Wolowiec2008-03-24
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-24
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
* pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet2008-03-24
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-23
* Fix typo in variable name: blured --> blurred.Diego Biurrun2008-03-22
* cosmetics: typo fixesDiego Biurrun2008-03-22
* typo: occured --> occurredDiego Biurrun2008-03-22
* rl2 decoderSascha Sommer2008-03-21
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-21
* Document AVCodec.flush()Michael Niedermayer2008-03-21
* Document AVCodec.capabilities.Michael Niedermayer2008-03-21
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-21
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-21
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* two more typos spotted by MikeDiego Biurrun2008-03-20
* british_english--;Diego Biurrun2008-03-20
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-20