72246 Commits (6b783d2acea049d3ebbfe1352b55c8efe8b5168c)
 

Author SHA1 Message Date
Michael Niedermayer 6b783d2ace Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512' 10 years ago
Andreas Cadhalpun fa7dec8cb0 nutdec: stop skipping bytes at EOF 10 years ago
Andreas Cadhalpun 37e679881d nutdec: fix infinite resync loops 10 years ago
Michael Niedermayer b6ca7bfc7c avcodec/vmnc: Simplify "24bit" support 10 years ago
Michael Niedermayer a4c7aeaf82 Merge commit 'eafbc6716cede6d4a652f8bedf82f2901c68d06d' 10 years ago
Michael Niedermayer 6d1935d1b9 avcodec/hevc: Remove unused variable 10 years ago
周晓勇 f9d05786a8 configure: add cpuflags for loongson3 series cpu 10 years ago
Michael Niedermayer b3496b4a33 avformat/nutdec: Fix recovery when immedeately after seeking a failure happens 10 years ago
Michael Niedermayer 6bbb2f8f4d avformat/nutdec: Return error on EOF from get_str() 10 years ago
Michael Niedermayer 611e1085f8 fate: Add fate-mathops test 10 years ago
Michael Niedermayer 50965e0673 avcodec: add mathops test 10 years ago
Carl Eugen Hoyos eb0c08bc69 lavc/vmnc: Fix 32bit colour-space, there is no transparency. 10 years ago
周晓勇 0d41f1ffbc configure: disable mipsfpu for loongson3 10 years ago
Michael Niedermayer 886ba93009 doc/encoders: add flac 10 years ago
Niklesh b44a55ad2d Fix movtext crashes caused due to lack of proper bounds checking 10 years ago
Michael Niedermayer b8e7f2b277 avcodec/flacenc: Support Multi dimensional quantization 10 years ago
Vittorio Giovara 7046bd9bc9 lavfi: Move avcodec header to the only filter needing it 10 years ago
Vittorio Giovara eafbc6716c vmnc: Delay pixel size check 10 years ago
Michael Niedermayer 215410860f avcodec/flacenc: Mark pointers/array arguments const which are not changed 10 years ago
Michael Niedermayer 5dfcb4f74d avcodec/flacenc: Simplify md5 calculation code by using AV_WL24() 10 years ago
Michael Niedermayer 710abaf2c5 avutil/pixfmt: Improve ascii art showing the meaning of the AVChromaLocation values 10 years ago
Michael Niedermayer 7786a91b47 avcodec/flacenc: Move udata and sums to FlacSubframe 10 years ago
Michael Niedermayer df5e408d32 fate: Add test for -exact_rice_parameters 1 10 years ago
Michael Niedermayer 80f9d6e0ab avcodec/flacenc: Support calculating rice parameters exactly 10 years ago
Michael Niedermayer d3dcd28812 avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params() 10 years ago
Michael Niedermayer d0ac2f59aa avcodec/golomb: Remove disabled and broken code 10 years ago
Michael Niedermayer 8ea9334b31 avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initialization 10 years ago
Michael Niedermayer b0322e4a9e ffmpeg_opt: Compensate for DTS/PTS difference in seeking when its based on DTS 10 years ago
Steve Borho b012bd5068 libavcodec/x265: detect csps in libx265_encode_init_csp() 10 years ago
Michael Niedermayer 4b0f78ad1f avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatial_idwt_slice() 10 years ago
Michael Niedermayer c6bf27d59b avcodec/hevc_cabac: Rename ff_hevc_transform_skip_flag_decode() to hevc_transform_skip_flag_decode() 10 years ago
Michael Niedermayer 0c0d1a4ef2 avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_config_pointers. 10 years ago
Michael Niedermayer e32d832a82 avformat/mxfenc: Set horizontal chroma subsample value from pixel format if available 10 years ago
Michael Niedermayer 58afb3128b avformat/mxfenc: Set the component depth from the pixel format if available 10 years ago
Michael Niedermayer 451be676f3 Merge remote-tracking branch 'rbultje/vp9-bugfixes' 10 years ago
Michael Niedermayer 66f4b1e9c4 cmdutils: Fix sign error in display matrix auto-rotation code 10 years ago
Michael Niedermayer 57e38043de ffmpeg: Do not copy the display matrix if rotation meta-data is manually added 10 years ago
Michael Niedermayer 14c4b25158 avcodec/golomb: fix reading huge signed rice golomb values 10 years ago
Michael Niedermayer c720b9ce98 avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values 10 years ago
MrBoogs 4f2fcac290 avformat/hlsenc: do not append an endlist tag when the stream ends 10 years ago
MrBoogs 572a8292cb avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity on startup 10 years ago
MrBoogs 8fd01b4a79 avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, problems with floats on some devices 10 years ago
Michael Niedermayer b6fcb2bb6d avcodec/flacdec: Attempt to auto-detect old buggy flac 10 years ago
Carl Eugen Hoyos 83356cf6cc lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled. 10 years ago
Carl Eugen Hoyos ee8c18387d lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw. 10 years ago
Carl Eugen Hoyos 70c0433525 lavc: Print a warning if gray decoding was requested but not enabled. 10 years ago
Carl Eugen Hoyos 2acc065653 lavf/wav: Read files >4G if no smaller filesize was written. 10 years ago
Carl Eugen Hoyos 2608f11863 lavf/wav: Print an error if files >4G are written. 10 years ago
Carl Eugen Hoyos 101f26e758 lavc/h263: Set color_range for gray decoding. 10 years ago
Carl Eugen Hoyos 4d8bd60ac6 lavc/vc1: Set color_range for gray decoding. 10 years ago