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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-08shorten: avoid abort() on unknown audio typesJohn Brooks
2011-12-08cljr: add encoderPaul B Mahol
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-08cljr: release picture at end of decodingPaul B. Mahol
2011-12-08rv40: NEON optimised rv40 qpel motion compensationMans Rullgard
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-07dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9Rafaël Carré
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-06Code cleanup - mpegvideo.c - 500-1000lineKonstantin Todorov
2011-12-06rv40: NEON optimised weighted predictionJanne Grunau
2011-12-06rv40: NEON optimised chroma MCJanne Grunau
2011-12-06ARM: move NEON H264 chroma mc to a separate fileMans Rullgard
2011-12-06rv34: NEON optimised inverse transform functionsJanne Grunau
2011-12-05misc Doxygen markup improvementsDiego Biurrun
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-12-05g722: Change bits per sample to 4Sjoerd Simons
2011-12-05g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_cod...Martin Storsjö
2011-12-05api-example: update to use avcodec_decode_audio4()Justin Ruggles
2011-12-05adpcmenc: cosmetics: pretty-printingChris Berov
2011-12-05ac3dec: cosmetics: pretty-printingChris Berov
2011-12-05shorten: remove dead initializationPaul B. Mahol
2011-12-04roqvideodec: set AVFrame reference before reget_buffer.Reimar Döffinger
2011-12-04bmp: fix some 1bit samples.Carl Eugen Hoyos
2011-12-04wavpack: Properly clip samples during lossy decodeDerek Buitenhuis
2011-12-04zmbv.c: coding style clean-up.Nathan Adil Maxson
2011-12-04xan.c: coding style clean-up.Nathan Adil Maxson
2011-12-04mpegvideo.c: code cleanup - first 500 lines.Konstantin Todorov
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-12-03aac_latm: reconfigure decoder on audio specific config changesJanne Grunau
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-12-03avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles
2011-12-03svq1dec: avoid undefined get_bits(0) callMans Rullgard
2011-12-02ARM: h264dsp_neon cosmeticsMans Rullgard
2011-12-02ARM: make some NEON macros reusableJanne Grunau
2011-12-02vp8: flush buffers on size changes.Aaron Colwell
2011-12-02Cleaned up alacenc.cNathan Adil Maxson
2011-12-02h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje
2011-12-01ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard
2011-12-01ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard
2011-12-01ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard
2011-12-01ARM: clean up NEON put/avg_pixels macrosMans Rullgard
2011-12-01rv34: align temporary block of "dct" coefsMans Rullgard
2011-12-01vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer
2011-12-01vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer
2011-12-01vble: merge len and val arraysDerek Buitenhuis