24159 Commits (e34d5db5957aac0b2b7228ced432dcf4a1f5e5dc)
 

Author SHA1 Message Date
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
Vitor Sessak 10fa22ccfb Fix MTV decoding on big-endian systems 15 years ago
David Conrad 7221579b0c mov: Read QuickTime chapters 15 years ago
David Conrad dc75e4e3b3 movenc: Write nero chapters 15 years ago
Baptiste Coudurier f7501a71a1 seems aac gets screwed up by the parser so disable it 15 years ago
Baptiste Coudurier dc1c26dc8e parse stream headers for audio streams in mkv, needed for frame size 15 years ago
Sebastian Vater e595346486 Reindent / reformat some code with broken indenting. 15 years ago
Robert Krüger 2328e5a289 Allow setting the environment variable FFMPEG_DATADIR to locate preset files. 15 years ago
Sebastian Vater bf29cbc2cc Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>. 15 years ago
Diego Biurrun 353285d740 Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun e1ae1642cb Add missing internal.h #include for brktimegm(), fixes the warning: 15 years ago
Diego Biurrun 4311ff776b cosmetics: Switch Doxygen comments to JavaDoc style. 15 years ago
Martin Storsjö 5948f82227 Reset RTCP timestamps after seeking, add range start offset to the packets timestamps 15 years ago
Martin Storsjö 2cab6b48ad Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext 15 years ago
Baptiste Coudurier 2293a2e67f Set AVFMT_NOTIMESTAMPS flag for mp3 muxer 15 years ago
Jason Garrett-Glaser dbb4f0515f vertical align in libx264.c 15 years ago
Måns Rullgård 60877ad941 Revert "Fix libx264 configure check to use pkg-config if available." 15 years ago
Jason Garrett-Glaser 73f3f30de5 Fix libx264 configure check to use pkg-config if available. 15 years ago
Vitor Sessak 1840b28059 Makefile: make fate target depend on compiling ffmpeg 15 years ago
Måns Rullgård 8469ae22a8 configure: simplify $COMPONENT_LIST handling 15 years ago
Måns Rullgård 0afab17ef9 configure: simplify vaapi dependencies 15 years ago
Måns Rullgård c89c96e989 configure: simplify vdpau dependencies 15 years ago
Måns Rullgård 55a95e2d42 FATE: update nsv-demux checksums 15 years ago
Luca Barbato bacde6466c Make ffserver support rfc3550 15 years ago
Luca Barbato 9094d867aa Make rtp protocol obey rfc3550 15 years ago
Stefano Sabatini 3748b2b8e8 Fix leak in avfilter_graph_add_filter(). 15 years ago
Howard Chu fc8fa007fb Implement librtmp seek support. 15 years ago
Stefano Sabatini d79fc8403b Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP. 15 years ago
Stefano Sabatini 4c4ef3db4b Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if 15 years ago
Stefano Sabatini 28894105c8 Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in 15 years ago
Michael Kaufmann 22c29c36cd Add const to some pointer parameters. 15 years ago
David Conrad 33e623831b vp3: Use avctx pointer directly 15 years ago
David Conrad 8099d6c985 vp3: Read fps and aspect ratio in the decoder 15 years ago
David Conrad ddc7e438e0 vp3: Don't crop if there's a left/top offset, it's wrong 15 years ago