summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
Commit message (Collapse)AuthorAgeFilesLines
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-281-0/+3
| | | | | | Also deprecate avcodec_get_pix_fmt_name() in its favor. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-271-1/+1
| | | | | This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
* Add request_sample_fmt field to AVCodecContext.Justin Ruggles2011-05-181-1/+1
| | | | | This will allow audio decoders to support output of different sample formats as a runtime option.
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-101-1/+4
|
* DPX image encoderPeter Ross2011-05-011-2/+2
|
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-261-1/+4
| | | | | | | | | | | | Also deprecate av_get_pict_type_char() in favor of av_get_picture_type_char(). The new enum and av_get_picture_type_char() are defined in libavutil. This allows the use in libavfilter without the need to link against libavcodec. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavc: remove FF_API_MB_Q cruftAnton Khirnov2011-04-261-3/+0
|
* lavc: remove FF_API_RATE_EMU cruftAnton Khirnov2011-04-261-3/+0
|
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-3/+0
|
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-1/+1
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavc: provide deprecated avcodec_thread_init until next major versionAnton Khirnov2011-04-211-0/+3
| | | | It was deprecated only recently.
* lavc: provide the opt.h header until the next bumpAnton Khirnov2011-04-211-0/+3
| | | | AVOptions were moved to libavutil only recently.
* lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov2011-04-191-3/+0
|
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-3/+0
|
* lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-191-3/+0
|
* lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov2011-04-191-3/+0
|
* lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov2011-04-191-3/+0
|
* lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov2011-04-191-3/+0
|
* lavc: remove the FF_API_OPT_SHOW cruft.Anton Khirnov2011-04-191-3/+0
|
* lavc: remove the FF_API_MM_FLAGS cruft.Anton Khirnov2011-04-191-3/+0
|
* Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
| | | | | | They've accumulated enough new APIs and corresponding deprecated cruft. This breaks API and ABI.
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-4/+4
|
* introduce side information for AVPacketKostya Shishkov2011-04-151-2/+2
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* libavcodec: Bump micro after adding the dtx AVOptionsMartin Storsjö2011-04-141-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavc: postpone removal of request_channelsAnton Khirnov2011-04-131-1/+1
| | | | No decoder uses the supposed replacement, request_channel_layout, yet.
* lavc: postpone removal of audioconvert and sample_fmt wrappersAnton Khirnov2011-04-131-2/+2
| | | | Those were moved to libavutil only recently.
* Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö2011-04-111-1/+1
| | | | | | The wrapper code is based on the libamr wrapper removed in SVN rev 19365. Signed-off-by: Martin Storsjö <martin@martin.st>
* Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö2011-04-111-2/+2
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-101-1/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-071-0/+3
| | | | And hide request_channels AVOption under it.
* lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-031-0/+3
| | | | It's been unused since mp3float decoder was added.
* lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-031-0/+3
| | | | They've been unused and deprecated for about five years.
* lavc: deprecate rate_emuAnton Khirnov2011-04-021-0/+3
| | | | It's not used anywhere and apparrently hasn't been for a very long time.
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-0/+3
| | | | | It has been deprecated for about five years, skip_idct/skip_frame should be used instead.
* Add MxPEG decoderanatoly2011-03-301-1/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Chronomaster DFA decoderKostya Shishkov2011-03-281-1/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-251-1/+1
| | | | of the service type in the audio bitstream.
* lavc: move the version macros to a new installed header.Anton Khirnov2011-03-221-0/+75
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
OpenPOWER on IntegriCloud