| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement functions: | Stefano Sabatini | 2010-11-02 | 1 | -1/+1 |
* | Move sample format definitions from libavcodec to libavcore. | Stefano Sabatini | 2010-11-02 | 1 | -13/+16 |
* | Add single stream LATM/LOAS decoder | Janne Grunau | 2010-11-02 | 1 | -1/+2 |
* | Add new -slices option and use it for libvpx and libx264. | James Zern | 2010-10-22 | 1 | -1/+10 |
* | Add the CODEC_CAP_CHANNEL_CONF capability code and add | Benjamin Larsson | 2010-10-02 | 1 | -0/+5 |
* | Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF | Tomas Härdin | 2010-10-01 | 1 | -2/+3 |
* | add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flag | Aurelien Jacobs | 2010-09-30 | 1 | -1/+4 |
* | add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API | Aurelien Jacobs | 2010-09-30 | 1 | -0/+3 |
* | add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field | Aurelien Jacobs | 2010-09-30 | 1 | -1/+4 |
* | add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API | Aurelien Jacobs | 2010-09-30 | 1 | -1/+4 |
* | add FF_API_VIDEO_OLD define to disable the deprecated decode_video API | Aurelien Jacobs | 2010-09-30 | 1 | -1/+4 |
* | add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API | Aurelien Jacobs | 2010-09-30 | 1 | -2/+5 |
* | Move allocation and init to defaults of the private codec contexts to avcodec... | Michael Niedermayer | 2010-09-29 | 1 | -0/+8 |
* | Add AVClass for the private context, this will be used for codec specific opt... | Michael Niedermayer | 2010-09-29 | 1 | -0/+1 |
* | Fix index_entries pos: | Michael Chinen | 2010-09-27 | 1 | -0/+2 |
* | Bump version and update APIchanges after r25210. | Stefano Sabatini | 2010-09-27 | 1 | -1/+1 |
* | Bump minor version for the addition of the G.722 encoder | Martin Storsjö | 2010-09-26 | 1 | -2/+2 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -6/+0 |
* | Make WMV3 decoder attempt to decode WMVP as well | Kostya Shishkov | 2010-09-26 | 1 | -1/+1 |
* | Deprecate av_opt_show() in favor of a new function av_opt_show2(), | Stefano Sabatini | 2010-09-24 | 1 | -1/+4 |
* | Add R10k decoder. | Zhou Zongyi | 2010-09-13 | 1 | -1/+2 |
* | Add G.722 ADPCM audio decoder | Martin Storsjö | 2010-09-09 | 1 | -2/+3 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+1 |
* | Move av_picture_data_copy() to libavcore, and rename it | Stefano Sabatini | 2010-09-07 | 1 | -5/+5 |
* | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Add #ifndef around FF_API_MM_FLAGS. | Stefano Sabatini | 2010-09-05 | 1 | -0/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -21/+21 |
* | add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl | Aurelien Jacobs | 2010-09-01 | 1 | -1/+11 |
* | Implement avcodec_get_channel_layout(). | S.N. Hemanth Meenakshisundaram | 2010-08-26 | 1 | -2/+2 |
* | removed an unnecessary blank line | Tobias Bindhammer | 2010-08-23 | 1 | -1/+0 |
* | added codec-ids for the a64 codec | Tobias Bindhammer | 2010-08-23 | 1 | -1/+4 |
* | Implement av_get_image_linesize() and use it in | Stefano Sabatini | 2010-08-12 | 1 | -1/+1 |