summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
...
* don't complain about codec type/id mismatche for attachment streamsAurelien Jacobs2011-01-12
* Show profile in avcodec_string().Anssi Hannula2011-01-08
* Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer2011-01-07
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-07
* Add av_get_profile_name() to get profile names.Anssi Hannula2011-01-07
* free subtitle_header before overwriting it to avoid memleakAurelien Jacobs2010-12-31
* Fix -lowres with ffplay.Anatoly Nenashev2010-12-19
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-04
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-09
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-03
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini2010-11-02
* add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs2010-09-30
* add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs2010-09-30
* add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs2010-09-30
* Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer2010-09-29
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Check avctx width/height more thoroughly (e.g. all values 0 except width wouldReimar Döffinger2010-09-15
* Test lowres before codec init.Carl Eugen Hoyos2010-09-13
* Allow the lowres option to affect audio codecs, tooMartin Storsjö2010-09-10
* Remove use of deprecated functions av_image_fill_pointers/linesizes inStefano Sabatini2010-09-07
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini2010-08-06
* Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini2010-07-31
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* 100l, change avsubtitle_free to the actually tested and working version.Reimar Döffinger2010-07-11
* Add avsubtitle_free function.Reimar Döffinger2010-07-11
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård2010-07-06
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Make avcodec_string() use av_get_codec_tag_string().Stefano Sabatini2010-06-02
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-02
* Cosmetics : Fix typo.Jai Menon2010-05-27
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-26
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18
* Set coded_frame to NULL when closing a codec, since it mightReimar Döffinger2010-05-12
* Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1Stefano Sabatini2010-04-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Factorize code in get_bit_rate().Stefano Sabatini2010-04-13
* Fix segfault when encoder initialization fails.Craig Thomasson2010-04-06
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make av_get_bit_rate() static and remove av_, the function is only usedCarl Eugen Hoyos2010-02-28
* Include libxvid_internal.h: It contains the prototype for av_tempfile().Carl Eugen Hoyos2010-02-28
* Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger2010-02-27
* Free encoder extradata in avcodec_close(). Should fix several small memoryVitor Sessak2010-02-20
* Special case VP5/6 chroma alignment on x86 as wellDavid Conrad2010-02-12