summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-04-21
* avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()Michael Niedermayer2016-04-21
* avcodec/avpacket: Fix off by 5 errorMichael Niedermayer2016-04-21
* avcodec/takdec: add code that got somehow lost in process of REingPaul B Mahol2016-04-20
* avcodec/tak_parser: fix parsing of streams with bunch of small frames at endPaul B Mahol2016-04-18
* avcodec/dump_extradata_bsf: Add back 'k' and 'e' optionsMichael Niedermayer2016-04-18
* avcodec/remove_extradata_bsf: Add back 'k' and 'e' optionsMichael Niedermayer2016-04-18
* avcodec/bitstream_filter: Fix initializing options from the argument stringMichael Niedermayer2016-04-18
* avcodec/intrax8: Remove duplicated chunk from ba5bcf96124a4933eef170dfe795580...Michael Niedermayer2016-04-18
* lavc/fic: Cosmetics, fix a typo.Carl Eugen Hoyos2016-04-18
* lavc/webp: Print a warning for unsupported chunks.Carl Eugen Hoyos2016-04-17
* Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a'Derek Buitenhuis2016-04-17
|\
| * Move const qualifier before type nameDiego Biurrun2016-03-23
* | Merge commit 'd909f43b5c773a73c8d526638744547ba4aa8c59'Derek Buitenhuis2016-04-17
|\|
| * vc1dec: wmv2dec: Validate ff_intrax8_common_init return valueVittorio Giovara2016-03-22
* | Merge commit '0372e73f917e72c40b09270f771046fc142be4a7'Derek Buitenhuis2016-04-17
|\|
| * intrax8: Check and propagate errors from ff_intrax8_common_initVittorio Giovara2016-03-22
* | Merge commit 'ad8aa8e6c648b61f01b9f106f27b9d4f3d094345'Derek Buitenhuis2016-04-17
|\|
| * intrax8: Move documentation from implementation to header fileVittorio Giovara2016-03-22
* | Merge commit '2ade1cdafb96bf47e77f7ed74731d78a30aae950'Derek Buitenhuis2016-04-17
|\|
| * intrax8: K&R formatting cosmeticsVittorio Giovara2016-03-22
* | Merge commit '6f5ff559dbd01fa4ea96bc0a1d2e0c21f2db8d13'Derek Buitenhuis2016-04-17
|\|
| * intrax8: Adjust printf conversion specifier for sizeof expressionDiego Biurrun2016-03-22
* | Merge commit '42244ce07a1f4f5108ae86d50fe72db785d483ed'Derek Buitenhuis2016-04-17
|\|
| * intrax8: Move a comment to the place it correspondsVittorio Giovara2016-03-22
* | Merge commit '750562549ceef268b29b94f6a887d9cf331a8c78'Derek Buitenhuis2016-04-17
|\|
| * intrax8: Wrap multiline macros in do{}while(0) clausesVittorio Giovara2016-03-22
* | Merge commit '0c6a70873fc6e43194b471d112c30823b6c8d0b4'Derek Buitenhuis2016-04-17
|\|
| * intrax8: Move error resilience out of intrax8Vittorio Giovara2016-03-22
* | Merge commit '64250d94b74d3fd47cc8b1611f48daf6a6ed804a'Derek Buitenhuis2016-04-17
|\|
| * indeo4: Consistently initialize variablesVittorio Giovara2016-03-22
* | Merge commit '6202e2fede75df92cbc374a3f7d6893d0c5ac721'Derek Buitenhuis2016-04-17
|\|
| * indeo4: Rework stream analysis reportVittorio Giovara2016-03-22
* | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis2016-04-17
|\|
| * lavc: add a new bitstream filtering APIAnton Khirnov2016-03-20
| * takdec: ensure chan2 is a valid channel indexAndreas Cadhalpun2016-03-20
| * lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-19
* | vp9: ignore frame_context_index field in key-/intraonly-frames.Ronald S. Bultje2016-04-17
* | avcodec/takdec: fix decoding of some sample rates with multichannel coderPaul B Mahol2016-04-17
* | avcodec/h264: Fix for H.264 configuration parsingIvan2016-04-17
* | avcodec/exr: Fix "libavcodec/exr.c:1494:13: warning: ISO C90 forbids mixed de...Michael Niedermayer2016-04-17
* | vc2enc: use 32x16 slices by defaultRostislav Pehlivanov2016-04-16
* | vc2enc: don't require interlacing for 1080p50/60 base video formatsRostislav Pehlivanov2016-04-16
* | lavc/dds: Fix GRAY8A decoding.Carl Eugen Hoyos2016-04-15
* | avcodec/avcodec: Document signed/unsignedness of sample formats in relation t...Michael Niedermayer2016-04-15
* | avcodec/utils: Add braces to framecount computationMichael Niedermayer2016-04-15
* | avcodec/utils: Fix duration of ATRAC3 packetsMichael Niedermayer2016-04-15
* | avcodec: Add bits_per_raw_sample to AVCodecParametersMichael Niedermayer2016-04-15
* | avcodec/ralf: add support for monoPaul B Mahol2016-04-14
* | avcodec/atrac3: pass AVCodecContext to av_log if availablePaul B Mahol2016-04-14