]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
Windows Televison (WTV) demuxer
[ffmpeg] / libavcodec / avcodec.h
2010-12-18 Ramiro Pollabump lavcodec minor version for amr-wb decoder in r26051
2010-12-09 Stefano SabatiniMove AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbo...
2010-12-07 Michael ChinenAdd a FLAC parser.
2010-12-04 Stefano SabatiniAdd CODEC_CAP_NEG_LINESIZES.
2010-12-04 Stefano SabatiniAdd forgotten deprecation to avcodec_pix_fmt_string().
2010-12-04 Stefano SabatiniDeprecate avcodec_pix_fmt_string() in favor of
2010-12-04 Michael NiedermayerTry to improve reordered_opaque doxy.
2010-12-04 Michael NiedermayerChange the argument of memory allocation functions...
2010-11-26 Anatoly NenashevMobotix .mxg demuxer
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-21 Stefano SabatiniMove audio channel API from libavcodec to libavcore.
2010-11-21 Reimar DöffingerAdd a av_grow_packet function, to be used by code that...
2010-11-14 Aurelien Jacobsminor bump and Changelog entry for r25747
2010-11-14 Aurelien Jacobsminor bump and APIchanges for r25745
2010-11-13 Aurelien Jacobsallow passing subtitles header between decoder and...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-09 Stefano SabatiniMove internal function ff_set_systematic_pal() to libav...
2010-11-02 Stefano SabatiniAdd av_get_bits_per_sample_fmt() to libavcore/samplefmt...
2010-11-02 Stefano SabatiniImplement functions:
2010-11-02 Stefano SabatiniMove sample format definitions from libavcodec to libav...
2010-11-02 Janne GrunauAdd single stream LATM/LOAS decoder
2010-10-22 James ZernAdd new -slices option and use it for libvpx and libx264.
2010-10-02 Benjamin LarssonAdd the CODEC_CAP_CHANNEL_CONF capability code and add
2010-10-01 Tomas HärdinAdd pcm_lxf, a decoder for the 20-bit planar PCM format...
2010-09-30 Aurelien Jacobsadd FF_API_INOFFICIAL define to disable the deprecated...
2010-09-30 Aurelien Jacobsadd FF_API_SET_STRING_OLD define to disable the depreca...
2010-09-30 Aurelien Jacobsadd FF_API_USE_LPC define to disable the deprecated...
2010-09-30 Aurelien Jacobsadd FF_API_SUBTITLE_OLD define to disable the deprecate...
2010-09-30 Aurelien Jacobsadd FF_API_VIDEO_OLD define to disable the deprecated...
2010-09-30 Aurelien Jacobsadd FF_API_AUDIO_OLD define to disable the deprecated...
2010-09-29 Michael NiedermayerMove allocation and init to defaults of the private...
2010-09-29 Michael NiedermayerAdd AVClass for the private context, this will be used...
2010-09-27 Michael ChinenFix index_entries pos:
2010-09-27 Stefano SabatiniBump version and update APIchanges after r25210.
2010-09-26 Martin StorsjöBump minor version for the addition of the G.722 encoder
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-26 Kostya ShishkovMake WMV3 decoder attempt to decode WMVP as well
2010-09-24 Stefano SabatiniDeprecate av_opt_show() in favor of a new function...
2010-09-13 Zhou ZongyiAdd R10k decoder.
2010-09-09 Martin StorsjöAdd G.722 ADPCM audio decoder
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-09-07 Stefano SabatiniReimplement ff_img_copy_plane() as av_image_copy_plane...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-09-05 Stefano SabatiniAdd #ifndef around FF_API_MM_FLAGS.
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-09-01 Aurelien Jacobsadd FF_API_PALETTE_CONTROL define to drop usage of...
2010-08-26 S.N. Hemanth Meena... Implement avcodec_get_channel_layout().
2010-08-23 Tobias Bindhammerremoved an unnecessary blank line
2010-08-23 Tobias Bindhammeradded codec-ids for the a64 codec
2010-08-12 Stefano SabatiniImplement av_get_image_linesize() and use it in
2010-08-11 S.N. Hemanth Meena... Add av_picture_data_copy() and reimplement av_picture_c...
2010-08-06 Stefano SabatiniDeprecate avcodec_check_dimensions() in favor of the...
2010-07-29 Stefano SabatiniMove fill_image_linesize() and fill_image_data_ptr...
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-24 Aurelien Jacobsadd SubRip muxer and demuxer
2010-07-19 Ronald S. BultjeRemove FF_MM_SSE2/3 flags for CPUs where this is genera...
2010-07-18 Peter RossASCII/ANSI art decoder
2010-07-11 Justin RugglesAdd AVCodecContext.lpc_type and Add AVCodecContext...
2010-07-11 Reimar DöffingerAdd avsubtitle_free function.
2010-07-11 Peter RossFix trivial punctuation error
2010-07-10 Reimar DöffingerDocument that and why subtitle decoders do not support...
2010-07-10 Reimar DöffingerAdd native GSM 06.10 audio decoder.
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-07-03 Rodney BakerChange all occurences of "inofficial" to "unofficial...
2010-07-02 Aurelien Jacobsfix comment grammar
2010-07-02 Aurelien Jacobsclarify convergence_duration documentation
2010-07-02 Diego BiurrunRemove angular brackets from Doxygen comments; Doxygen...
2010-07-02 Måns RullgårdGrammar fixes
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-30 Måns RullgårdImprove av_resample() documentation
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-22 David ConradNative VP8 decoder.
2010-06-22 Martin StorsjöBump micro version, add changelog entry for DTS-ES...
2010-06-19 Alex ConverseAdd HE-AAC v2 support to the AAC decoder.
2010-06-11 Francesco LavraRealAudio 14.4k encoder.
2010-06-10 Tomas Härdinavcodec.h: Clarify AVCodecContext::pix_fmt documentatio...
2010-06-08 Peter RossPictor/PC Paint decoder
2010-06-05 Rodney BakerImprove grammar and readability
2010-06-05 Stefano SabatiniMove eval.c and eval.h from libavcodec to libavutil...
2010-06-03 Michael NiedermayerClarify that get/release_buffer() overriding only works...
2010-06-03 Michael NiedermayerDocument the frames returned by the decoder better.
2010-06-03 James ZernVP8 encoding via libvpx.
2010-06-02 Stefano SabatiniImplement av_get_codec_tag_string() and use it in ffprobe.
2010-06-01 Stefano SabatiniMake ff_parse_expr() and ff_parse_and_eval_expr() retur...
2010-05-26 Stefano SabatiniBump minor version bump and add an APIchanges entry...
2010-05-26 Carl Eugen HoyosBump minor version and add Changelog entry after r23334.
2010-05-26 Janne GrunauAdd CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
2010-05-26 Alex ConverseAdd an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse...
2010-05-25 James ZernVP8 decoding via libvpx.
2010-05-23 Reimar DöffingerDocument CODEC_FLAG_EMU_EDGE and avcodec_align_dimensio...
2010-05-20 Stefano SabatiniRename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_...
2010-05-19 David ConradBump minor version for CODEC_ID_VP8
2010-05-19 GoogleAdd VP8 CODEC_ID
2010-05-17 Stefano SabatiniAdd log_level_offset to AVCodecContext.
2010-05-16 Stefano SabatiniChange the order of parameters for ff_eval_expr() and
2010-05-08 Reimar DöffingerAnother try for fixing/improving decode_video documenta...
2010-05-06 Jason Garrett-GlaserAdd intra refresh and crf-max support to the libavcodec...
2010-05-02 Reimar DöffingerClarify how allocation works for the picture argument for
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
next