Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-25Allow user to force reading mov alias from absolute path.Carl Eugen Hoyos
2012-01-24aud: remove unneeded field, audio_stream_index from contextJustin Ruggles
2012-01-24aud: fix time stamp calculation for ADPCM IMA WSJustin Ruggles
2012-01-24aud: simplify header parsingJustin Ruggles
2012-01-24aud: set pts_wrap_bits to 64.Justin Ruggles
2012-01-24cosmetics: indentationJustin Ruggles
2012-01-24aud: support Westwood SND1 audio in AUD files.Justin Ruggles
2012-01-24adpcm_ima_ws: fix stereo decodingJustin Ruggles
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-24vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles
2012-01-24vqa: clean up audio header parsingJustin Ruggles
2012-01-24vqa: set time base to frame rate as coded in the header.Justin Ruggles
2012-01-24vqa: set packet duration.Justin Ruggles
2012-01-24vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles
2012-01-24vqa: set stream start_time to 0.Justin Ruggles
2012-01-24lavf: postpone removing av_close_input_file().Anton Khirnov
2012-01-24Merge remote-tracking branch 'tjoppen/mxf_fixes_20120124'Michael Niedermayer
2012-01-24Added clockwise rotate values to metadata for 90 and 270 degreesPiotr Tomasik
2012-01-24lavf: replace remaining use of deprecated get_strz()Paul B Mahol
2012-01-24buildsys: Fix shared lib build of ffserver.Michael Niedermayer
2012-01-24mxfdec: Fix files > 2 GiBTomas Härdin
2012-01-24mxfdec: Handle small EditUnitByteCountTomas Härdin
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-24movenc: Decrease default chunk merge limit to 1mb.Michael Niedermayer
2012-01-23limit chunk size to 1GBMaksym Veremeyenko
2012-01-23cafdec: fix regression introduced in c7579ad8e84c5Paul B Mahol
2012-01-23avidec: Fix use of stream_index before validation of its range.Michael Niedermayer
2012-01-23XWD encoder and decoderPaul B Mahol
2012-01-23mxfdec: fix memleak on mxf_read_close()Janne Grunau
2012-01-23cafdec: replace deprecated get_strz()Paul B Mahol
2012-01-23cafenc: replace deprecated av_dbl2int()Paul B Mahol
2012-01-23westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles
2012-01-23libavformat/libavformat.v: fix application name in commentMichael Niedermayer
2012-01-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-23Revert "movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs"Michael Niedermayer
2012-01-22riff: fix invalid av_freep() calls on EOF in ff_read_riff_infoJanne Grunau
2012-01-22mxfdec: fix memleak on av_realloc failuresJanne Grunau
2012-01-22mxfdec: Do not parse slices or DeltaEntryArrays.Tomas Härdin
2012-01-22mxfdec: hybrid demuxing/seeking solutionJanne Grunau
2012-01-22mxfdec: Add Avid's essence element key.Tomas Härdin
2012-01-22mfxdec: Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos
2012-01-22mxfdec: Compute packet offsets properly.Tomas Härdin
2012-01-22mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack.Tomas Härdin
2012-01-22mxfdec: use av_dlog() for 'no corresponding source package found'Tomas Härdin
2012-01-22mxfdec: Make mxf->partitions sorted by offset.Tomas Härdin
2012-01-22mxfdec: parse ThisPartitionTomas Härdin
2012-01-22mxfdec: Speed up metadata and index parsing.Tomas Härdin
2012-01-22mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin
2012-01-22mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin