| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/utils: Assert that audio decoders do not report using more data than ... | Michael Niedermayer | 2015-06-04 | 1 | -0/+1 |
* | lavc: Print a warning if gray decoding was requested but not enabled. | Carl Eugen Hoyos | 2015-05-17 | 1 | -0/+5 |
* | lavc: add yuv440p10/12 formats to aligned pixfmt list. | Ronald S. Bultje | 2015-05-06 | 1 | -0/+4 |
* | Merge commit 'a78f5548d94f23ce23cece41edf0fe9d18926de6' | Michael Niedermayer | 2015-04-23 | 1 | -1/+3 |
|\ |
|
| * | avcodec: Free the default avoptions on init failure | Luca Barbato | 2015-04-22 | 1 | -0/+4 |
* | | Merge commit 'aef0be08756e00f363c524453c948a6e2a348614' | Michael Niedermayer | 2015-04-23 | 1 | -0/+1 |
|\| |
|
| * | avcodec: Unref the dummy buffer on the fail path | Luca Barbato | 2015-04-22 | 1 | -0/+1 |
* | | lavc: use correct type for printf() argument | wm4 | 2015-04-14 | 1 | -1/+1 |
* | | avformat, avcodec: log discard padding | wm4 | 2015-04-14 | 1 | -2/+2 |
* | | avcodec/utils: mark codec argument as const in ff_lock_avcodec() | Michael Niedermayer | 2015-03-14 | 1 | -1/+1 |
* | | avcodec/utils: use atomic operations on entangled_thread_counter | Michael Niedermayer | 2015-03-13 | 1 | -3/+3 |
* | | Merge commit '117b432748ca87de4cd0f09d9b1495545e264733' | Michael Niedermayer | 2015-03-13 | 1 | -5/+10 |
|\| |
|
| * | lavc: Introduce AVCodec internal capabilities | Vittorio Giovara | 2015-03-13 | 1 | -1/+6 |
* | | Merge commit '9993a067f6c8c7e7838052ac3146aa6b80dd7e81' | Michael Niedermayer | 2015-03-13 | 1 | -1/+4 |
|\| |
|
| * | lavc: Improve thread locking error message | Vittorio Giovara | 2015-03-13 | 1 | -1/+4 |
| * | avcodec/utils: use correct printf specifier in ff_set_sar | Andreas Cadhalpun | 2015-02-28 | 1 | -1/+1 |
* | | lavc: Print number of reference frames if debug level >= verbose. | Carl Eugen Hoyos | 2015-03-13 | 1 | -0/+6 |
* | | avcodec/utils: Align YUV411 by as much as the other YUV variants | Michael Niedermayer | 2015-03-07 | 1 | -1/+1 |
* | | avcodec/utils: use correct printf specifier in ff_set_sar | Andreas Cadhalpun | 2015-02-28 | 1 | -1/+1 |
* | | avcodec/utils: Assert that dst->progress is clear before ff_thread_ref_frame() | Michael Niedermayer | 2015-02-08 | 1 | -0/+2 |
* | | Merge commit 'a536a4e4bc52d05f59869761337452fb1f1977f6' | Michael Niedermayer | 2015-01-27 | 1 | -0/+7 |
|\| |
|
| * | lavc: support extracting audio service type from side data | Anton Khirnov | 2015-01-27 | 1 | -0/+7 |
* | | Merge commit '728685f37ab333ca35980bd01766c78d197f784a' | Michael Niedermayer | 2015-01-27 | 1 | -0/+1 |
|\| |
|
| * | Add a side data type for audio service type. | Anton Khirnov | 2015-01-27 | 1 | -0/+1 |
* | | Merge commit '9a4aaae3b29392b6d74997e06be249d7d54a7394' | Michael Niedermayer | 2015-01-15 | 1 | -1/+1 |
|\| |
|
| * | lavc: add GBRAP to avcodec_align_dimensions2 | Paul B Mahol | 2015-01-14 | 1 | -0/+1 |
* | | Merge commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1' | Michael Niedermayer | 2014-12-27 | 1 | -4/+11 |
|\| |
|
| * | avcodec: add AVCodecContext.sw_pix_fmt | Rémi Denis-Courmont | 2014-12-25 | 1 | -4/+11 |
* | | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | | avcodec/utils: check the private context class | Michael Niedermayer | 2014-12-17 | 1 | -0/+4 |
* | | avcodec/utils: Check AVFrame width/height in avcodec_encode_video2() | Michael Niedermayer | 2014-12-07 | 1 | -0/+2 |
* | | avcodec/utils: check AVframe.format being set in avcodec_encode_video2() | Michael Niedermayer | 2014-12-07 | 1 | -0/+3 |
* | | lavc/utils: free private options on avcodec_open2 fail | Lukasz Marek | 2014-11-25 | 1 | -0/+2 |
* | | avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata() | Michael Niedermayer | 2014-11-25 | 1 | -0/+5 |
* | | avcodec/utils: Add ATRAC3+ to av_get_audio_frame_duration() | Michael Niedermayer | 2014-11-13 | 1 | -0/+1 |
* | | avcodec/utils: Fix warning: comparison between enum foo and enum bar [-Wenum-... | Michael Niedermayer | 2014-11-10 | 1 | -2/+2 |
* | | avcodec/utils: make sidedata remapping table static const | Michael Niedermayer | 2014-11-10 | 1 | -1/+1 |
* | | Merge commit 'e3e317e0c015b164b6c2eb8913e393216d78de23' | Michael Niedermayer | 2014-11-10 | 1 | -31/+21 |
|\| |
|
| * | lavc: Compact the side-data passthrough | Luca Barbato | 2014-11-09 | 1 | -29/+21 |
* | | Merge commit '4ff670d99bebd97429322719089363d83143477d' | Michael Niedermayer | 2014-11-05 | 1 | -5/+5 |
|\| |
|
| * | hwaccel: Deinitialize hardware acceleration early enough | Rémi Denis-Courmont | 2014-11-04 | 1 | -5/+5 |
* | | lavc/utils: Make pix_fmt desc pointer const. | Carl Eugen Hoyos | 2014-10-30 | 1 | -1/+1 |
* | | avcodec/utils: Align dimensions by at least their chroma sub-sampling factors. | Michael Niedermayer | 2014-10-29 | 1 | -2/+6 |
* | | avcodec: Read errno before av_log() as the callback from av_log() might affec... | Michael Niedermayer | 2014-10-25 | 1 | -2/+2 |
* | | avcodec/utils: Print the codec name that is missing on the whitelist | Michael Niedermayer | 2014-10-23 | 1 | -1/+1 |
* | | avcodec: add codec_whitelist | Michael Niedermayer | 2014-10-19 | 1 | -0/+6 |
* | | avcodec/utils: Display pixel format information as none ... if unknown instea... | Michael Niedermayer | 2014-10-19 | 1 | -2/+2 |
* | | Merge commit 'bae557edcea996328e8ff48b9e074a4210f7e6b4' | Michael Niedermayer | 2014-10-17 | 1 | -0/+2 |
|\| |
|
| * | dump: display codec tags when available | Vittorio Giovara | 2014-10-17 | 1 | -0/+13 |
* | | avcodec/utils: fix time_base after the framerate addition | Michael Niedermayer | 2014-10-15 | 1 | -2/+2 |