summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* avcodec/utils: remove unused variableMichael Niedermayer2013-11-21
* avcodec: move end zeroing code from av_packet_split_side_data() to avcodec_de...Michael Niedermayer2013-11-21
* avcodec/utils: use the unpack_dictionary functionBen Boeckel2013-11-20
* Merge commit 'b9fb59d2ab05fdfe89d3fb0d7ecbbd91e560f57d'Michael Niedermayer2013-11-17
|\
| * lavc: deprecate avcodec_alloc_frame().Anton Khirnov2013-11-16
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
|\|
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* | Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4'Michael Niedermayer2013-11-14
|\|
| * Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-10
|\|
| * hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-10
* | Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9'Michael Niedermayer2013-11-04
|\|
| * lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-04
* | Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer2013-11-04
|\|
| * pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-04
* | lavc: remove dead FF_API_AVCODEC_OPEN APIStefano Sabatini2013-11-03
* | Merge commit '064698d381e1e7790f21b0199a8930ea04e2e942'Michael Niedermayer2013-11-01
|\|
* | Merge commit '0f6c1d6d64c9f6255ea579dace27d0dd695f0213'Michael Niedermayer2013-11-01
|\|
| * lavc/utils: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* | Merge commit '7644f5a80787c9b608b82873604805d7e38a6a18'Michael Niedermayer2013-11-01
|\|
| * lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov2013-10-31
* | Merge commit 'b9589f5a770ec2357ab7920a5fabe8510b8601f9'Michael Niedermayer2013-10-30
|\|
| * lavc: add error checking to apply_param_change.Anton Khirnov2013-10-30
* | lavc: add support for CODEC_CAP_DELAY in subtitlesMarton Balint2013-10-27
* | avcodec/utils: use a default lock manager that uses a pthread mutexMichael Niedermayer2013-10-23
* | avcodec/pthread: add wpp apiMickaël Raulet2013-10-22
* | lavc: make avcodec_decode_subtitle2 more robustMarton Balint2013-10-20
* | avcodec/utils: add some saftey checks to add_metadata_from_side_data()Michael Niedermayer2013-10-19
* | lavc: Adding seek_preroll to AVCodecContextVignesh Venkatasubramanian2013-10-14
* | avcodec: add av_codec_get_max_lowres()Michael Niedermayer2013-10-03
* | Merge commit '7e52080cb18332cb1da9fe133498750b6b4b0fb3'Michael Niedermayer2013-09-27
|\|
| * pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-27
* | avcodec: fix duplicate includesMichael Niedermayer2013-09-21
* | avutil: add av_get_colorspace_name()Michael Niedermayer2013-09-19
* | Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'Michael Niedermayer2013-09-19
|\|
* | avcodec/utils: add 16bit planar YUV formats to avcodec_align_dimensions2()Michael Niedermayer2013-09-11
* | lavc/utils: Add support for discarding samples from the endVignesh Venkatasubramanian2013-09-10
* | avcodec/util: Make size argument of ff_alloc_packet2() int64_tMichael Niedermayer2013-09-09
* | avcodec: make avcodec_close() more tolerant.Clément Bœsch2013-09-04
* | Show subtitle resolution in avcodec_string().Carl Eugen Hoyos2013-09-04
* | avcodec/utils: avcodec_string: print colorspace typeMichael Niedermayer2013-08-31
* | avcodec/utils: avcodec_string: Print color_rangeMichael Niedermayer2013-08-31
* | avcodec/utils: avcodec_string: make the colorspace printing code more extendi...Michael Niedermayer2013-08-31
* | avcodec/utils: support non edge emu for grayscaleMichael Niedermayer2013-08-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-21
|\|
| * avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun2013-08-21
* | Fix wrong use of "an" in some comments.Thilo Borgmann2013-08-12
* | avcodec: Remove ff_packet_free_side_data, use av_packet_free_side_dataMichael Niedermayer2013-08-12
* | Integrate accessors.h header into internal.hReimar Döffinger2013-08-10
* | Reduce MAKE_ACCESSORS code duplication via a new header.Reimar Döffinger2013-08-08