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
2008-10-03set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-09-30support negative ctts in some way, unset wrong dtsBaptiste Coudurier
2008-09-24stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier
2008-09-24merge amr wb case with amr nb and qcelpBaptiste Coudurier
2008-09-24do not override sample rate for amr nor qcelp, should fix some qcelp files at...Baptiste Coudurier
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-30remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-08-23enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier
2008-08-19Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross
2008-08-04fix if/else caseBaptiste Coudurier
2008-08-03full lpcm support in mov audio stsd v2Baptiste Coudurier
2008-08-02support big endian lpcm with audio stsd v2Baptiste Coudurier
2008-08-02keep original codec/fourcc endianness, fix XDCAMHD.movBaptiste Coudurier
2008-08-02more complete audio stsd v2Baptiste Coudurier
2008-08-02move version specific parsing code before codec specific code, will be neededBaptiste Coudurier
2008-07-31downgrade mov negative ctts log message to warning, patch by Art Clarke, acla...Art Clarke
2008-07-24Use tkhd matrix for proper display in mov.John Schmiederer
2008-07-18cosmetics, remove spaceBaptiste Coudurier
2008-07-18Return max score when ftyp atom is encountered.Baptiste Coudurier
2008-06-23chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-18free private streamcontext when closing demuxer, fix memory leak, patch by Ar...Art Clarke
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier
2008-05-22free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid...Albert Astals Cid
2008-05-20only print debug info when sample is actually addedBaptiste Coudurier
2008-05-20warn about multiple fourccBaptiste Coudurier
2008-05-20demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes...Baptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-26set pkt duration, only when dts == pts though,Henrik Gulbrandsen
2008-04-25yes it is true for mp4Baptiste Coudurier
2008-04-25remove unneeded variableBaptiste Coudurier
2008-04-25move vars decls where vars are usedBaptiste Coudurier
2008-04-25set channels and sample rate from mpeg4audio configBaptiste Coudurier
2008-04-25parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ...Baptiste Coudurier
2008-04-25update docBaptiste Coudurier
2008-04-25error is -1Baptiste Coudurier
2008-04-25cosmeticsBaptiste Coudurier
2008-04-25move vars decls where vars are usedBaptiste Coudurier
2008-04-25parser should not be needed anymore, merge cases and set frame size for amr tooBaptiste Coudurier
2008-04-25lower frame size to split amr/qcelp/gsm framesBaptiste Coudurier
2008-04-25align and remove useless bracesBaptiste Coudurier
2008-04-25cosmetics, remove whitespaces in tagsBaptiste Coudurier
2008-04-25set gsm default frame size and bytes per frame, needed by old qt format, fix ...Baptiste Coudurier
2008-04-24demux qcelp, so this can work with soc decoder and stream copyBaptiste Coudurier
2008-04-24set alac frame size from extradataBaptiste Coudurier
2008-04-15Fix probe for mov00003.mqv.Michael Niedermayer