summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* vp3: DC-only IDCTDavid Conrad2010-04-17
* Take ticks per frame into account when warning about difference betweenBaptiste Coudurier2010-04-16
* Parse strf mov atomsMartin Storsjö2010-04-16
* vp3: More buffer length checksDavid Conrad2010-04-16
* vp3: Remove internal debug statementDavid Conrad2010-04-16
* oggdec: Move warning about missing granule to the correct placeDavid Conrad2010-04-16
* oggdec: Fix duration calculation if the last page in a file has no granuleDavid Conrad2010-04-16
* oggdec: Remove write-only variableDavid Conrad2010-04-16
* AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla2010-04-16