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
2009-09-29Fix indentation in avcodec.hJason Garrett-Glaser
2009-09-22Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson
2009-09-16Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer
2009-09-10Add ATRAC1 codec ID.Benjamin Larsson
2009-09-02add missing wmapro decoder partsSascha Sommer
2009-08-27Decoder for LPCM as used in Bluray discs.Christian Schmidt
2009-08-25Add Bluray Subtitle SupportStephen Backway
2009-07-01Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård
2009-06-29Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje
2009-06-29Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje
2009-06-23Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell
2009-06-19Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger
2009-06-13Electronic Arts Madcow decoderPeter Ross
2009-06-12DPX (Digital Picture Exchange) image decoderJimmy Christensen
2009-06-07Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.Michael Niedermayer
2009-06-07clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygenBaptiste Coudurier
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-06-03Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.Reimar Döffinger
2009-06-03Clarify the input AVPacket for avcodec_decode*()Michael Niedermayer
2009-05-31Add a lock manager API to libavcodec.Andreas Öman
2009-05-28remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier
2009-05-12V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-05-07Add 8088flex TMV video decoder.Daniel Verkamp
2009-05-05Add colorspace fields to AVCodecContext.Michael Niedermayer
2009-04-30Export av_free_packet().Ramiro Polla
2009-04-27Revert r18700, documentation of deprecated functions might be useful forVitor Sessak
2009-04-27Remove useless and outright wrong chatter from avcodec_encode_video().Michael Niedermayer
2009-04-27Remove redundant chatter from avcodec_encode_audio()Michael Niedermayer
2009-04-27Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2().Michael Niedermayer
2009-04-27Add multiframe note to avcodec_decode_video() too.Michael Niedermayer
2009-04-27Cleanup first paragraph of doxy of avcodec_decode_audio3().Michael Niedermayer
2009-04-27Remove documentation from deprecated fields, they should not be used,Michael Niedermayer
2009-04-27Remove confusing and redundant engrish chatter from avcodec_decode_video2().Michael Niedermayer
2009-04-22Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer
2009-04-18Add 3 channel layout convenience macros.Justin Ruggles
2009-04-17Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-12Fix documentation for avcodec_encode_audio(), in the case of PCM audioJohn Fletcher
2009-04-11Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger
2009-04-09Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger
2009-04-08Clarify which time_base the relevant members of AVPacket useRobert Swain
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-07Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann
2009-04-06Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles
2009-04-04Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
2009-04-01Add SSE4 detection supportDavid Conrad
2009-03-23Make the pixel formats which were defined as macros:Stefano Sabatini