summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-07
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-07
* cljr: simplify CLJRContextPaul B. Mahol2011-12-07
* Code cleanup - mpegvideo.c - 500-1000lineKonstantin Todorov2011-12-06
* rv40: NEON optimised weighted predictionJanne Grunau2011-12-06
* rv40: NEON optimised chroma MCJanne Grunau2011-12-06
* ARM: move NEON H264 chroma mc to a separate fileMans Rullgard2011-12-06
* rv34: NEON optimised inverse transform functionsJanne Grunau2011-12-06
* misc Doxygen markup improvementsDiego Biurrun2011-12-05
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
* g722: Change bits per sample to 4Sjoerd Simons2011-12-05
* g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_cod...Martin Storsjö2011-12-05
* api-example: update to use avcodec_decode_audio4()Justin Ruggles2011-12-04
* adpcmenc: cosmetics: pretty-printingChris Berov2011-12-04
* ac3dec: cosmetics: pretty-printingChris Berov2011-12-04
* shorten: remove dead initializationPaul B. Mahol2011-12-04
* roqvideodec: set AVFrame reference before reget_buffer.Reimar Döffinger2011-12-04
* bmp: fix some 1bit samples.Carl Eugen Hoyos2011-12-04
* wavpack: Properly clip samples during lossy decodeDerek Buitenhuis2011-12-03
* zmbv.c: coding style clean-up.Nathan Adil Maxson2011-12-03
* xan.c: coding style clean-up.Nathan Adil Maxson2011-12-03
* mpegvideo.c: code cleanup - first 500 lines.Konstantin Todorov2011-12-03
* h264: fix frame reordering code.Ronald S. Bultje2011-12-03
* aac_latm: reconfigure decoder on audio specific config changesJanne Grunau2011-12-03
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-02
* svq1dec: avoid undefined get_bits(0) callMans Rullgard2011-12-02
* ARM: h264dsp_neon cosmeticsMans Rullgard2011-12-02
* ARM: make some NEON macros reusableJanne Grunau2011-12-02
* vp8: flush buffers on size changes.Aaron Colwell2011-12-02
* Cleaned up alacenc.cNathan Adil Maxson2011-12-01
* h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje2011-12-01
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-01
* ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard2011-12-01
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-01
* ARM: clean up NEON put/avg_pixels macrosMans Rullgard2011-12-01
* rv34: align temporary block of "dct" coefsMans Rullgard2011-12-01
* vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer2011-11-30
* vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer2011-11-30
* vble: merge len and val arraysDerek Buitenhuis2011-11-30
* vble: remove unused variable len.Michael Niedermayer2011-11-30
* rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-30
* indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra2011-11-29
* pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-28
* txd: Fix order of operations.Alex Converse2011-11-28
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* indeo3: cosmeticsKostya Shishkov2011-11-28
* dca: Replace oversized unused get_bits() with skip_bits_long().Alex Converse2011-11-27
* vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-28