summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix off-by-1 error in the tag parsing code.Jai Menon2010-04-22
* Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer2010-04-22
* Make sure ffmpeg chooses a supported samplerte if the encoder supportsMichael Niedermayer2010-04-22
* Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the...Tomas Härdin2010-04-22
* Support VP6F in Matroska.Christian Schmidt2010-04-22
* Fix compilation error of ffmpeg and ffplay with --disable-avdevice.Cyril Russo2010-04-22
* Do not initialize res in url_fseek(), in the case !s->seek directlyStefano Sabatini2010-04-21
* WMAVoice postfilter.Ronald S. Bultje2010-04-21
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Fix typo.Jai Menon2010-04-21
* Implement QCELP postfilter.Ronald S. Bultje2010-04-21
* Make the Sipr16k postfilter function write data into the target/output buffer.Ronald S. Bultje2010-04-21
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-21
* Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje2010-04-21
* theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad2010-04-21
* 10l: do not try to unpack DTX frames in AMR-NB decoderVitor Sessak2010-04-21
* Fix MTV decoding on big-endian systemsVitor Sessak2010-04-21
* mov: Read QuickTime chaptersDavid Conrad2010-04-21
* movenc: Write nero chaptersDavid Conrad2010-04-21
* seems aac gets screwed up by the parser so disable itBaptiste Coudurier2010-04-20
* parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier2010-04-20
* Reindent / reformat some code with broken indenting.Sebastian Vater2010-04-20
* Allow setting the environment variable FFMPEG_DATADIR to locate preset files.Robert Krüger2010-04-20
* Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.Sebastian Vater2010-04-20
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun2010-04-20
* cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun2010-04-20
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-20
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-20
* Set AVFMT_NOTIMESTAMPS flag for mp3 muxerBaptiste Coudurier2010-04-20
* vertical align in libx264.cJason Garrett-Glaser2010-04-19
* Revert "Fix libx264 configure check to use pkg-config if available."Måns Rullgård2010-04-19
* Fix libx264 configure check to use pkg-config if available.Jason Garrett-Glaser2010-04-19
* Makefile: make fate target depend on compiling ffmpegVitor Sessak2010-04-19
* configure: simplify $COMPONENT_LIST handlingMåns Rullgård2010-04-19
* configure: simplify vaapi dependenciesMåns Rullgård2010-04-19
* configure: simplify vdpau dependenciesMåns Rullgård2010-04-19
* FATE: update nsv-demux checksumsMåns Rullgård2010-04-19
* Make ffserver support rfc3550Luca Barbato2010-04-19
* Make rtp protocol obey rfc3550Luca Barbato2010-04-19
* Fix leak in avfilter_graph_add_filter().Stefano Sabatini2010-04-18
* Implement librtmp seek support.Howard Chu2010-04-18
* Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.Stefano Sabatini2010-04-18
* Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) ifStefano Sabatini2010-04-18
* Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) inStefano Sabatini2010-04-18
* Add const to some pointer parameters.Michael Kaufmann2010-04-17
* vp3: Use avctx pointer directlyDavid Conrad2010-04-17
* vp3: Read fps and aspect ratio in the decoderDavid Conrad2010-04-17
* vp3: Don't crop if there's a left/top offset, it's wrongDavid Conrad2010-04-17