summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* lavc/utils: free private options on avcodec_open2 failLukasz Marek2014-11-25
* avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata()Michael Niedermayer2014-11-25
* avcodec/utils: Add ATRAC3+ to av_get_audio_frame_duration()Michael Niedermayer2014-11-13
* avcodec/utils: Fix warning: comparison between enum foo and enum bar [-Wenum-...Michael Niedermayer2014-11-10
* avcodec/utils: make sidedata remapping table static constMichael Niedermayer2014-11-10
* Merge commit 'e3e317e0c015b164b6c2eb8913e393216d78de23'Michael Niedermayer2014-11-10
|\
| * lavc: Compact the side-data passthroughLuca Barbato2014-11-09
* | Merge commit '4ff670d99bebd97429322719089363d83143477d'Michael Niedermayer2014-11-05
|\|
| * hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont2014-11-04
* | lavc/utils: Make pix_fmt desc pointer const.Carl Eugen Hoyos2014-10-30
* | avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.Michael Niedermayer2014-10-29
* | avcodec: Read errno before av_log() as the callback from av_log() might affec...Michael Niedermayer2014-10-25
* | avcodec/utils: Print the codec name that is missing on the whitelistMichael Niedermayer2014-10-23
* | avcodec: add codec_whitelistMichael Niedermayer2014-10-19
* | avcodec/utils: Display pixel format information as none ... if unknown instea...Michael Niedermayer2014-10-19
* | Merge commit 'bae557edcea996328e8ff48b9e074a4210f7e6b4'Michael Niedermayer2014-10-17
|\|
| * dump: display codec tags when availableVittorio Giovara2014-10-17
* | avcodec/utils: fix time_base after the framerate additionMichael Niedermayer2014-10-15
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-15
|\|
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-14
|\|
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* | avcodec/utils: Fix "warning: pointer type mismatch in conditional expression"Michael Niedermayer2014-10-09
* | avcodec/utils: Add missing AV_PIX_FMT_YUVJ411P to color_range override code.Michael Niedermayer2014-10-09
* | Merge commit '9f3a70c44224ed92d91df65bb9470a2649e7d019'Michael Niedermayer2014-10-09
|\|
| * dump: print the original coded dimensions when availableVittorio Giovara2014-10-08
* | Merge commit '41e86146e7240f9d42e8cdb86a94bb3eb2bbe15f'Michael Niedermayer2014-10-09
|\|
| * dump: print detailed color space informationVittorio Giovara2014-10-08
* | avcodec: Allow choosing the dump format field separator.Michael Niedermayer2014-10-09
* | Merge commit '20a5956b8daeee4cb59d6fa00ec809b02c04d7f8'Michael Niedermayer2014-10-09
|\|
| * dump: split audio and video probing on multiple linesVittorio Giovara2014-10-08
* | Merge commit '147f2e91eece6b9021ff5b7f8a3b5ce053566659'Michael Niedermayer2014-10-08
|\|
| * avcodec: make sure color_range is properly initializedVittorio Giovara2014-10-08
* | Merge commit '153fadc390d05aa47e5e2c56290401898fe41a23'Michael Niedermayer2014-10-07
|\|
| * ff_get_format: fix infinite loopRémi Denis-Courmont2014-10-06
* | Merge commit '577899a6458ccad9026eb268f10dc0b39c224c8d'Michael Niedermayer2014-10-06
|\|
| * lavc: specify the behavior of av_lockmgr_register on failure.Manfred Georg2014-10-06
* | avcodec/utils: Add case for jv to avcodec_align_dimensions2()Michael Niedermayer2014-10-03
* | avcodec/utils: av_lockmgr_register defines behavior on failure.Manfred Georg2014-10-02
* | avcodec, avutil: allow more control about how samples are skippedwm42014-10-02
* | avcodec/utils: Force mutex to NULL after destruction.Manfred Georg2014-10-01
* | avcodec/utils: Fix off by 1 error causing unneeded allocation in ff_fast_mall...Michael Niedermayer2014-09-29
* | Merge commit '1c80c9d7ef809180042257200c7b5f6b81d0b0e2'Michael Niedermayer2014-09-27
|\|
| * hwaccel: Call ->get_format again if hwaccel init failsRémi Denis-Courmont2014-09-26
* | avcodec/utils: remove avcodec_ prefix for internal symbolClément Bœsch2014-09-14
* | Print the actual bit depth for audio if it is different from the sample_fmt b...Carl Eugen Hoyos2014-09-08
* | Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5'Michael Niedermayer2014-08-28
|\|
| * avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-28
* | avcodec/utils: add GBRP16 to avcodec_align_dimensions2()Michael Niedermayer2014-08-24
* | avfilter: add codecview filterClément Bœsch2014-08-24