| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing deprecation attributes | Diego Biurrun | 2013-07-27 | 1 | -1/+2 |
* | lavc: Add option to encode MPEG-2 AAC with libfdk-aac | Kieran Kunhya | 2013-06-24 | 1 | -0/+2 |
* | Go2Webinar decoder | Kostya Shishkov | 2013-06-03 | 1 | -0/+1 |
* | avcodec: Add picture structure information to AVCodecParserContext. | Yusuke Nakamura | 2013-05-24 | 1 | -0/+17 |
* | Escape 130 (RPL) decoder | Eli Friedman | 2013-05-18 | 1 | -0/+1 |
* | lavc doxy: add avcodec.h to the libavcodec group. | Anton Khirnov | 2013-05-17 | 1 | -1/+2 |
* | Apple Intermediate Codec decoder | Kostya Shishkov | 2013-05-17 | 1 | -0/+1 |
* | avcodec: Add field order information to AVCodecParserContext. | Masaki Tanaka | 2013-05-03 | 1 | -0/+2 |
* | lavc: schedule AVCodecContext.lowres for removal on next bump. | Anton Khirnov | 2013-05-03 | 1 | -0/+4 |
* | avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2() | Derek Buitenhuis | 2013-04-30 | 1 | -2/+4 |
* | avcodec: doxy: Clarify what get_buffer2 must fill in buf[] | Derek Buitenhuis | 2013-04-30 | 1 | -2/+5 |
* | JPEG 2000 decoder for DCinema | Nicolas Bertrand | 2013-04-22 | 1 | -0/+6 |
* | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 1 | -0/+5 |
* | lavc: extend / update the [coded_]{width,height} doxy | Anton Khirnov | 2013-04-10 | 1 | -5/+9 |
* | lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting. | Anton Khirnov | 2013-03-19 | 1 | -11/+23 |
* | Add av_log_{ask_for_sample|missing_feature} replacements to libavutil | Diego Biurrun | 2013-03-13 | 1 | -0/+6 |
* | lavc: remove disabled FF_API_IDCT cruft | Anton Khirnov | 2013-03-11 | 1 | -8/+0 |
* | lavc: remove disabled FF_API_SNOW cruft | Anton Khirnov | 2013-03-11 | 1 | -10/+0 |
* | lavc: remove disabled FF_API_MMI cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |
* | lavc: remove disabled FF_API_LIBMPEG2 cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |
* | lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft | Anton Khirnov | 2013-03-11 | 1 | -97/+0 |
* | lavc: remove disabled FF_API_CODEC_ID cruft | Anton Khirnov | 2013-03-09 | 1 | -8/+0 |
* | lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft | Anton Khirnov | 2013-03-09 | 1 | -30/+0 |
* | lavc: remove disabled FF_API_DSP_MASK cruft | Anton Khirnov | 2013-03-09 | 1 | -8/+0 |
* | lavc: remove disabled FF_API_SUB_ID cruft | Anton Khirnov | 2013-03-09 | 1 | -7/+0 |
* | lavc: remove disabled FF_API_INTER_THRESHOLD cruft | Anton Khirnov | 2013-03-09 | 1 | -7/+0 |
* | lavc: remove disabled FF_API_COLOR_TABLE_ID cruft | Anton Khirnov | 2013-03-09 | 1 | -10/+0 |
* | lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft | Anton Khirnov | 2013-03-09 | 1 | -29/+0 |
* | lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft | Anton Khirnov | 2013-03-09 | 1 | -20/+0 |
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -30/+0 |
* | lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -65/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -5/+118 |
* | Move AVFrame from lavc to lavu. | Anton Khirnov | 2013-03-08 | 1 | -347/+1 |
* | lavc: move AVFrame.hwaccel_picture_private to Picture. | Anton Khirnov | 2013-03-08 | 1 | -4/+4 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -6/+36 |
* | lavc: Deprecate the deinterlace functions in libavcodec | Ronald S. Bultje | 2013-03-07 | 1 | -0/+5 |
* | h264: Allow discarding the cropping information from SPS | Vittorio Giovara | 2013-01-25 | 1 | -0/+2 |
* | lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. | Ronald S. Bultje | 2013-01-20 | 1 | -5/+7 |
* | mkv: support vp9 tag | Tom Finegan | 2013-01-14 | 1 | -0/+1 |
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 1 | -1/+7 |
* | lavc: Correct the description of pkt_dts | Martin Storsjö | 2012-12-23 | 1 | -1/+1 |
* | lavc: make pkt_{p,d}ts doxy less confusing | Anton Khirnov | 2012-12-23 | 1 | -2/+2 |
* | lavc: rewrite and extend AVFrame doxy | Anton Khirnov | 2012-12-23 | 1 | -5/+13 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | tak: demuxer, parser, and decoder | Paul B Mahol | 2012-12-07 | 1 | -0/+1 |
* | lavc: clarify get_buffer() documentation | Justin Ruggles | 2012-11-25 | 1 | -1/+6 |
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -1/+5 |
* | parser: Move Doxygen documentation to the header files | Diego Biurrun | 2012-11-02 | 1 | -0/+4 |
* | PGS subtitles: Expose forced flag | John Stebbins | 2012-11-02 | 1 | -0/+3 |
* | lavc: add some AVPacket doxy. | Anton Khirnov | 2012-11-02 | 1 | -0/+22 |