1260 Commits (51b0694bc051cda2bfed048a35e694d1047c6ef0)

Author SHA1 Message Date
Kostya Shishkov abb5f2b7bf Xan4 decoder 14 years ago
Sascha Sommer e11afd71a3 pass QDMC extradata to the decoder 14 years ago
Janne Grunau 440b61691d h264: define FF_PROFILE_H264_HIGH_444 to the correct value 14 years ago
Nicolas George 76ad67cae7 Implement guessed_pts in avcodec_decode_video2 14 years ago
Kostya Shishkov 44ddfd47d6 Xan4 decoder 14 years ago
Sascha Sommer ed19fafd48 pass QDMC extradata to the decoder 14 years ago
Tomas Härdin 6cd67b9f5b Add CODEC_ID_PRORES and bump lavc minor version 14 years ago
Tomas Härdin f5b82f45dc Add CODEC_ID_PRORES and bump lavc minor version 14 years ago
Janne Grunau 94e3e83f13 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Janne Grunau fe9a3fbe42 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Carl Eugen Hoyos d267b339e4 Lagarith decoder by Nathan Caldwell, saintdev at gmail 14 years ago
Michael Niedermayer 81c623fae0 Deprecate reordered_opaque in favor of pkt_pts/dts 14 years ago
Michael Niedermayer 1919feafb1 Add pkt_dts to AVFrame, this will in the future allow multithreading decoders 14 years ago
Michael Niedermayer 393cbb963b Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts 14 years ago
Anssi Hannula 060ec0a829 Add av_get_profile_name() to get profile names. 14 years ago
Anssi Hannula f5a2d285f9 Export dca profile information. 14 years ago
Justin Ruggles 6fd96d1a85 Change the AC-3 encoder to use floating-point. 14 years ago
Stefano Sabatini 421167b03b Fix typos. 14 years ago
Aurelien Jacobs 2c77c90684 add SubRip decoder 14 years ago
Ronald S. Bultje 312056c54e Bump micro for VP8 emu-edge support. 14 years ago
Anton Khirnov fd5b124d74 Metadata demuxer. 14 years ago
Ramiro Polla d09b5a869f bump lavcodec minor version for amr-wb decoder in r26051 14 years ago
Stefano Sabatini c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 14 years ago
Michael Chinen 475ae04a27 Add a FLAC parser. 14 years ago
Stefano Sabatini 16cfc96124 Add CODEC_CAP_NEG_LINESIZES. 14 years ago
Stefano Sabatini 1c3b408f88 Add forgotten deprecation to avcodec_pix_fmt_string(). 14 years ago
Stefano Sabatini bb4afa13dd Deprecate avcodec_pix_fmt_string() in favor of 14 years ago
Michael Niedermayer e75229faae Try to improve reordered_opaque doxy. 14 years ago
Michael Niedermayer 372c3f82b7 Change the argument of memory allocation functions from unsigned int to size_t 14 years ago
Anatoly Nenashev 9d09ebf1ed Mobotix .mxg demuxer 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini 176a6157c0 Move audio channel API from libavcodec to libavcore. 14 years ago
Reimar Döffinger a08d918e68 Add a av_grow_packet function, to be used by code that merges 14 years ago
Aurelien Jacobs c99f9b0ac7 minor bump and Changelog entry for r25747 14 years ago
Aurelien Jacobs c716f91757 minor bump and APIchanges for r25745 14 years ago
Aurelien Jacobs cb2c971d91 allow passing subtitles header between decoder and encoder 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Stefano Sabatini ed5d30d91c Move internal function ff_set_systematic_pal() to libavcore, and 14 years ago
Stefano Sabatini 6f84cd1279 Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and 14 years ago
Stefano Sabatini d63e456a2a Implement functions: 14 years ago
Stefano Sabatini 262d1c5d22 Move sample format definitions from libavcodec to libavcore. 14 years ago
Janne Grunau 136e19e1cf Add single stream LATM/LOAS decoder 14 years ago
James Zern 2aa72ecccc Add new -slices option and use it for libvpx and libx264. 14 years ago
Benjamin Larsson 62784e3733 Add the CODEC_CAP_CHANNEL_CONF capability code and add 14 years ago
Tomas Härdin fbeabfca2f Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF 14 years ago
Aurelien Jacobs 59b4e5ba49 add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flag 14 years ago
Aurelien Jacobs 838dc131f1 add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API 14 years ago
Aurelien Jacobs 0743de4ffd add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field 14 years ago
Aurelien Jacobs 448ce9258c add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API 14 years ago
Aurelien Jacobs 164bc38c26 add FF_API_VIDEO_OLD define to disable the deprecated decode_video API 14 years ago