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
2007-03-12check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs
2007-03-12extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs
2007-03-12reindent after last commitAurelien Jacobs
2007-03-12parse clusters until some packets are queuedAurelien Jacobs
2007-03-12fix a stupid bug in ebml_read_sint()Aurelien Jacobs
2007-03-12use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs
2007-03-02don't rely on a specific appearance order for ebml elements at the same levelAurelien Jacobs
2007-03-02add support for simple blocks (ie. matroska v2)Aurelien Jacobs
2007-03-02cosmetics: fix indentation of the new matroska_parse_block() functionAurelien Jacobs
2007-03-02split a matroska_parse_block() function from matroska_parse_blockgroup()Aurelien Jacobs
2007-03-02fix an off-by-one error in probing functionAurelien Jacobs
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-29matroska: scale timecode according to time_scaleAurelien Jacobs
2006-11-24No need for special trick anymore for flac in matroska.Aurelien Jacobs
2006-11-22add support for FLAC in matroskaAurelien Jacobs
2006-11-20add support for tta in matroskaAurelien Jacobs
2006-11-20cosmetics: reindent after last commitAurelien Jacobs
2006-11-20matroska: split real video frames so that each packet contains only one sliceAurelien Jacobs
2006-11-20matroska: properly handle real video extradataAurelien Jacobs
2006-11-20simplify free()+set to NULL using av_freep()Aurelien Jacobs
2006-11-12Allows playback of truncated matroska files.Aurelien Jacobs
2006-11-11Fix wrong comment.Steve L'Homme
2006-11-11Add A_AAC codec identifier support in matroska.Steve L'Homme
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-08add support for AAC in matroskaAurelien Jacobs
2006-11-08add audio output sampling freqency reading in matroskaAurelien Jacobs
2006-11-08Better way to detect cluster (fix files encoded with Haali's muxer).Aurelien Jacobs
2006-11-07Allow reading matroska title.Aurelien Jacobs
2006-11-07cosmetics: reindent after last commitAurelien Jacobs
2006-11-07Don't need to check for NULL before av_free().Aurelien Jacobs
2006-11-07Add support for block duration.Steve L'Homme
2006-11-07Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).Steve L'Homme
2006-11-07guess matroska files frame rateSteve L'Homme
2006-11-06remove floats in 10 bytes/byte support (no version of matroska used it)Steve L'Homme
2006-11-06WavPack support in MatroskaKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-03-25dont set random timestamps if they are not knownMichael Niedermayer
2006-03-25fixing timebaseMichael Niedermayer
2006-03-25Rename time variable to the more descriptive block_time.Steve L'Homme
2006-03-22duration and subitle fix from the patch by Steve LhommeSteve L'Homme
2006-03-22cleanup codec_id mapping (untested)Michael Niedermayer
2006-03-22fix aspect ratioMichael Niedermayer
2006-01-31add missing #includesDieter
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun