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
2016-01-24Print the whitelists if entities are not found on themMichael Niedermayer
2016-01-09avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer
2016-01-02avcodec/utils: fix AVPacket lifetime in seek_frame_genericHendrik Leppkes
2015-12-28lavf: add internal API to append a bsf to a stream's listRodger Combs
2015-12-28lavf: add API to apply a list of bsfs to a packetRodger Combs
2015-12-12avformat: Add av_program_add_stream_index()Michael Niedermayer
2015-12-04avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege...Michael Niedermayer
2015-12-03lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George
2015-12-03avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescaleMichael Niedermayer
2015-12-03avformat/utils: Check AVFormatContext->duration in compute_chapters_end() bef...Michael Niedermayer
2015-11-26lavf/utils: avoid decoding a frame to get the codec parametersMatthieu Bouron
2015-11-22Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis
2015-11-21avformat/utils: Fix indentationTimothy Gu
2015-11-18avformat: expose av_stream_new_side_data helperJohn Stebbins
2015-11-16avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer
2015-11-15avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker
2015-11-11Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes
2015-11-11avformat/utils: re-factor freeing AVStreamsHendrik Leppkes
2015-11-10Merge commit 'aeda1121c91395d1f0d434bc7f227423aa2ff97d'Hendrik Leppkes
2015-11-10Merge commit 'a0c71a575109f123978e345fa7eb4ac03cd4d3c3'Hendrik Leppkes
2015-11-09lavf: deprecate compute_pkt_fields2Anton Khirnov
2015-11-08lavf: factor out freeing an AVStreamAnton Khirnov
2015-11-08lavf: initialize cur_dts to AV_NOPTS_VALUE for muxingAnton Khirnov
2015-11-02avformat: unref packet after storing it in internal packet queueHendrik Leppkes
2015-11-02avformat: always unref the packet after parsingHendrik Leppkes
2015-10-29Merge commit 'd584533cf38141172e20bae5436629ee17c8ce50'Hendrik Leppkes
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-27Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes
2015-10-26avformat: Rework add_to_pktbufLuca Barbato
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-26avformat: Always return ref-counted AVPacketLuca Barbato
2015-10-03lavf/utils: avoid giving up probing early with long subtitle eventsRodger Combs
2015-09-29Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes
2015-09-29lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm4
2015-09-17lavf/utils: remove some left-over cruft from the 32-bit size fieldsHendrik Leppkes
2015-09-17lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer
2015-09-15lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos
2015-09-15lavf: Switch bitrate to 64bit unless compatibility with avconv was requested.Carl Eugen Hoyos
2015-09-11libavformat/utils.c: use correct variable for message.Thierry Foucu
2015-09-11avformat/utils: Increase default max_stream_analyze_duration for flvMichael Niedermayer
2015-09-05Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes
2015-09-02lavf: add V as a video stream specifier which is not an attached pictureMarton Balint
2015-09-01lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-08-23avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara