aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove useless variable since r8456.Ramiro Polla2008-03-181-2/+0
* Mimic decoder.Ramiro Polla2008-03-184-1/+402
* get register names from x86_cpu.hMåns Rullgård2008-03-171-8/+1
* use HAVE_FAST_64BITMåns Rullgård2008-03-171-1/+1
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-171-6/+6
* indentationMåns Rullgård2008-03-171-25/+25
* clean up FFT SIMD selectionMåns Rullgård2008-03-171-27/+28
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-171-1/+2
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-171-2/+2
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-171-1/+1
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-161-273/+273
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-161-5/+5