Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpeg12dec: Extract CC user data into frame side data | John Stebbins | 2013-11-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | Move av_fast_{m,re}alloc from lavc to lavu. | Anton Khirnov | 2013-11-14 | 1 | -0/+3 |
| | |||||
* | lavc: make error_rate a private option of mpegvideo encoders | Anton Khirnov | 2013-11-14 | 1 | -0/+4 |
| | |||||
* | vdpau: add a constructor for AVVDPAUContext. | Anton Khirnov | 2013-11-14 | 1 | -0/+2 |
| | | | | | We will likely want to add new fields to it in the future, so this is needed to avoid breaking ABI. | ||||
* | vdpau: add a convenience function for getting a decoder profile. | Anton Khirnov | 2013-11-14 | 1 | -0/+3 |
| | | | | Based on the code by Rémi Denis-Courmont <remi@remlab.net> from VLC. | ||||
* | lavc: Add colorimetry values for BT.2020, other non-included ones | Jan Ekström | 2013-11-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | h264: wait for initial complete frame before outputing frames | John Stebbins | 2013-10-31 | 1 | -0/+3 |
| | | | | | | | | This can be optionally disabled whith the "output_corrupt" flags option. When in "output_corrupt" mode, incomplete frames are signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: allow user-provided execute() callbacks | Anton Khirnov | 2013-09-28 | 1 | -0/+4 |
| | |||||
* | lavu: Add interleaved 4:2:2 8/10-bit formats | Kieran Kunhya | 2013-09-21 | 1 | -0/+4 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | doc: Add missing hashes and dates to APIChanges | Luca Barbato | 2013-09-17 | 1 | -14/+14 |
| | | | | Also fix the typo in the last entry version. | ||||
* | mem: Introduce av_reallocp | Luca Barbato | 2013-09-16 | 1 | -0/+3 |
| | |||||
* | lavc: Add refcounted api to AVPacket | Luca Barbato | 2013-08-10 | 1 | -0/+4 |
| | | | | Provide a clean way to manipulate packets. | ||||
* | vdpau: deprecate bitstream buffers within the hardware context | Rémi Denis-Courmont | 2013-08-05 | 1 | -0/+4 |
| | | | | | | | | The bitstream buffers are now private and freed by libavcodec. For backward compatibility, the hold bitstream buffer pointer is left NULL (applications were supposed to av_freep() it). Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vdpau: deprecate VDPAU codec capability | Rémi Denis-Courmont | 2013-08-05 | 1 | -0/+4 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vdpau: deprecate old codec-specific pixel formats | Rémi Denis-Courmont | 2013-08-05 | 1 | -0/+3 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | avcodec: Add output_picture_number to AVCodecParserContext | Yusuke Nakamura | 2013-08-02 | 1 | -0/+3 |
| | | | | | | Set output_picture_number in H.264 parser. Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | lavc: Add option to encode MPEG-2 AAC with libfdk-aac | Kieran Kunhya | 2013-06-24 | 1 | -0/+3 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | mem: Add av_realloc_array and av_reallocp_array | Martin Storsjö | 2013-06-04 | 1 | -0/+3 |
| | | | | | | These help avoiding overflows and simplify error handling. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | lavfi: add a slice threading infrastructure | Anton Khirnov | 2013-05-24 | 1 | -0/+7 |
| | | | | Mostly based on libavcodec's | ||||
* | Move get_logical_cpus() from lavc/pthread to lavu/cpu. | Anton Khirnov | 2013-05-24 | 1 | -0/+3 |
| | | | | | It will be useful in lavfi, and could conceivably be useful to the user applications as well. | ||||
* | avcodec: Add picture structure information to AVCodecParserContext. | Yusuke Nakamura | 2013-05-24 | 1 | -0/+3 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -0/+3 |
| | |||||
* | avcodec: Add field order information to AVCodecParserContext. | Masaki Tanaka | 2013-05-03 | 1 | -0/+3 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | doc/APIchanges: add missing hashes and dates | Anton Khirnov | 2013-04-24 | 1 | -32/+32 |
| | |||||
* | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 1 | -0/+3 |
| | | | | | | Based on a patch by Vittorio Giovara <vittorio.giovara@gmail.com> Fixes Bug 378. | ||||
* | lavfi: change the filter registering system to match the other libraries | Anton Khirnov | 2013-04-11 | 1 | -0/+2 |
| | | | | Removes an arbitrary hardcoded limit on the number of filters. | ||||
* | lavfi: add a function for counting elements in AVFilterPad arrays. | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
| | | | | | The caller needs to know what valid indices can be passed to avfilter_pad_get_name/type. | ||||
* | lavfi: mark filters with dynamic number of inputs or outputs with special flags | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
| | | | | | This will be useful in avtools in the following commits. Any other caller might also want to know this information. | ||||
* | lavfi: add avfilter_init_dict() for initializing a filter with a dict. | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
| | |||||
* | lavfi: add avfilter_init_str() to replace avfilter_init_filter(). | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
| | | | | Drop the unused opaque parameter from its signature. | ||||
* | lavfi: add AVFilterContext.graph. | Anton Khirnov | 2013-04-11 | 1 | -0/+2 |
| | | | | It will be useful in the following commits. | ||||
* | lavfi: deprecate avfilter_graph_add_filter(). | Anton Khirnov | 2013-04-11 | 1 | -1/+2 |
| | | | | | | Since this function adds a standalone filter to a filter graph and we do not support creating such filters, there is no reason for this function to exist. | ||||
* | lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
| | | | | | | | Since we do not support "standalone" filters not attached to an AVFilterGraph, we should not have a public function to create such filters. In addition that function is horribly named, the action it does cannot be possibly described as "opening" a filter. | ||||
* | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -0/+4 |
| | | | | | We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do. | ||||
* | lavfi: add a bump and docs entries for the AVOptions switch | Anton Khirnov | 2013-04-09 | 1 | -0/+6 |
| | |||||
* | pixdesc: add a function for counting planes in a pixel format. | Anton Khirnov | 2013-03-19 | 1 | -0/+3 |
| | |||||
* | avfiltergraph: replace AVFilterGraph.filter_count with nb_filters | Anton Khirnov | 2013-03-16 | 1 | -0/+3 |
| | | | | This is more consistent with the naming in the rest of Libav. | ||||
* | Add the bumps and APIchanges entries for reference counted buffers changes. | Anton Khirnov | 2013-03-08 | 1 | -3/+37 |
| | |||||
* | avstring: Add locale independent versions of some ctype.h functions | Reimar Döffinger | 2013-03-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | lavfi: connect libavresample options to af_resample via AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -0/+4 |
| | |||||
* | dict: add av_dict_parse_string() | Justin Ruggles | 2013-01-25 | 1 | -0/+4 |
| | | | | | | Can be used to set multiple key/value pairs from a string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | lavu: Add av_strnstr() | Vladimir Pantelic | 2013-01-25 | 1 | -0/+3 |
| | | | | | | | This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | lavu: Add an API for calculating HMAC (RFC 2104) | Martin Storsjö | 2013-01-15 | 1 | -0/+3 |
| | | | | | | | This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are simple to add. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | vdpau: Add context and common helpers for hwaccel support | Rémi Denis-Courmont | 2013-01-13 | 1 | -0/+3 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. | Diego Biurrun | 2013-01-12 | 1 | -1/+4 |
| | | | | Also fix a lavu version typo in APIchanges. | ||||
* | doc/APIchanges: fill in missing dates and hashes. | Justin Ruggles | 2013-01-08 | 1 | -9/+9 |
| | |||||
* | lavr: add a public function for setting a custom channel map | Justin Ruggles | 2013-01-07 | 1 | -0/+4 |
| | | | | This allows reordering, duplication, and silencing of input channels. | ||||
* | avstring: add av_basename and av_dirname | Luca Barbato | 2012-12-29 | 1 | -0/+3 |
| | | | | Thread safe version of the common basename and dirname. | ||||
* | APIChanges: add entry for av_read_packet deprecation | Janne Grunau | 2012-11-15 | 1 | -0/+4 |
| | |||||
* | lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -0/+3 |
| |