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-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-30lavf/flvdec: Allow files where the PreviousTagSize is not set according to th...Thierry Foucu
2016-01-27Merge commit 'e4eb13ca77624401ea7cef1ed6ad8e2d13fd2063'Derek Buitenhuis
2016-01-27Merge commit '09f4822e4eaf61513b9092414450f3ae920ccd9d'Derek Buitenhuis
2016-01-19flvdec: Add sanity checking of the last packet sizeMartin Storsjö
2016-01-19flvdec: perform duration search just onceMichael Niedermayer
2015-12-12flvdec: do not create any streams in read_header()Anton Khirnov
2015-12-04avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...Michael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-03lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-12avformat/flvdec: set broken_sizes for "metadatacreator : MEGA"Michael Niedermayer
2015-10-07avformat/flvdec: Print stream type in case a new stream is discovered after t...Michael Niedermayer
2015-10-06avformat/flvdec: Remove dead loopMichael Niedermayer
2015-10-02avformat/flvdec: accept sizes if they are off by 11Michael Niedermayer
2015-09-29libavformat/flvdec.c: free always the packet after a resync.Thierry Foucu
2015-09-19avformat/flvdec: Detect broken sizes (OBS 0.655b), disable resync for affecte...Michael Niedermayer
2015-09-16avformat/flvdec: Check that sizes match and resync if notMichael Niedermayer
2015-09-16avformat/flvdec: Change packet loop to return EAGAIN instead of looping until...Michael Niedermayer
2015-09-13avformat/flvdec: Use the first index entry to find the first packet if there ...Michael Niedermayer
2015-09-13avformat/flvdec: Print last packet size at trace levelMichael Niedermayer
2015-09-13avformat/flvdec: Print terminator value found if it differs from AMF_END_OF_O...Michael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-06-12Merge commit 'a7ac1a7b94447f33ae95be4d6d186e2775977f91'Michael Niedermayer
2015-06-12flv: Name an enum and use its typeVittorio Giovara
2015-06-10libavformat/flvdec.c: don't build index_entries for input stream if AVIOConte...Igor Derzhavin
2015-06-05flvdec: fix lack of duration for some filesGanesh Ajjanagadde
2015-06-05avformat/flvdec: Show unknown tags at debug levelMichael Niedermayer
2015-06-05avformat/flvdec: Add TYPE_ONCAPTIONINFOMichael Niedermayer
2015-06-05avformat/flvdec: increase buffer size for parsing metadata string keyMichael Niedermayer
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-03-13avformat/flvdec: add support for OnCaptionMichael Niedermayer
2015-03-13avformat/flvdec: re enable flv_data_packet()Michael Niedermayer
2015-03-13avformat/flvdec: Change subtitle stream type to subtitle typeMichael Niedermayer
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-01-02avformat/flvdec: remove duplicated line errorClément Bœsch
2015-01-01avformat/flvdec: use named identifier instead of literal numbers as return va...Michael Niedermayer
2015-01-01avformat/flvdec: Increase string array sizeMichael Niedermayer
2015-01-01avformat/flvdec: do not inject dts=0 metadata packets which failed to be pars...Michael Niedermayer
2015-01-01avformat/flvdec: add several error messages to error conditionsMichael Niedermayer
2014-12-16avformat/flvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-10avformat/flvdec: fix potential use of uninitialized variablesMichael Niedermayer
2014-11-25Merge commit '40665d27e38e6a2f65037878202bd1a398c7683e'Michael Niedermayer
2014-11-25flvdec: Document how the duration is retrieved at the end of the fileUwe L. Korn
2014-10-22Merge commit '629b2ed0ac77d7c4bf1aeac5e70cafee5fa0fcae'Michael Niedermayer