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
path: root/tests
AgeCommit message (Expand)Author
2012-03-05lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles
2012-03-05aiffdec: do not set AVCodecContext.frame_sizeJustin Ruggles
2012-03-05lavf: deobfuscate read_frame_internal().Anton Khirnov
2012-03-04fate: Add sunrast regression testDerek Buitenhuis
2012-03-04wmaenc: fix m/s stereo encoding for the first frameJustin Ruggles
2012-03-04tiertexseq: set audio stream start time to 0Justin Ruggles
2012-03-04voc/avs: Do not change the sample rate mid-stream.Justin Ruggles
2012-03-04vqf: set packet durationJustin Ruggles
2012-03-04mpegaudio_parser: do not ignore information from the first parsed frameJustin Ruggles
2012-03-02g722: Fix the QMF scalingMartin Storsjö
2012-03-02electronicarts: set timebase for tgv video.Anton Khirnov
2012-03-02electronicarts: parse the framerate for cmv video.Anton Khirnov
2012-03-02electronicarts: don't set codec timebaseAnton Khirnov
2012-03-01FATE: do not decode audio in the nuv test.Justin Ruggles
2012-03-01FATE: add mp3 test for sample that exhibited false overreadsJustin Ruggles
2012-03-01fate: add cdxl test for bit line plane arrangementPaul B Mahol
2012-02-29dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö
2012-02-29prores: store and retrieve extended colourspace informationKostya Shishkov
2012-02-29prores: handle 444 chroma in right orderKostya Shishkov
2012-02-29mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov
2012-02-29mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov
2012-02-27fate: Overhaul WavPack coverageDerek Buitenhuis
2012-02-26lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov
2012-02-26avconv: saner output video timebase.Anton Khirnov
2012-02-26rawdec: set timebase to 1/fps.Anton Khirnov
2012-02-26FATE: remove a bunch of useless -vsync 0Anton Khirnov
2012-02-25fate: add tests for cdxl videoPaul B Mahol
2012-02-22lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov
2012-02-21Add prores regression test.Reimar Döffinger
2012-02-21Enable already existing rso regression test.Reimar Döffinger
2012-02-21Add regression test for "sox" format muxer/demuxer.Reimar Döffinger
2012-02-21Add dpx encoding regression test.Carl Eugen Hoyos
2012-02-21adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles
2012-02-16bethsoftvid: synchronize video timestamps with audio sample rateJustin Ruggles
2012-02-16bethsoftvid: Set video packet duration instead of accumulating pts.Justin Ruggles
2012-02-16bethsoftvid: pass palette in side data instead of in a separate packet.Justin Ruggles
2012-02-14sunrast: Add fate test for gray8.Aneesh Dogra
2012-02-12cljr: set the properties of the coded_frame, not input frame.Anton Khirnov
2012-02-12FATE: update reference for seek-alac_mp4Justin Ruggles
2012-02-11alacenc: only encode frame size in header for a final smaller frameJustin Ruggles
2012-02-10aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2012-02-09rawenc: switch to encode2().Anton Khirnov
2012-02-07avconv: rework -t handling for encoding.Anton Khirnov
2012-02-07pva-demux test: add -vnAnton Khirnov
2012-02-03frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov
2012-02-02fate: make acodec-ac3_fixed test output raw AC3Mans Rullgard
2012-02-02bethsoftvideo: fix palette reading.Justin Ruggles
2012-02-01fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau
2012-01-31fate: add golomb-testDiego Biurrun