summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* ttadec: check channel count as read from extradata.Shitiz Garg2011-12-10
* cljr: remove unused codePaul B Mahol2011-12-10
* ptx: fix inverted check for sufficient dataJanne Grunau2011-12-10
* ptx: emit a warning on insufficient picture dataJanne Grunau2011-12-10
* Dxtory capture format decoderKostya Shishkov2011-12-10
* cljr: K&R cosmeticsDiego Biurrun2011-12-08
* cljr: return a more sensible value when encountering invalid headersDiego Biurrun2011-12-08
* cljr: drop unnecessary emms_c() calls without MMX codeDiego Biurrun2011-12-08
* cljr: remove useless castsMans Rullgard2011-12-08
* cljr: group encode/decode parts under single ifdefsMans Rullgard2011-12-08
* cljr: remove stray semicolonMans Rullgard2011-12-08
* cljr: add missing return statement in decode_end()Paul B Mahol2011-12-08
* shorten: avoid abort() on unknown audio typesJohn Brooks2011-12-08
* cljr: add encoderPaul B Mahol2011-12-08
* tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-08
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-08
* cljr: release picture at end of decodingPaul B. Mahol2011-12-08
* rv40: NEON optimised rv40 qpel motion compensationMans Rullgard2011-12-07
* pcm-mpeg: implement new audio decoding apiHendrik Leppkes2011-12-07
* w32thread: port fixes to pthread_cond_broadcast() from x264.Ronald S. Bultje2011-12-07
* dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9Rafaël Carré2011-12-07
* 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