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
2012-08-18lavf: add use_wallclock_as_timestampsMichael Niedermayer
2012-08-16avformat: export queue_attached_picturesMichael Niedermayer
2012-08-10lavf: return APIC fourcc from query_format() if the codec is supported as an ...Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-04lavf: move nb_decoded_frames out of info.Michael Niedermayer
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-29lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-07-25lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()Stefano Sabatini
2012-07-25lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files.Michael Niedermayer
2012-07-20lavf: make cmdutils's check_stream_specifier public.Nicolas George
2012-07-13doxy: move av_guess_sample_aspect_ratio to correct placeDerek Buitenhuis
2012-07-12lavf: inject sample skip side data when requested by the demuxerMichael Niedermayer
2012-07-06cosmetics: various spelling fixesLou Logan
2012-06-28lavf: add proper enum type for fmt ctx duration esitmation methodMichael Bradshaw
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard
2012-06-21avformat: add 48 fps to the NTSC frameratesHendrik Leppkes
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20Move av_gettime() to libavutilMans Rullgard
2012-06-18lavf: add field for how duration is estimatedMichael Bradshaw
2012-05-22avformat: add needs_parsing type to enable codec TS use.Michael Niedermayer
2012-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-21avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-05-16Mention AVFMT_SEEK_TO_PTS in AVInputFormat flags docsMichael Bradshaw
2012-05-15lavf: add av_guess_frame_sample_aspect_ratio functionMarton Balint
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07lavf: add missing '*' in a doxy.Anton Khirnov
2012-04-30lavf: add AVFMT_SEEK_TO_PTS to indicate seeking is per PTS.Michael Niedermayer
2012-04-17Add skip_to_keyframe stream variable.Reimar Döffinger
2012-04-04Add AVIO_FLAG_DIRECT.Reimar Döffinger
2012-03-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-27make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26lavf doxy: expand AVStream.codec doxy.Anton Khirnov
2012-03-26lavf doxy: improve AVStream.time_base doxy.Anton Khirnov
2012-03-26lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov
2012-03-26lavf doxy: document passing options to demuxers.Anton Khirnov
2012-03-26lavf doxy: clarify that an AVPacket contains encoded data.Anton Khirnov
2012-03-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-25libavformat: Document who sets the AVStream.id fieldMartin Storsjö
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-20lavf: make av_interleave_packet_per_dts() private.Anton Khirnov
2012-03-20lavf: deprecate av_read_packet().Anton Khirnov
2012-03-13cosmetics: fix some typosLou Logan
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles