23943 Commits (e9d96831f73f95d4b2cd69dd20dae95558b3be99)
 

Author SHA1 Message Date
Luca Abeni 4f54d924bc Simplify some output messages in the v4l2 input device 15 years ago
Sebastian Vater 4f5e6ef16e Reindent after rr22977. 15 years ago
Sebastian Vater 46dcabf82b Make the IFF demuxer a little more standards-compliant, e.g. respect the size 15 years ago
Sebastian Vater 726dc06158 Reidnent after r22795. 15 years ago
Sebastian Vater fe51b5ce50 Move some branches outside looped code. Should improve the generated asm (and 15 years ago
Sebastian Vater 473147bed0 Switch some ints to unsigned (they can only have positive values, this allows 15 years ago
Stefano Sabatini a31e795607 Make ffmpeg use print_error() to make apparent the exact cause of 15 years ago
Stefano Sabatini ec6791736c Make file_open() return the error code set in errno if open() fails, 15 years ago
Stefano Sabatini 932d775fa2 Implement v4l2 input size autodetection in v4l2_read_header(). 15 years ago
Sebastian Vater 687dc3555d Make two functions out of #define hackery. 15 years ago
Ronald S. Bultje 90bc36b063 Reindent after r22968. 15 years ago
Ronald S. Bultje ad6408960b Write clip-related decimal numbers into hex, where they make more sense. 15 years ago
Måns Rullgård 3bfd582c96 Set ARCH=c with --disable-asm, fix build 15 years ago
Stefano Sabatini c57a8fefd9 Return meaningful error codes, rather than always -1. 15 years ago
Ronald S. Bultje 2d0525c27c Fix broken 32-bit clipping, and write numbers in hex instead of decimal so 15 years ago
Robert Krüger 0a6a282a51 Make ffprobe show stream->nb_frames if that info is known. 15 years ago
Stefano Sabatini 18225025ff Remove unnecessary width and height variables from v4l2_read_header(). 15 years ago
Stefano Sabatini 4cf1ba0445 Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Stefano Sabatini 472e12f510 Implement ffserver.c:report_config_error() and a macro for logging 15 years ago
Stefano Sabatini 6675a5bf73 Statically initialize ffserver.c:config_filename, simplify. 15 years ago
Stefano Sabatini 931b832add Consistently prefer @var{VAR} over ``VAR'' for indicating filter 15 years ago
Michael Niedermayer 6204402409 4th try at getting ansi colors working with a default of color=yes_please. 15 years ago
Ronald S. Bultje 0bb848016a Add acelp_filters.o as QCELP decoder object file. 15 years ago
Ronald S. Bultje 005ad8a0de Make WMAVoice decoder depend on DCT/RDFT 15 years ago
Måns Rullgård 07876e25c8 Workaround for missing llrintf() 15 years ago
Michael Niedermayer aebfb45774 Trying _WIN32 for win32 detection. 15 years ago
Michael Niedermayer 7328cdfa58 Merge the 2 ANSI ESC codes. 15 years ago
Michael Niedermayer 841073ce5e Reenable ANSI colors, use method from VLC as suggested by ramiro. 15 years ago
Justin Ruggles cc8538ff93 ac3dec: return smaller of buf_size and frame_size instead of always returning 15 years ago
Måns Rullgård 84368aa629 ARM: fix build for darwin/iphone 15 years ago
Michael Niedermayer 2c4b87ea0e Disable ANSI color code until we figured out how to detect ANSI support in 15 years ago
Baptiste Coudurier 0403c2e3e4 Disable LATM AAC in mpegts, this is not supported and produce too many 15 years ago
Michael Niedermayer 51e026d115 Coloring the log with ANSI. 15 years ago
Jai Menon 037e9afd37 Fix off-by-1 error in the tag parsing code. 15 years ago
Michael Niedermayer ddecab2097 Set .supported_samplerates for mpeg audio encoders. 15 years ago
Michael Niedermayer 10d0f5e035 Make sure ffmpeg chooses a supported samplerte if the encoder supports 15 years ago
Tomas Härdin 951776c478 Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the Deep". 15 years ago
Christian Schmidt 03cb8458ce Support VP6F in Matroska. 15 years ago
Cyril Russo 9b157b0ccd Fix compilation error of ffmpeg and ffplay with --disable-avdevice. 15 years ago
Stefano Sabatini 9d30e0682a Do not initialize res in url_fseek(), in the case !s->seek directly 15 years ago
Ronald S. Bultje 9a32573b49 WMAVoice postfilter. 15 years ago
Ronald S. Bultje b1078e9fe6 Move clipping of audio samples (for those codecs outputting float) from decoder 15 years ago
Jai Menon 6858ce2ffc Fix typo. 15 years ago
Ronald S. Bultje 805a83d506 Implement QCELP postfilter. 15 years ago
Ronald S. Bultje 5180a0b197 Make the Sipr16k postfilter function write data into the target/output buffer. 15 years ago
Ronald S. Bultje 8955a9d79c Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). 15 years ago
Ronald S. Bultje bb2dd9efd8 Split the input/output data arguments to ff_adaptive_gain_control(). 15 years ago
David Conrad 8e6daa4a95 theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) 15 years ago
Vitor Sessak a2d3588813 10l: do not try to unpack DTX frames in AMR-NB decoder 15 years ago