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
2011-12-16mxfdec: Hybrid demuxing/seeking solutionTomas Härdin
2011-12-16mxfdec: Add "fake" index to MXFIndexTable to assist seekingTomas Härdin
2011-12-13Update seek reference for added metadata to lavf tests.Reimar Döffinger
2011-12-12mxfdec: Set DTS and PTS on video packetsTomas Härdin
2011-12-11seektest: floatfreeMichael Niedermayer
2011-12-11regressiontest: try mp2 for wtvMichael Niedermayer
2011-12-11Add wtv seek test.Reimar Döffinger
2011-12-08mxfdec: Index table driven demuxing and seekingTomas Härdin
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-01fate: split acodec-pcm into individual testsJustin Ruggles
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-27remove the zork pcm seek testJustin Ruggles
2011-10-22utils: flush on successfull av_seek_frame_binary()Michael Niedermayer
2011-10-21seek: Fix av_gen_search() so that seeks outside max/min do not successfully s...Michael Niedermayer
2011-10-21mpegts: add and use mpegts_get_dts()Michael Niedermayer
2011-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-08ffmdec: fix seeking for non indexed filesMichael Niedermayer
2011-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-05ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles
2011-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-05-02Make DV (sub) demuxer set proper pkt->pos values.Reimar Döffinger
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles
2011-04-25avi: try to synchronize the points in time of the starts of streams after see...Michael Niedermayer
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
2010-05-22Update regression tests after removing track timecode scale from mkvencDavid Conrad
2010-05-22In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier