| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'd7b3ee9a3a03ab88d61a5895fbdbc6689f4dd671' | Michael Niedermayer | 2013-12-12 | 1 | -1/+1 |
|\ |
|
| * | lavc: deprecate avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -1/+1 |
* | | Merge commit '95a8a5aca60ce37d3abdf121a0285c2e317cf521' | Michael Niedermayer | 2013-12-11 | 1 | -2/+2 |
|\| |
|
| * | lavc: call av_frame_unref() instead of avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -2/+2 |
* | | Merge commit '943135621830ac3857d3cf766cfc280a95bb3c13' | Michael Niedermayer | 2013-12-11 | 1 | -12/+2 |
|\| |
|
| * | lavc: deprecate avcodec_free_frame() | Anton Khirnov | 2013-12-11 | 1 | -12/+2 |
* | | avcodec/utils: Print warning if avcodec_set_dimensions() failed | Michael Niedermayer | 2013-12-11 | 1 | -1/+4 |
* | | avcodec/utils: check that extended data has been set correctly instead of for... | Michael Niedermayer | 2013-12-10 | 1 | -1/+1 |
* | | avcodec/utils: dont depend on the channel layout in unrefcount_frame() | Michael Niedermayer | 2013-12-10 | 1 | -1/+1 |
* | | Merge commit '37a749012aaacc801fe860428417a6d7b81c103f' | Michael Niedermayer | 2013-12-09 | 1 | -17/+60 |
|\| |
|
| * | lavc: rework handling of refcounted_frames=0 | Anton Khirnov | 2013-12-09 | 1 | -17/+59 |
* | | Merge commit 'a1ee1648690726b34e98eaf8db04fd7b3303cfc8' | Michael Niedermayer | 2013-12-09 | 1 | -4/+2 |
|\| |
|
| * | lavc/decode_video(): always unref the frame if there is no output in decode_v... | Anton Khirnov | 2013-12-09 | 1 | -4/+2 |
* | | Merge commit '85f947aefb3dae81f65f518acdffa8e31c679654' | Michael Niedermayer | 2013-12-09 | 1 | -1/+1 |
|\| |
|
| * | lavc: remove a pointless check in decode_audio4() | Anton Khirnov | 2013-12-09 | 1 | -1/+1 |
* | | Merge commit 'd4f0f2d1e80b76260eb6b9cdde472ac069dfda56' | Michael Niedermayer | 2013-12-09 | 1 | -1/+1 |
|\| |
|
| * | lavc: use buf[0] instead of data[0] as the indicator of an allocated frame | Anton Khirnov | 2013-12-09 | 1 | -1/+1 |
* | | Merge commit 'e5419709f50593769037ab77d7102f82d9260784' | Michael Niedermayer | 2013-12-09 | 1 | -13/+0 |
|\| |
|
| * | lavc: remove the extended_data workarounds. | Anton Khirnov | 2013-12-09 | 1 | -12/+0 |
* | | do O(1) instead of O(n) atomic operations in register functions | Michael Niedermayer | 2013-12-06 | 1 | -2/+3 |
* | | avcodec/utils: remove unused variable | Michael Niedermayer | 2013-11-21 | 1 | -1/+0 |
* | | avcodec: move end zeroing code from av_packet_split_side_data() to avcodec_de... | Michael Niedermayer | 2013-11-21 | 1 | -0/+10 |
* | | avcodec/utils: use the unpack_dictionary function | Ben Boeckel | 2013-11-20 | 1 | -21/+4 |
* | | Merge commit 'b9fb59d2ab05fdfe89d3fb0d7ecbbd91e560f57d' | Michael Niedermayer | 2013-11-17 | 1 | -0/+2 |
|\| |
|
| * | lavc: deprecate avcodec_alloc_frame(). | Anton Khirnov | 2013-11-16 | 1 | -0/+2 |
* | | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
|\| |
|
| * | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | | Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4' | Michael Niedermayer | 2013-11-14 | 1 | -20/+8 |
|\| |
|
| * | Move av_fast_{m,re}alloc from lavc to lavu. | Anton Khirnov | 2013-11-14 | 1 | -26/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-10 | 1 | -1/+4 |
|\| |
|
| * | hwaccel: Simplify ff_find_hwaccel | Luca Barbato | 2013-11-10 | 1 | -1/+4 |
* | | Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9' | Michael Niedermayer | 2013-11-04 | 1 | -13/+13 |
|\| |
|
| * | lavc: move AVCodecContext.pkt to AVCodecInternal | Anton Khirnov | 2013-11-04 | 1 | -4/+4 |
* | | Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12' | Michael Niedermayer | 2013-11-04 | 1 | -1/+1 |
|\| |
|
| * | pthread: store thread contexts in AVCodecInternal instead of AVCodecContext | Anton Khirnov | 2013-11-04 | 1 | -1/+1 |
* | | lavc: remove dead FF_API_AVCODEC_OPEN API | Stefano Sabatini | 2013-11-03 | 1 | -7/+0 |
* | | Merge commit '064698d381e1e7790f21b0199a8930ea04e2e942' | Michael Niedermayer | 2013-11-01 | 1 | -0/+1 |
|\| |
|
* | | Merge commit '0f6c1d6d64c9f6255ea579dace27d0dd695f0213' | Michael Niedermayer | 2013-11-01 | 1 | -6/+10 |
|\| |
|
| * | lavc/utils: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -5/+9 |
* | | Merge commit '7644f5a80787c9b608b82873604805d7e38a6a18' | Michael Niedermayer | 2013-11-01 | 1 | -0/+14 |
|\| |
|
| * | lavc: replace avcodec_set_dimensions with ff_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -4/+15 |
* | | Merge commit 'b9589f5a770ec2357ab7920a5fabe8510b8601f9' | Michael Niedermayer | 2013-10-30 | 1 | -15/+40 |
|\| |
|
| * | lavc: add error checking to apply_param_change. | Anton Khirnov | 2013-10-30 | 1 | -14/+37 |
* | | lavc: add support for CODEC_CAP_DELAY in subtitles | Marton Balint | 2013-10-27 | 1 | -2/+2 |
* | | avcodec/utils: use a default lock manager that uses a pthread mutex | Michael Niedermayer | 2013-10-23 | 1 | -1/+56 |
* | | avcodec/pthread: add wpp api | Mickaƫl Raulet | 2013-10-22 | 1 | -0/+17 |
* | | lavc: make avcodec_decode_subtitle2 more robust | Marton Balint | 2013-10-20 | 1 | -0/+6 |
* | | avcodec/utils: add some saftey checks to add_metadata_from_side_data() | Michael Niedermayer | 2013-10-19 | 1 | -1/+8 |
* | | lavc: Adding seek_preroll to AVCodecContext | Vignesh Venkatasubramanian | 2013-10-14 | 1 | -0/+1 |
* | | avcodec: add av_codec_get_max_lowres() | Michael Niedermayer | 2013-10-03 | 1 | -0/+5 |