]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / avcodec.h
2012-11-02 Diego Biurrunparser: Move Doxygen documentation to the header files
2012-11-02 John StebbinsPGS subtitles: Expose forced flag
2012-11-02 Anton Khirnovlavc: add some AVPacket doxy.
2012-10-29 Martin Storsjöavcodec: Add a RFC 3389 comfort noise codec
2012-10-23 Justin Ruggleslavc: fix documentation for AVCodecContext.delay
2012-10-22 Anton Khirnovlavc: extend frame_size doxy.
2012-10-14 Justin Ruggleslavc: update documentation for AVFrame.extended_data
2012-10-12 Diego Biurrunavcodec: Remove broken MMI optimizations
2012-10-12 Diego BiurrunRemove libmpeg2 #define remnants
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-05 Anton Khirnovlavc: deprecate the audio resampling API.
2012-09-28 Nathan Caldwellavcodec: document the use of AVCodecContext.delay for...
2012-09-27 Andrew D'AddesioAdd Opus codec id and codec description.
2012-09-24 Anton Khirnovlavc: add avcodec_free_frame().
2012-09-24 Anton Khirnovlavc: rename the argument of avcodec_alloc_frame/get_fr...
2012-09-17 Anton Khirnovlavc: replace AVCodecContext.encode with subtitle-speci...
2012-09-15 Mans Rullgardlibavcodec: remove av_destruct_packet_nofree()
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-30 Anton Khirnovlavc: add lossy/lossless codec properties.
2012-08-29 Anton KhirnovAdd reminders to update the codec descriptor list with...
2012-08-18 Anton Khirnovlavc: add avcodec_descriptor_get_by_name().
2012-08-18 Anton Khirnovlavc: add const to AVCodec* function parameters.
2012-08-11 Anton Khirnovlavc: add an intra-only codec property.
2012-08-11 Anton Khirnovlavc: add codec descriptors.
2012-08-10 Anton Khirnovlavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-07 Anton Khirnovlavc: add AV prefix to codec ids.
2012-08-02 Derek BuitenhuisCanopus Lossless decoder
2012-07-13 Janne Grunauimgconvert: deprecate avcodec_find_best_pix_fmt()
2012-07-13 Janne Grunauimgconvert: add avcodec_find_best_pix_fmt2()
2012-07-13 Kostya ShishkovMS Expression Encoder Screen decoder
2012-07-12 Martin Storsjölibavcodec: Add more AAC profiles
2012-07-11 Kostya ShishkovTechSmith Screen Codec 2 decoder
2012-07-02 Kostya ShishkovMS ATC Screen (aka MSS3) decoder
2012-06-20 Kostya ShishkovMS Screen 1 decoder
2012-06-19 Simon A. Eugsterlavc: Extend the documentation for avcodec_init_packet
2012-06-18 Martin StorsjöAdd support for iLBC decoding/encoding via the external...
2012-06-05 Kostya ShishkovIndeo Audio decoder
2012-05-09 Anton Khirnovlavc: pad last audio frame with silence when needed.
2012-05-07 Anton Khirnovlavc: add sample rate and channel layout to AVFrame.
2012-05-06 Robert Nagyavcodec: Improve comment for thread_safe_callbacks...
2012-05-03 Hendrik LeppkesAdd SMPTE240M transfer characteristics flag.
2012-04-29 Hendrik Leppkesavcodec: introduce YCoCg colorspace
2012-04-29 Luca Barbatoavcodec: cosmetic cleanup on header
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-21 Mans Rullgardavcodec: remove AVCodecContext.dsp_mask
2012-04-09 Anton Khirnovlavc doxy: add remaining avcodec.h functions to a misc...
2012-04-09 Anton Khirnovlavc doxy: add AVPicture functions to a doxy group.
2012-04-09 Anton Khirnovlavc doxy: add resampling functions to a doxy group.
2012-04-09 Anton Khirnovlavc doxy: replace \ with /
2012-04-09 Anton Khirnovlavc doxy: add encoding functions to a doxy group.
2012-04-09 Anton Khirnovlavc doxy: add decoding functions to a doxy group.
2012-04-09 Anton Khirnovlavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE...
2012-04-09 Anton Khirnovlavc doxy: add AVPacket-related stuff to a separate...
2012-04-09 Anton Khirnovlavc doxy: add core functions/definitions to a doxy...
2012-04-09 Justin Rugglesavcodec: use align == 0 for default alignment in avcode...
2012-03-19 Derek BuitenhuisZeroCodec Decoder
2012-03-19 Kostya ShishkovRealAudio Lossless decoder
2012-03-17 Paul B Maholavcodec: add XBM encoder
2012-03-05 Justin Rugglesavcodec: add av_get_audio_frame_duration() function.
2012-03-05 Justin Rugglesavcodec: add av_get_exact_bits_per_sample() function
2012-03-04 Anton Khirnovlavc: make codec_is_decoder/encoder() public.
2012-03-04 Anton Khirnovlavc: deprecate AVCodecContext.sub_id.
2012-03-03 Anton Khirnovlavc: free the output packet when encoding failed or...
2012-03-03 Anton Khirnovlavc: clarify the meaning of AVCodecContext.frame_number.
2012-03-01 Martin Storsjöh263enc: Add an option for outputting info about MBs...
2012-03-01 Martin Storsjöavpacket: Add a function for shrinking already allocate...
2012-02-29 Anton Khirnovmpegvideo_enc: add quantizer_noise_shaping private...
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.inter_threshold.
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.color_table_id.
2012-02-29 Anton Khirnovmpegvideo_enc: add chroma/luma_elim_threshold private...
2012-02-29 Anton Khirnovmpegvideo_enc: add cbp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add qp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add strict_gop flag to mpv_flags.
2012-02-29 Anton Khirnovlavc: add -mpv_flags to mpegvideo_enc-based encoders.
2012-02-27 Anton Khirnovlavc: reorder AVCodecContext fields.
2012-02-27 Anton Khirnovlavc: reorder AVFrame fields.
2012-02-25 Justin Rugglesavcodec: document the use of AVCodecContext.delay for...
2012-02-20 Justin Rugglesavcodec: add duration field to AVCodecParserContext
2012-02-14 Paul B MaholCDXL demuxer and decoder
2012-02-13 Diego BiurrunMove PS2 MMI code below the mips subdirectory, where...
2012-02-08 Anton Khirnovlavc: add avcodec_encode_video2() that encodes from...
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-02-06 Kieran Kunhyaavcodec: Clarify AVFrame member documentation.
2012-02-01 Janne Grunauavcodec: Add av_fast_padded_malloc().
2012-02-01 Diego Biurrunavcodec.h: Remove some disabled cruft.
2012-01-31 Anton Khirnovlavc: set AVCodecContext.codec in avcodec_get_context_d...
2012-01-31 Anton Khirnovlavc: make avcodec_close() work properly on unopened...
2012-01-31 Anton Khirnovlavc: add avcodec_is_open().
2012-01-31 Anton Khirnovlavc: reorder AVCodec fields.
2012-01-28 Anton Khirnovlavc: extend doxy for avcodec_alloc_context3().
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_AVFRAME_AGE cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_DATA_POINTERS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_PARSE_FRAME cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_GET_ALPHA_INFO cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_AVCODEC_INIT cruft.
next