40698 Commits (f8196759b45d658fd67064c83e18da1cc871e205)
 

Author SHA1 Message Date
Stefano Sabatini 6cd06bd22c ffprobe: simplify/fix logic for the -show_format_entry option 13 years ago
Stefano Sabatini a0fd322195 ffprobe: remove unused print_format_entry() function 13 years ago
Michael Niedermayer 4991cbafaf mpegvideo_enc: Fix chroma edge size 13 years ago
Michael Niedermayer 04064e1c20 mpegts: fix handling of files smaller than 8kb 13 years ago
Michael Niedermayer 0db047cd0f Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 555e2921dd flac_parser: speedup fifo realloc 13 years ago
Clément Bœsch 5edd4fce40 lavf/utils: make use of av_ts2str() to print timestamps. 13 years ago
Michael Niedermayer a927641e7a libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_float_to_int32_a_sse4 13 years ago
Michael Niedermayer ca986a06ad libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int32_to_float_a_sse4 13 years ago
Michael Niedermayer c4047ad9e0 libswresample: make NOP_N macro less picky on its parameters 13 years ago
Michael Niedermayer 57bc91c710 libswresample: Change FLOAT_TO_INT32_N to need 1 register less 13 years ago
Michael Niedermayer ecfdd125f1 libswresample-simd: rename 6ch pack to what it is 13 years ago
Michael Niedermayer 429b964e25 libswresample-simd: make the converter registers parameters 13 years ago
Michael Niedermayer b3915c4b70 libswresample: cosmetics 13 years ago
Michael Niedermayer 24c0d1583c libswresample: unaligned AVX/SSE4 float and int32 6ch pack 13 years ago
Justin Ruggles 6f67d9833b libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function. 13 years ago
Piotr Bandurski 6108e1be2f wmvenc: check if width is multiple of 2 13 years ago
Clément Bœsch ca297513f0 lavf/mp3enc: support MPEG-2 and MPEG-2.5 sample rates when writing Xing header. 13 years ago
Carl Eugen Hoyos 1f2f031c2f Set bits_per_raw_sample when decoding libopenjpeg images. 13 years ago
Michael Niedermayer 1337c6cf15 mpeg1enc: dont use size extension. 13 years ago
Michael Niedermayer 038eb59b3a mpeg2dec: support slice_vertical_position_extension 13 years ago
Michael Niedermayer 6b0a0dc555 mpeg2enc: check input dimensions 13 years ago
Michael Niedermayer d5df0df848 mpeg1enc: check input dimensions 13 years ago
Michael Niedermayer f153dfc9e4 h263enc: test that dimensions are a multiple of 4 13 years ago
Diego Elio Pettenò 7b089b79e6 doc: fix link to fate.libav.org 13 years ago
Michael Niedermayer 1caf614bec Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer ad6f006081 avfilter: fix regression since addition of extended_data to audio 13 years ago
Michael Niedermayer 70e9308dec ffmpeg: preserve bits_per_coded sample on stream copy. 13 years ago
Clément Bœsch be062de9d4 doc/examples: add libswresample in the libraries. 13 years ago
Clément Bœsch 55e5f105d3 doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h. 13 years ago
Clément Bœsch 8c3c7dbbb9 doc/examples: add programs to .gitignore. 13 years ago
Michael Niedermayer 70f133fb54 h263enc: check w/h for validity 13 years ago
Anton Khirnov 012f04a277 lavfi: autoinsert resample filter when necessary. 13 years ago
Anton Khirnov d371e7b988 lavfi: add lavr-based audio resampling filter. 13 years ago
Clément Bœsch 9188294d30 doc/examples: fix typo. 13 years ago
Clément Bœsch 5b55c7f4e9 doc/examples: add -O2 in CFLAGS. 13 years ago
Clément Bœsch 072c2c08bf doc/examples: add missing math.h include in decoding/encoding example. 13 years ago
Clément Bœsch 2f197a20cf doc/examples: link decoding_encoding and muxing with math lib. 13 years ago
Clément Bœsch 9a19341e6e doc/examples: rename LDFLAGS to LDLIBS. 13 years ago
Clément Bœsch 4522df52aa lavfi: remove audio.h include from avfilter.h. 13 years ago
Michael Kostylev ea60dfe284 x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions. 13 years ago
Carl Eugen Hoyos db11fc5392 Fix flashsv2 encoder error message. 13 years ago
Michael Niedermayer 2a37ac042f flashsv2enc: fix division by zero 13 years ago
Michael Niedermayer 40d8c89cb6 flashsvenc: fix image sizes below 192x192 13 years ago
Michael Niedermayer d04956344d tiffenc: fix out of array read 13 years ago
Michael Niedermayer 3b5632479e snow: fix 32x32 encoding 13 years ago
Michael Niedermayer 9eb99ab25b Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer de1824e970 mpeg12: fix logic that prevents extradata from being parsed twice. 13 years ago
Michael Niedermayer e20f46481b mpeg12: print an error when there was a frame in extradata. 13 years ago
Carl Eugen Hoyos 6d376346eb Allow decoding of j2k images with bpp<8 and 8<bpp<16 with libopenjpeg. 13 years ago