summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.Justin Ruggles2011-08-10
* lavc: make avcodec_init() static on next bump.Anton Khirnov2011-08-10
* lavc: fix misspelling in commentDustin Brody2011-08-05
* avpacket: signal possibly corrupted packetsLuca Barbato2011-08-02
* lavc: Deprecate unused FF_ER_VERY_AGGRESSIVEDustin Brody2011-07-31
* h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding w...Dustin Brody2011-07-28
* mpeg4: add Mpeg4 Profiles names.Thierry Foucu2011-07-21
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* lavc: add support for codec-specific defaults.Anton Khirnov2011-07-10
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* ac3dec: add a drc_scale private optionAnton Khirnov2011-07-10
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-10
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
* Do not include rational.h in avutil.hMans Rullgard2011-07-03
* suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxyStefano Sabatini2011-07-02
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* cosmetics: fix some then/than typosDiego Biurrun2011-06-30
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-23
* avcodec.h: add or elaborate on some documentation comments.Wim Lewis2011-06-13
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-28
* Add request_sample_fmt field to AVCodecContext.Justin Ruggles2011-05-18
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-11
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-26
* lavc: remove FF_API_MB_Q cruftAnton Khirnov2011-04-26
* lavc: remove FF_API_RATE_EMU cruftAnton Khirnov2011-04-26
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-23
* Make av_log_ask_for_sample() accept a variable number of arguments.Diego Biurrun2011-04-22
* Introduce slice threads flag.Ronald S. Bultje2011-04-21
* lavc: provide deprecated avcodec_thread_init until next major versionAnton Khirnov2011-04-21
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_MM_FLAGS cruft.Anton Khirnov2011-04-19
* introduce side information for AVPacketKostya Shishkov2011-04-15
* libavcodec: Mark AVCodec->priv_class constMartin Storsjö2011-04-13
* lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-07
* lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-03
* lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-03
* lavc: deprecate rate_emuAnton Khirnov2011-04-02
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* Chronomaster DFA decoderKostya Shishkov2011-03-28
* Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-25