| Commit message (Expand) | Author | Age | Files | Lines |
* | Chronomaster DFA decoder | Kostya Shishkov | 2011-03-28 | 1 | -0/+1 |
* | Add audio_service_type field to AVCodecContext for encoding and reporting | Justin Ruggles | 2011-03-25 | 1 | -0/+20 |
* | lavc: move the version macros to a new installed header. | Anton Khirnov | 2011-03-22 | 1 | -51/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -7/+7 |
* | Bitmap Brothers JV video decoder | Peter Ross | 2011-03-14 | 1 | -2/+3 |
* | VC1: Export profile/level | Hendrik Leppkes | 2011-03-12 | 1 | -0/+5 |
* | Export profiles from the mpeg2 video decoder | Benjamin Larsson | 2011-03-10 | 1 | -0/+8 |
* | Bink version 'b' audio decoder | Peter Ross | 2011-02-25 | 1 | -1/+1 |
* | Document audio_resample_close(). | Stefano Sabatini | 2011-02-16 | 1 | -0/+7 |
* | Apply minor cosmetics fixes to the av_audio_resample_init() doxy. | Stefano Sabatini | 2011-02-16 | 1 | -3/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -2/+2 |
* | Pass VBV delay to the calling application via ctx | Christophe Massiot | 2011-02-15 | 1 | -1/+9 |
* | Add missing terminating backslash | Ronald S. Bultje | 2011-02-11 | 1 | -1/+1 |
* | Bink version 'b' video decoder | Peter Ross | 2011-02-11 | 1 | -1/+1 |
* | Deprecate avcodec_thread_init() | Alexander Strange | 2011-02-09 | 1 | -1/+7 |
* | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-09 | 1 | -2/+87 |
* | h264: define FF_PROFILE_H264_HIGH_444 to the correct value | Janne Grunau | 2011-02-08 | 1 | -0/+1 |
* | Xan4 decoder | Kostya Shishkov | 2011-02-07 | 1 | -1/+1 |
* | pass QDMC extradata to the decoder | Sascha Sommer | 2011-02-06 | 1 | -0/+1 |
* | Add CODEC_ID_PRORES and bump lavc minor version | Tomas Härdin | 2011-02-03 | 1 | -1/+2 |
* | h264: Add Intra and Constrained Baseline profiles to avctx.profile | Janne Grunau | 2011-02-01 | 1 | -8/+15 |
* | Lagarith decoder by Nathan Caldwell, saintdev at gmail | Carl Eugen Hoyos | 2011-01-08 | 1 | -1/+2 |
* | Deprecate reordered_opaque in favor of pkt_pts/dts | Michael Niedermayer | 2011-01-07 | 1 | -1/+3 |
* | Add pkt_dts to AVFrame, this will in the future allow multithreading decoders | Michael Niedermayer | 2011-01-07 | 1 | -1/+8 |
* | Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts | Michael Niedermayer | 2011-01-07 | 1 | -1/+17 |
* | Add av_get_profile_name() to get profile names. | Anssi Hannula | 2011-01-07 | 1 | -2/+20 |
* | Export dca profile information. | Anssi Hannula | 2011-01-06 | 1 | -2/+8 |
* | Change the AC-3 encoder to use floating-point. | Justin Ruggles | 2011-01-04 | 1 | -1/+1 |
* | Fix typos. | Stefano Sabatini | 2011-01-01 | 1 | -3/+3 |
* | add SubRip decoder | Aurelien Jacobs | 2010-12-28 | 1 | -2/+2 |
* | Bump micro for VP8 emu-edge support. | Ronald S. Bultje | 2010-12-28 | 1 | -1/+1 |
* | Metadata demuxer. | Anton Khirnov | 2010-12-27 | 1 | -0/+1 |
* | bump lavcodec minor version for amr-wb decoder in r26051 | Ramiro Polla | 2010-12-18 | 1 | -2/+2 |
* | Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from | Stefano Sabatini | 2010-12-09 | 1 | -5/+1 |
* | Add a FLAC parser. | Michael Chinen | 2010-12-07 | 1 | -1/+1 |
* | Add CODEC_CAP_NEG_LINESIZES. | Stefano Sabatini | 2010-12-04 | 1 | -3/+6 |
* | Add forgotten deprecation to avcodec_pix_fmt_string(). | Stefano Sabatini | 2010-12-04 | 1 | -0/+1 |
* | Deprecate avcodec_pix_fmt_string() in favor of | Stefano Sabatini | 2010-12-04 | 1 | -10/+4 |
* | Try to improve reordered_opaque doxy. | Michael Niedermayer | 2010-12-04 | 1 | -2/+6 |
* | Change the argument of memory allocation functions from unsigned int to size_t | Michael Niedermayer | 2010-12-04 | 1 | -2/+8 |
* | Mobotix .mxg demuxer | Anatoly Nenashev | 2010-11-26 | 1 | -0/+1 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -2/+2 |
* | Move audio channel API from libavcodec to libavcore. | Stefano Sabatini | 2010-11-21 | 1 | -38/+44 |
* | Add a av_grow_packet function, to be used by code that merges | Reimar Döffinger | 2010-11-21 | 1 | -1/+9 |
* | minor bump and Changelog entry for r25747 | Aurelien Jacobs | 2010-11-14 | 1 | -1/+1 |
* | minor bump and APIchanges for r25745 | Aurelien Jacobs | 2010-11-14 | 1 | -2/+2 |
* | allow passing subtitles header between decoder and encoder | Aurelien Jacobs | 2010-11-13 | 1 | -0/+11 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -6/+6 |
* | Move internal function ff_set_systematic_pal() to libavcore, and | Stefano Sabatini | 2010-11-09 | 1 | -1/+1 |
* | Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and | Stefano Sabatini | 2010-11-02 | 1 | -5/+5 |