Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-10doc: update to refer to avconvLuca Barbato
2011-12-10doc: remove some stale entries from the faqLuca Barbato
2011-12-10Dxtory capture format decoderKostya Shishkov
2011-12-10isom: sort and pretty-print codec_movaudio_tags[]Justin Ruggles
2011-12-10isom: remove pointless comments in codec_movaudio_tags[]Justin Ruggles
2011-12-10isom: remove commented-out tag for vorbisJustin Ruggles
2011-12-10movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles
2011-12-10mov: add support for reading and writing the 'chan' tagJustin Ruggles
2011-12-10audioconvert: add some additional channel and channel layout macrosJustin Ruggles
2011-12-10audioconvert: change 7.1 "wide" layout to use side surround channelsJustin Ruggles
2011-12-10movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles
2011-12-09doc: update documentation to use avconvLuca Barbato
2011-12-09doc: update demuxers sectionLuca Barbato
2011-12-09doc: extend external library coverageLuca Barbato
2011-12-09doc: split platform specific informationLuca Barbato
2011-12-09doc: port the git-howto to texinfoLuca Barbato
2011-12-09doc: provide fallback css and customize @floatLuca Barbato
2011-12-09doc: document fate in a texinfoLuca Barbato
2011-12-09doxy: change hue value to match our greenLuca Barbato
2011-12-08cljr: K&R cosmeticsDiego Biurrun
2011-12-08cljr: return a more sensible value when encountering invalid headersDiego Biurrun
2011-12-08cljr: drop unnecessary emms_c() calls without MMX codeDiego Biurrun
2011-12-08cljr: remove useless castsMans Rullgard
2011-12-08cljr: group encode/decode parts under single ifdefsMans Rullgard
2011-12-08cljr: remove stray semicolonMans Rullgard
2011-12-08cljr: add missing return statement in decode_end()Paul B Mahol
2011-12-08doc: add pulseaudio to the input listLuca Barbato
2011-12-08avconv: remove unsubstantiated commentLuca Barbato
2011-12-08shorten: avoid abort() on unknown audio typesJohn Brooks
2011-12-08cljr: add encoderPaul B Mahol
2011-12-08build: merge lists of HTML documentation targetsDiego Biurrun
2011-12-08tests/examples: Mark some variables only used within their files as static.Diego Biurrun
2011-12-08tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun
2011-12-08x86 cpuid: set vendor union members separatelySean McGovern
2011-12-08cljr: release picture at end of decodingPaul B. Mahol
2011-12-08rv40: NEON optimised rv40 qpel motion compensationMans Rullgard
2011-12-07drawtext: remove typoLuca Barbato
2011-12-07pcm-mpeg: implement new audio decoding apiHendrik Leppkes
2011-12-07w32thread: port fixes to pthread_cond_broadcast() from x264.Ronald S. Bultje
2011-12-07doc: add editor configuration section with Vim and Emacs settingsDiego Biurrun
2011-12-07dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9Rafaël Carré
2011-12-07avformat/utils: Drop unused goto label.Diego Biurrun
2011-12-07doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun
2011-12-07cosmetics: drop some completely pointless parenthesesDiego Biurrun
2011-12-07 cljr: simplify CLJRContextPaul B. Mahol
2011-12-07drawtext: introduce rand(min, max)Luca Barbato
2011-12-07drawtext: introduce explicit draw/hide variableLuca Barbato
2011-12-07rtmp: Use nb_invokes for all invoke commandsMartin Storsjö
2011-12-06Code cleanup - mpegvideo.c - 500-1000lineKonstantin Todorov
2011-12-06rv40: NEON optimised weighted predictionJanne Grunau