40592 Commits (28f5cd312c9da9072108edf8b7685d009374ea96)
 

Author SHA1 Message Date
Andrew Stone fa3a5dd4de nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 10 years ago
Andrew Stone 0f789322ef flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. 10 years ago
Andrew Stone 93c04e095d Expose metadata found in onCuePoint events in .flv files. 10 years ago
Andrew Stone 019d3fccc4 Set protocol-level metadata in AVFormatContext any time a packet is read. 10 years ago
Andrew Stone 7e38903b5c http: enable icy metadata by default. 10 years ago
Andrew Stone 7601f9412a http: export icecast metadata as an option with name "metadata". 10 years ago
Andrew Stone a8c104a511 AVOption: add support for dictionary types. 10 years ago
Andrew Stone afbd4b7e09 lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen. 10 years ago
Martin Storsjö 72199e1041 configure: Check for nanosleep in headers as well, not only in libs 10 years ago
Martin Storsjö 428b0578c6 w32threads: Use newer thread synchronization functions when targeting Vista 10 years ago
Martin Storsjö 8bf3bf69ad http: Stop reading after receiving the whole file for non-chunked transfers 10 years ago
Michael Niedermayer da7d839a0d ffv1dec: check that global parameters do not change in version 0/1 10 years ago
Christophe Gisquet 3187fa14a3 hevc_mvs: avoid deriving tmvp in amvp 10 years ago
Christophe Gisquet 14ca0aa69b hevc: wait proper position for tmvp 10 years ago
Christophe Gisquet cf6090dc62 hevc: use intreadwrite 10 years ago
Christophe Gisquet ed53cc217f hevc: derive partial merge list 10 years ago
Christophe Gisquet 3505b19652 hevc: derive partially amvp list 10 years ago
Christophe Gisquet 09182b3224 hevc: simplify rounding 10 years ago
Christophe Gisquet d1b1c3bb5e hevc: reorder loops 10 years ago
Martin Storsjö 08b94f160a configure: Don't pass MSVC compiler options -M[TD] to armasm 10 years ago
Diego Biurrun cc1d8c54c1 avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump 10 years ago
Anton Khirnov d63443b968 lavc: drop the av_fast_{re,m}alloc compatibility wrappers 10 years ago
Nidhi Makhijani 8dca0877e3 mpegts: Return proper error code on invalid input data 10 years ago
Reinhard Tartler 59cc081220 Prepare for 11_alpha2 Release 10 years ago
Martin Storsjö ab0742d2f3 configure: Suggest upgrading gas-preprocessor instead of just installing 10 years ago
Diego Biurrun 9f8cf50e3b configure: Enable gas-preprocessor on all OSes but only if available 10 years ago
Martin Storsjö f4312352fc configure: Add probe identification of MS armasm 10 years ago
Diego Elio Pettenò 2597a842a0 tiff: Improve grayscale support 10 years ago
Luca Barbato fb1ddcdc8f avresample: Introduce AVFrame-based API 10 years ago
Luca Barbato 8c6f430291 mpeg: Suppress a compiler warning on callback type 10 years ago
Anton Khirnov 9325d88eba lavc: remove obsolete and disabled avpriv functions 10 years ago
Anton Khirnov 24c788f487 Remove obsolete FF_API_REFERENCE_DTS cruft. 10 years ago
Anton Khirnov 24e87f7f42 Remove obsolete FF_API_PROBE_MIME cruft. 10 years ago
Anton Khirnov 472f9ed312 Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. 10 years ago
Anton Khirnov 1985c2e75c Bump major versions of all libraries. 10 years ago
Anton Khirnov f4c444e17d Postpone API-incompatible changes until the next bump. 10 years ago
Anton Khirnov 7acdd3a127 hevc_filter: avoid excessive calls to ff_hevc_get_ref_list() 10 years ago
Anton Khirnov 52a2c17ec0 hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list() 10 years ago
Anton Khirnov a7a17e3f19 hevc_filter: move some conditions out of loops 10 years ago
Anton Khirnov 70211539a3 hevc: deobfuscate slice/tile boundary handling for DBF 10 years ago
Anton Khirnov 5501971578 hevc_filter: drop more redundant checks 10 years ago
Anton Khirnov 65b8b6c476 hevc_filter: drop redundant checks 10 years ago
Anton Khirnov 4d1ff2a489 hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabled 10 years ago
Diego Biurrun d35b94fbab avcodec: Rename xvidmmx IDCT to xvid 10 years ago
Diego Biurrun 84d173d3de xvididct: Ensure that the scantable permutation is always set correctly 10 years ago
Diego Biurrun 6f1960ab71 idct: cosmetics: Drop one unnecessary if-block level 10 years ago
Diego Biurrun 444c73583d configure: Only run gas checks on ARM and PowerPC 10 years ago
Diego Biurrun 0026e356d0 configure: Die if gas is unavailable under aarch64 as well as ARM 10 years ago
Luca Barbato e4c9e59a45 mpeg: K&R formatting cosmetics 10 years ago
Diego Biurrun 454697603e mpegts: Use av_free() to free memory allocated by av_strdup() 10 years ago