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
2013-01-21wmv2: move IDCT to its own DSP context.Ronald S. Bultje
2013-01-06Drop Snow codecDiego Biurrun
2012-12-03fate: split dependencies for fate-seek testsJanne Grunau
2012-10-16riff: do not write empty INFO tagsVictor Vasiliev
2012-05-29fate: convert codec-regression.sh to makefile rulesMans Rullgard
2012-05-17pcmenc: set correct bitrate valueMans Rullgard
2012-04-24FATE: avoid channel mixing in lavf-dv_fmtJustin Ruggles
2012-04-23matroska: Add incremental parsing of clusters.Dale Curtis
2012-04-20FATE: allow lavf tests to alter input parametersJustin Ruggles
2012-04-20FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum testJustin Ruggles
2012-04-20FATE: replace the acodec-g726 test with 4 new encode/decode testsJustin Ruggles
2012-03-21mpegaudioenc: use AVCodec.encode2()Justin Ruggles
2012-03-21ac3enc: update to AVCodec.encode2()Justin Ruggles
2012-03-17FATE: remove WMA acodec testsJustin Ruggles
2012-03-05aiffdec: do not set AVCodecContext.frame_sizeJustin Ruggles
2012-03-04voc/avs: Do not change the sample rate mid-stream.Justin Ruggles
2012-03-04mpegaudio_parser: do not ignore information from the first parsed frameJustin Ruggles
2012-02-26rawdec: set timebase to 1/fps.Anton Khirnov
2012-02-12FATE: update reference for seek-alac_mp4Justin Ruggles
2012-02-07avconv: rework -t handling for encoding.Anton Khirnov
2012-02-02fate: make acodec-ac3_fixed test output raw AC3Mans Rullgard
2012-01-22mxfdec: hybrid demuxing/seeking solutionJanne Grunau
2011-12-02fate: update asf seektestLuca Barbato
2011-12-01fate: split acodec-pcm into individual testsJustin Ruggles
2011-11-22regtest: split video encode/decode tests into individual targetsMans Rullgard
2011-11-02Replace vendor string in Ogg and FLAC muxers.Diego Biurrun
2011-10-27remove the zork pcm seek testJustin Ruggles
2011-10-14riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks
2011-09-28fate: remove seek-mpeg2reuse testMans Rullgard
2011-09-05ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles
2011-07-08ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov
2011-05-10lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak
2011-04-27ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles
2011-04-13lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak
2011-04-04ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-17asf: update seek test referenceMans Rullgard
2011-03-14ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin
2011-02-17ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles
2011-01-09Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles
2010-12-29Change the default dB-per-bit code from 2 to 3.Justin Ruggles
2010-12-22Change FIX15() back to clipping to -32767..32767.Justin Ruggles
2010-12-14Update the test references for lavf-rm and seek-ac3_rm.Justin Ruggles
2010-12-07Add a FLAC parser.Michael Chinen
2010-10-17Avoid negative SCR in mpeg ps muxer.Michael Niedermayer
2010-09-26Update rv20 seek test referenceMåns Rullgård
2010-07-20regtest: rename seektest ref files using alphanumeric chars onlyMåns Rullgård
2010-06-06regtest: add seektest reference files for rgb/yuv in aviMåns Rullgård
2010-06-05matroskaenc: Mux clusters betterJames Zern
2010-05-24matroskaenc: Write codec time base as default duration for video tracks.David Conrad