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-05lavc: Mark fields that require av_opt_ptr()Michael Niedermayer
2011-12-05lavc: Fix sizeof(AVFrame) useability docsMichael Niedermayer
2011-12-05lavc: Document AVFrame av_opt_ptr() relation.Michael Niedermayer
2011-12-05lavc: Add a AVClass for AVFrames.Michael Niedermayer
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-04h264: show when has_b_frames is being increased.Michael Niedermayer
2011-12-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-03Add forgotten %ifdef HAVE_AVX.Reimar Döffinger
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-12-03BMP: Support BMP OS/2 v2 with RLE compression.ami_stuff
2011-12-03Support decoding right-to-left targa files.Carl Eugen Hoyos
2011-12-03celtdec: adapt to avcodec_decode_audio4.Nicolas George
2011-12-03zmbv: fix 2 memleaksMichael Niedermayer
2011-12-03zmbv: Fix keyframe fault protextion.Michael Niedermayer
2011-12-03audeo_get_buffer: fix pkt_posMichael Niedermayer
2011-12-03iff: support ExtraHalfBrite (EHB) palette modePeter Ross
2011-12-03pictordec: decode 8bpp images when extra header marker is missingPeter Ross
2011-12-03Silence warnings when decoding QNAP Systems H264 codec.Carl Eugen Hoyos
2011-12-03g723_1dec: update to new APIMichael Niedermayer
2011-12-03g729dec: update to the new APIMichael Niedermayer
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-02pictordec: support uncompressed imagesPeter Ross
2011-12-02Cleaned up alacenc.cNathan Adil Maxson
2011-12-02Be less verbose when skipping RBSP data in H264 PPS.Carl Eugen Hoyos
2011-12-02Be less verbose when skipping MPEG-4 ASP frames.Carl Eugen Hoyos
2011-12-02Support yuva420p encoding via libopenjpeg.Carl Eugen Hoyos
2011-12-02Support tiff RGBA encoding.Carl Eugen Hoyos
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-02Support transparency in 32bit bmp files.Carl Eugen Hoyos
2011-12-02Revert "libutvideodec: Make buf_size local"Derek Buitenhuis
2011-12-02h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje
2011-12-02libx264: Implement rgb24 support through a seperate AVCodec.Michael Niedermayer
2011-12-01ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard