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
2012-06-26lavu/imgutils: create misc functions for dealing with buffersStefano Sabatini
2012-06-23lavc: add intra only codec flagMichael Niedermayer
2012-06-21LucasArts SMUSH video decoderPaul B Mahol
2012-06-21LucasArts SMUSH VIMA audio decoderPaul B Mahol
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20MS Screen 1 decoderKostya Shishkov
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19lavc: Extend the documentation for avcodec_init_packetSimon A. Eugster
2012-06-19lavc/avcodec.h: fix reference to nonexistent function in av_picture_copy() doxyStefano Sabatini
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavc: add pkt_duration field to AVFrameStefano Sabatini
2012-06-05Indeo Audio decoderKostya Shishkov
2012-05-24lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.hStefano Sabatini
2012-05-22avcodec: add parser flag to indicate that codec TS are the only available and...Michael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-09lavc: pad last audio frame with silence when needed.Anton Khirnov
2012-05-08Add Avid Meridien (AVUI) decoder.Carl Eugen Hoyos
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07lavc: add sample rate and channel layout to AVFrame.Anton Khirnov
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-06avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy
2012-05-03JACOsub demuxer, decoder and muxer.Clément Bœsch
2012-05-03lavc: implement accessors for some AVFrame fields.Nicolas George
2012-05-03Add SMPTE240M transfer characteristics flag.Hendrik Leppkes
2012-05-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-30Exposing forced flag for DVD and PGS subtitleshakuya
2012-04-30Added AVClass for AVSubtitleRecthakuya
2012-04-30avcodec: introduce YCoCg colorspaceHendrik Leppkes
2012-04-30avcodec: cosmetic cleanup on headerLuca Barbato
2012-04-28lavc: add a sample_rate field to AVFrame.Nicolas George
2012-04-28lavc: add a channel_layout field to AVFrame.Nicolas George
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-21avcodec: remove AVCodecContext.dsp_maskMans Rullgard
2012-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-09lavc doxy: add remaining avcodec.h functions to a misc doxygen group.Anton Khirnov
2012-04-09lavc doxy: add AVPicture functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: add resampling functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: replace \ with /Anton Khirnov
2012-04-09lavc doxy: add encoding functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: add decoding functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}Anton Khirnov
2012-04-09lavc doxy: add AVPacket-related stuff to a separate doxy group.Anton Khirnov
2012-04-09lavc doxy: add core functions/definitions to a doxy group.Anton Khirnov
2012-04-09avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles
2012-04-08Fix side-data memleak also for audio.Reimar Döffinger