Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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