aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-242-3/+3
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-246-1/+18
* pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet2008-03-241-0/+7
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-234-24/+25
* Fix typo in variable name: blured --> blurred.Diego Biurrun2008-03-221-6/+6
* cosmetics: typo fixesDiego Biurrun2008-03-224-4/+4
* typo: occured --> occurredDiego Biurrun2008-03-227-14/+14
* rl2 decoderSascha Sommer2008-03-214-1/+244
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-211-0/+4
* Document AVCodec.flush()Michael Niedermayer2008-03-211-0/+4
* Document AVCodec.capabilities.Michael Niedermayer2008-03-211-0/+4
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-211-1/+2
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-211-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21144-288/+288
* two more typos spotted by MikeDiego Biurrun2008-03-201-1/+1
* british_english--;Diego Biurrun2008-03-201-1/+1
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-201-0/+2
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-201-2/+2
* remove unused tempMichael Niedermayer2008-03-201-5/+3
* omg, fix compilationBaptiste Coudurier2008-03-201-3/+3
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-201-16/+4