summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dxtory capture format decoderKostya Shishkov2011-12-107-0/+115
* isom: sort and pretty-print codec_movaudio_tags[]Justin Ruggles2011-12-091-55/+42
* isom: remove pointless comments in codec_movaudio_tags[]Justin Ruggles2011-12-091-17/+17
* isom: remove commented-out tag for vorbisJustin Ruggles2011-12-091-2/+0
* movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles2011-12-091-0/+1
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-095-2/+636
* audioconvert: add some additional channel and channel layout macrosJustin Ruggles2011-12-092-2/+17
* audioconvert: change 7.1 "wide" layout to use side surround channelsJustin Ruggles2011-12-092-2/+2
* movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles2011-12-096-53/+28
* doc: update documentation to use avconvLuca Barbato2011-12-096-84/+84
* doc: update demuxers sectionLuca Barbato2011-12-091-3/+3
* doc: extend external library coverageLuca Barbato2011-12-091-10/+65
* doc: split platform specific informationLuca Barbato2011-12-093-346/+360
* doc: port the git-howto to texinfoLuca Barbato2011-12-092-0/+345
* doc: provide fallback css and customize @floatLuca Barbato2011-12-091-0/+86
* doc: document fate in a texinfoLuca Barbato2011-12-093-45/+136
* doxy: change hue value to match our greenLuca Barbato2011-12-091-1/+1
* cljr: K&R cosmeticsDiego Biurrun2011-12-081-20/+23
* cljr: return a more sensible value when encountering invalid headersDiego Biurrun2011-12-081-1/+1
* cljr: drop unnecessary emms_c() calls without MMX codeDiego Biurrun2011-12-081-4/+0
* cljr: remove useless castsMans Rullgard2011-12-081-3/+3
* cljr: group encode/decode parts under single ifdefsMans Rullgard2011-12-081-48/+40
* cljr: remove stray semicolonMans Rullgard2011-12-081-1/+1
* cljr: add missing return statement in decode_end()Paul B Mahol2011-12-081-0/+1
* doc: add pulseaudio to the input listLuca Barbato2011-12-081-0/+1
* avconv: remove unsubstantiated commentLuca Barbato2011-12-081-1/+1
* shorten: avoid abort() on unknown audio typesJohn Brooks2011-12-081-3/+5
* cljr: add encoderPaul B Mahol2011-12-086-21/+31
* build: merge lists of HTML documentation targetsDiego Biurrun2011-12-081-2/+6
* tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-084-12/+14
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-085-25/+19
* x86 cpuid: set vendor union members separatelySean McGovern2011-12-081-1/+4
* cljr: release picture at end of decodingPaul B. Mahol2011-12-081-0/+8
* rv40: NEON optimised rv40 qpel motion compensationMans Rullgard2011-12-072-0/+714
* drawtext: remove typoLuca Barbato2011-12-071-1/+1
* pcm-mpeg: implement new audio decoding apiHendrik Leppkes2011-12-071-17/+35
* w32thread: port fixes to pthread_cond_broadcast() from x264.Ronald S. Bultje2011-12-071-8/+46
* doc: add editor configuration section with Vim and Emacs settingsDiego Biurrun2011-12-071-0/+25
* dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9Rafaël Carré2011-12-071-0/+1
* avformat/utils: Drop unused goto label.Diego Biurrun2011-12-071-1/+0
* doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-074-7/+7
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-076-13/+17
* cljr: simplify CLJRContextPaul B. Mahol2011-12-071-10/+8
* drawtext: introduce rand(min, max)Luca Barbato2011-12-071-7/+27
* drawtext: introduce explicit draw/hide variableLuca Barbato2011-12-071-1/+10
* rtmp: Use nb_invokes for all invoke commandsMartin Storsjö2011-12-071-5/+7
* Code cleanup - mpegvideo.c - 500-1000lineKonstantin Todorov2011-12-061-233/+309
* rv40: NEON optimised weighted predictionJanne Grunau2011-12-063-0/+92
* rv40: NEON optimised chroma MCJanne Grunau2011-12-065-5/+118
* ARM: move NEON H264 chroma mc to a separate fileMans Rullgard2011-12-063-339/+361