summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove useless variable since r8456.Ramiro Polla2008-03-18
* Mimic decoder.Ramiro Polla2008-03-18
* get register names from x86_cpu.hMåns Rullgård2008-03-17
* use HAVE_FAST_64BITMåns Rullgård2008-03-17
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-17
* indentationMåns Rullgård2008-03-17
* clean up FFT SIMD selectionMåns Rullgård2008-03-17
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-17
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-17
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-17
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-16
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-16
* typo fixesDiego Biurrun2008-03-15
* Add attribute_align_arg to os2thread.c.Dave Yeo2008-03-15
* TypoRamiro Polla2008-03-15
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-14
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-14
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-13
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-13
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-13
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
* typo fixesDiego Biurrun2008-03-12
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-10
* misc spelling fixesDiego Biurrun2008-03-10
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* There is no reason to assign a variable to itselfMike Melanson2008-03-10
* smaller tablesMichael Niedermayer2008-03-10
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-09
* indentationKostya Shishkov2008-03-09
* Correctly handle empty framesKostya Shishkov2008-03-09
* Fraps v5 decoding supportKostya Shishkov2008-03-09
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-09
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-08
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-08
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-08
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-08
* Fix unused variable warnings.Mark Cox2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* __stdcall -> WINAPIRamiro Polla2008-03-07
* simplify library version handlingMåns Rullgård2008-03-07
* indentationBaptiste Coudurier2008-03-06
* do not display par and dar if not availableBaptiste Coudurier2008-03-06
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
* Don't use unchecked data from the bitstream.Benjamin Larsson2008-03-06
* fix interlaced decoding, original patch from reimarBaptiste Coudurier2008-03-06
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
* make compilation of mpeg12* and mpegvideo conditionalAurelien Jacobs2008-03-05