summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/snow: fix null pointer dereference in cleanup after allocation failureMichael Niedermayer2014-08-11
* avcodec/huffyuvdec: fix overread checksMichael Niedermayer2014-08-11
* avcodec/get_bits: add BITS_LEFT() for finding the bits left with an opened re...Michael Niedermayer2014-08-11
* lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruftJames Almer2014-08-11
* lavc: stop exporting internal functions and tablesJames Almer2014-08-11
* avcodec/idctdsp: move add/put_pixels_clamped_c to headerMichael Niedermayer2014-08-11
* hevc: do generic validation of bitstreamChristophe Gisquet2014-08-11
* hevc: add missing comma in log message.Ronald S. Bultje2014-08-11
* avcodec/vc1dec: do not crash when flushing without an allocated frameMichael Niedermayer2014-08-11
* Merge commit 'cc1d8c54c19dd14fb851e3e7a7793d6b3bd75e94'Michael Niedermayer2014-08-10
|\
| * avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bumpDiego Biurrun2014-08-10
* | avcodec/iff: check pixfmt for rgb8 / rgbnMichael Niedermayer2014-08-10
* | avcodec/iff: Factorize av_pix_fmt_desc_get() outMichael Niedermayer2014-08-10
* | Merge commit 'd63443b9684fa7b3e086634f7b44b203b6d9221e'Michael Niedermayer2014-08-10
|\|
| * lavc: drop the av_fast_{re,m}alloc compatibility wrappersAnton Khirnov2014-08-10
* | Merge commit '2597a842a0a2c7e8aa76f32733d27bf64817ae86'Michael Niedermayer2014-08-10
|\|
| * tiff: Improve grayscale supportDiego Elio Pettenò2014-08-10
* | hevc_ps: verify P/T/L informationChristophe Gisquet2014-08-10
* | avcodec/options_table: leave xvidmmx AVOption in placeMichael Niedermayer2014-08-10
* | hevc_mvs: set candidate availabilitiesChristophe Gisquet2014-08-10
* | Revert "lavc/utils: Do not require dimensions for PNG."Derek Buitenhuis2014-08-10
* | hevc: fix incorrect sao buffer sizeChristophe Gisquet2014-08-10
* | Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d'Michael Niedermayer2014-08-10
|\|
| * lavc: remove obsolete and disabled avpriv functionsAnton Khirnov2014-08-09
* | avcodec: disable FF_API_FAST_MALLOCMichael Niedermayer2014-08-10
* | Merge commit '472f9ed312ec784f7c72876b77163f4741880d05'Michael Niedermayer2014-08-10
|\|
| * Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-09
* | avcodec/version: delay removial of FF_API_AUDIO_CONVERT/FF_API_AVCODEC_RESAMPLEMichael Niedermayer2014-08-10
* | Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer2014-08-10
|\|
| * Bump major versions of all libraries.Anton Khirnov2014-08-09
* | avcodec/version: leave old audio APIMichael Niedermayer2014-08-10
* | avcodec/flacdec: fix handling of av_samples_fill_arrays() return valueMichael Niedermayer2014-08-10
* | drop LLS1, rename LLS2 to LLSMichael Niedermayer2014-08-09
* | delay removial of FF_API_CODEC_ID, FF_API_OLD_AVOPTIONS and FF_API_OLD_ENCODE...Michael Niedermayer2014-08-09
* | avcodec: remove deprecated use of FF_IDCT_XVIDMMXMichael Niedermayer2014-08-09
* | Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'Michael Niedermayer2014-08-09
|\|
| * Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-09
* | Merge commit '7acdd3a1275bcd9cad48f9632169f6bbaeb39d84'Michael Niedermayer2014-08-09
|\|
| * hevc_filter: avoid excessive calls to ff_hevc_get_ref_list()Anton Khirnov2014-08-09
| * hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()Anton Khirnov2014-08-09
* | Merge commit 'a7a17e3f1915ce69b787dc58c5d8dba0910fc0a4'Michael Niedermayer2014-08-09
|\|
| * hevc_filter: move some conditions out of loopsAnton Khirnov2014-08-09
* | Merge commit '70211539a39ca3854f8a9e97d51dc27caa079943'Michael Niedermayer2014-08-09
|\|
| * hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov2014-08-09
| * hevc_filter: drop more redundant checksAnton Khirnov2014-08-09
| * hevc_filter: drop redundant checksAnton Khirnov2014-08-09
| * hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabledAnton Khirnov2014-08-09
* | avcodec/avdct: add "xvid" alias AVOption and use FF_IDCT_XVIDMichael Niedermayer2014-08-09
* | Merge commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36'Michael Niedermayer2014-08-09
|\|
| * avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-08