summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()Michael Niedermayer2014-08-14
* | Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame...Michael Niedermayer2014-08-14
* | Merge commit 'd63443b9684fa7b3e086634f7b44b203b6d9221e'Michael Niedermayer2014-08-10
|\|
| * lavc: drop the av_fast_{re,m}alloc compatibility wrappersAnton Khirnov2014-08-10
* | Revert "lavc/utils: Do not require dimensions for PNG."Derek Buitenhuis2014-08-10
* | Merge commit '472f9ed312ec784f7c72876b77163f4741880d05'Michael Niedermayer2014-08-10
|\|
| * Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-09
* | Merge commit '53abe32409f13687c864b3cda077a1aa906a2459'Michael Niedermayer2014-07-27
|\|
| * avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as constDiego Biurrun2014-07-26
| * build: Add define for SIMD extensions requiring 16-byte aligned buffersDiego Biurrun2014-07-22
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
|\|
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* | Merge commit '3c650efb81aaa3b395ba4606ee68a47ee4efb57b'Michael Niedermayer2014-07-07
|\|
| * dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-06
* | Merge commit '1b04eb20f7e3f0a71f73ba91efcc3d60a435e443'Michael Niedermayer2014-06-26
|\|
| * lavc: do not allocate edges in the default get_buffer2()Anton Khirnov2014-06-26
* | avcodec/utils: check sar only when width/height are setMichael Niedermayer2014-06-20
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-20
|\|
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20