Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Opus decoder using libopus | Nicolas George | 2012-09-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Add Opus codec id and codec description. | Andrew D'Addesio | 2012-09-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | lavc: add avcodec_free_frame(). | Anton Khirnov | 2012-09-24 | 1 | -1/+1 |
| | | | | | Since an AVFrame now has malloced members (extended_data), it must have a destructor. | ||||
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com> | ||||
* | lavc: add lossy/lossless codec properties. | Anton Khirnov | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | lavc: add Ut Video encoder | Jan Ekström | 2012-08-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vda: support synchronous decoding | Sebastien Zwickert | 2012-08-14 | 1 | -0/+3 |
| | | | | | | | Note that the symbols used to run the hardware decoder in asynchronous mode have been marked deprecated and will be dropped at a future version bump. Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | lavc: add AV prefix to codec ids. | Anton Khirnov | 2012-08-07 | 1 | -1/+4 |
| | |||||
* | Canopus Lossless decoder | Derek Buitenhuis | 2012-08-01 | 1 | -2/+2 |
| | | | | | | At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | libfdk-aacenc: add LATM/LOAS encapsulation support | Kieran Kunhya | 2012-07-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxer | Kostya Shishkov | 2012-07-22 | 1 | -1/+1 |
| | |||||
* | libopenjpeg: introduce encoding support | Michael Bradshaw | 2012-07-17 | 1 | -1/+1 |
| | | | | | | | Based on FFmpeg version from commit 713a7854e06964abc8f7d015b94acbed27769d24 Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | imgconvert: deprecate avcodec_find_best_pix_fmt() | Janne Grunau | 2012-07-13 | 1 | -0/+3 |
| | |||||
* | imgconvert: add avcodec_find_best_pix_fmt2() | Janne Grunau | 2012-07-13 | 1 | -1/+1 |
| | | | | | | | The number of pixel formats outgrew the number of available bits in the bitmask used in avcodec_find_best_pix_fmt(). avcodec_find_best_pix_fmt2() uses a PIX_FMT_NONE terminated list of pixel formats instead. | ||||
* | MS Expression Encoder Screen decoder | Kostya Shishkov | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | Support AAC encoding via the external library fdk-aac | Martin Storsjö | 2012-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | TechSmith Screen Codec 2 decoder | Kostya Shishkov | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Clarify Doxygen comment for FF_API_* #defines. | Diego Biurrun | 2012-07-04 | 1 | -2/+4 |
| | |||||
* | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | MS ATC Screen (aka MSS3) decoder | Kostya Shishkov | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | MS Screen 1 decoder | Kostya Shishkov | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | Add support for iLBC decoding/encoding via the external library libilbc | Martin Storsjö | 2012-06-18 | 1 | -1/+1 |
| | | | | | | The library is 3-clause BSD licensed. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Indeo Audio decoder | Kostya Shishkov | 2012-06-05 | 1 | -2/+2 |
| | |||||
* | lavc: pad last audio frame with silence when needed. | Anton Khirnov | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | lavc: add sample rate and channel layout to AVFrame. | Anton Khirnov | 2012-05-07 | 1 | -1/+1 |
| | | | | Rationale is the same as for video width/height etc. | ||||
* | avcodec: remove AVCodecContext.dsp_mask | Mans Rullgard | 2012-04-21 | 1 | -0/+3 |
| | | | | | | | | This removes all references to AVCodecContext.dsp_mask and marks it for eviction at the next version bump. It has been superseded by av_set_cpu_flag_mask() which, unlike this field, works everywhere. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | avcodec: add a cook parser to get subpacket duration | Justin Ruggles | 2012-04-20 | 1 | -2/+2 |
| | | | | Fixes jittery video playback of rm files with cook audio. | ||||
* | lavc doxy: add all installed headers to doxy groups. | Anton Khirnov | 2012-04-09 | 1 | -0/+6 |
| | |||||
* | avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame() | Justin Ruggles | 2012-04-09 | 1 | -1/+1 |
| | | | | Use default alignment in audio_get_buffer() | ||||
* | ZeroCodec Decoder | Derek Buitenhuis | 2012-03-19 | 1 | -1/+1 |
| | | | | | | | | An obscure Japanese lossless video codec, originally intended for use with a remote desktop application. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com> | ||||
* | RealAudio Lossless decoder | Kostya Shishkov | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | avcodec: add XBM encoder | Paul B Mahol | 2012-03-17 | 1 | -1/+1 |
| | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> | ||||
* | avcodec: add av_get_audio_frame_duration() function. | Justin Ruggles | 2012-03-05 | 1 | -1/+1 |
| | | | | | This is a utility function for the user to get the frame duration based on the codec id, frame size in bytes, and various AVCodecContext parameters. | ||||
* | lavc: make codec_is_decoder/encoder() public. | Anton Khirnov | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | lavc: deprecate AVCodecContext.sub_id. | Anton Khirnov | 2012-03-04 | 1 | -0/+3 |
| | | | | | | | In most places where it's used, it's as a pointless write-only field. Only rv10 decoder actually reads from it, but it stores some internal version info in it. There is no reason for it to be in a public field. | ||||
* | avcodec: add a Vorbis parser to get packet duration | Justin Ruggles | 2012-03-03 | 1 | -1/+1 |
| | | | | This also allows for removing some of the Vorbis-related hacks. | ||||
* | Windows Media Audio Lossless decoder | Mashiat Sarker Shakkhar | 2012-03-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Decodes 16-bit WMA Lossless encoded files. 24-bit is not supported yet. Bitstream parser written by Andreas Öman with contributions from Baptiste Coudurier and Ulion. Includes a number of bug-fixes from Benjamin Larsson, Michael Niedermayer and Konstantin Shishkov, shine and polish by Diego Biurrun. Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | h263enc: Add an option for outputting info about MBs as side data | Martin Storsjö | 2012-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avpacket: Add a function for shrinking already allocated side data | Martin Storsjö | 2012-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | lavc: deprecate AVCodecContext.inter_threshold. | Anton Khirnov | 2012-02-29 | 1 | -0/+3 |
| | | | | It's unused. | ||||
* | lavc: deprecate AVCodecContext.color_table_id. | Anton Khirnov | 2012-02-29 | 1 | -0/+3 |
| | | | | | It's currently only used as temporary storage by the mov demuxer. Make it use a local variable instead. | ||||
* | lavc: add -mpv_flags to mpegvideo_enc-based encoders. | Anton Khirnov | 2012-02-29 | 1 | -0/+3 |
| | | | | | Deprecate CODEC_FLAG2_SKIP_RD in favor of the corresponding mpv_flags flag. | ||||
* | prores encoder | Kostya Shishkov | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | CDXL demuxer and decoder | Paul B Mahol | 2012-02-14 | 1 | -1/+1 |
| | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket | Anton Khirnov | 2012-02-08 | 1 | -0/+3 |
| | | | | Deprecate avcodec_encode_video(). | ||||
* | lavc: remove disabled FF_API_AVFRAME_AGE cruft. | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
| | |||||
* | lavc: remove disabled FF_API_DATA_POINTERS cruft. | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
| | |||||
* | lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft. | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
| | |||||
* | lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft. | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
| | |||||
* | lavc: remove disabled FF_API_PARSE_FRAME cruft. | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
| |