44448 Commits (8d0e871f2543e7809a18b64a8181beff5f885d32)
 

Author SHA1 Message Date
Stefano Sabatini 8d0e871f25 ffprobe: kill initializers with nested union field definition 13 years ago
Stefano Sabatini 5e99a23b2d ffprobe: avoid potentially lossy long long int -> double cast in value_string() 13 years ago
Ben Jackson e3329474a3 pthread: Avoid crashes/odd behavior caused by spurious wakeups 13 years ago
Michael Niedermayer 93b240f4a5 mpegaudio_parser: reset state to prevent it to be random 13 years ago
Michael Niedermayer 570931d411 aacpsy: psy_3gpp_analyze_channel() handle energy == 0 13 years ago
Michael Niedermayer 413b32f808 aacpsy: calc_reduction_3gpp() handle active_lines = 0 13 years ago
Michael Niedermayer 062091f87f compute_pkt_fields2: dont interpret max_b_frames of <0 as there being b frames. 13 years ago
Michael Niedermayer c21f81999a mpegaudioenc: replace pow(2,.. by exp2( 13 years ago
Stefano Sabatini 51fa653829 examples/decoding_encoding: clarify operations in the usage message 13 years ago
Stefano Sabatini bcf93f78a5 examples/decoding_encoding: replace "picture" with "frame" in encode_example() 13 years ago
Stefano Sabatini 70b671a283 examples/decoding_encoding: apply various message log fixes 13 years ago
Nicolas George 8ad54a44eb lavfi: check that buffer and link properties match. 13 years ago
Nicolas George c262ddb8c5 lavfi: set sample_rate in the default allocator. 13 years ago
Michael Niedermayer 9d89d1d484 swr/resample: mark mm_flags as potentially unused 13 years ago
Michael Niedermayer bd3977267e x86_cpu.h: newline at the end to shutup some warnings in opencc 13 years ago
Derek Buitenhuis 59db014b5b Revert "lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE" 13 years ago
Michael Niedermayer 75f3e0ad95 mpegvideo: skip ff_print_debug_info() for VDPAU 13 years ago
Michael Niedermayer bc3d5173cc libavformat.v: export ffurl_protocol_next 13 years ago
Michael Niedermayer 0ed0f2e566 sws: revert: "swscale: Remove two bogus asserts" 13 years ago
Michael Niedermayer e3e09f2bad Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer c942e8b1d7 Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b' 13 years ago
Martin Storsjö ca6b544ac9 os_support: Choose between direct.h and io.h using a configure check 13 years ago
Martin Storsjö 7b07fab567 os_support: Include io.h instead of direct.h on mingw32ce 13 years ago
Martin Storsjö 91ff4e83ca x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declared 13 years ago
Diego Biurrun b9141aa346 swscale: Remove two bogus asserts 13 years ago
Nicolas George b5bea2f960 lavfi/aresample: set buffer properties after copy. 13 years ago
Mans Rullgard 97cb9236cf ac3: move ac3_downmix() from dsputil to ac3dsp 13 years ago
Tim Walker b901c30da6 lavr/audio_mix_matrix: acknowledge the existence of LFE2. 13 years ago
Tim Walker 3844572887 mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Libav channel. 13 years ago
Tim Walker 8919fee7d2 lavu/audioconvert: add a second low frequency channel. 13 years ago
Christian Schmidt 07584eaf4a mpegts: check substreams before discarding 13 years ago
Martin Storsjö 62c9ae11a7 Add a smooth streaming segmenter muxer 13 years ago
Martin Storsjö 29a9b12b10 file: Add an avoption for disabling truncating existing files on open 13 years ago
Michael Niedermayer ddabecbbf5 vc1dec: export adv profile color format indication 13 years ago
Michael Niedermayer 2de8877689 asfdec: invert SAR 13 years ago
Michael Niedermayer ddc9bc7721 configure: try to support clang on netbsd 13 years ago
Tomas Härdin 5e3572893d img2dec: always close AVIOContexts 13 years ago
Carl Eugen Hoyos 8e082df0f4 Support decoding of monochrome tiff images without bpp tag. 13 years ago
Carl Eugen Hoyos 7680d99b43 Fix muxing mjpeg in swf. 13 years ago
Michael Niedermayer ac0f1ae64b Merge remote-tracking branch 'qatar/master' 13 years ago
Martin Storsjö c3bcd22ed3 rtpdec_jpeg: Error out on other unsupported type values as well 13 years ago
Martin Storsjö 1743938df1 rtpdec_jpeg: Disallow using the reserved q values 13 years ago
Martin Storsjö 1de9317bd0 rtpdec_jpeg: Fold the default qtables case into an existing if statement 13 years ago
Martin Storsjö a218deb856 rtpdec_jpeg: Store and reuse old qtables for q values 128-254 13 years ago
Martin Storsjö a252649059 rtpdec_jpeg: Simplify the calculation of the number of qtables 13 years ago
Martin Storsjö cbaa9eeda3 rtpdec_jpeg: Add more comments about the fields in the SOF0 section 13 years ago
Martin Storsjö 31adff08a1 rtpdec_jpeg: Clarify where the subsampling magic numbers come from 13 years ago
Martin Storsjö c64d2a63df rtpdec_jpeg: Don't use a bitstream writer for the EOI marker 13 years ago
Martin Storsjö 20f325f320 rtpdec_jpeg: Don't needlessly use a bitstream writer for the header 13 years ago
Martin Storsjö 43957fcc71 rtpdec_jpeg: Simplify writing of the jpeg header 13 years ago