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
2009-12-14Revert flvdec.c part of r20836Michael Niedermayer
2009-12-14FLV 8-bit PCM is unsigned, not signedDaniel Verkamp
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer
2009-11-20Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
2009-09-15Check offset in flv_probe()Michael Niedermayer
2009-09-07Use all 32 bits of the timestamp when calculating flv duration.Martin Storsjö
2009-09-05Remove fake Speex header creation from FLV demuxer. Having it there was not theJustin Ruggles
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-07flvdec: expose metadata through the generic metadata APIAurelien Jacobs
2009-07-07flvdec: re-enable metadata parsingAurelien Jacobs
2009-07-07flvdec: don't set format and codec context from metadata valuesAurelien Jacobs
2009-06-25flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles
2009-06-17Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) aboutArt Clarke
2009-04-17Remove unused variable from flv_read_metabody() found by CSA.Michael Niedermayer
2009-04-12Disable metadata reading. Yes, I would like to know what this code is good forMichael Niedermayer
2009-04-03Do not fail on zero packets.Michael Niedermayer
2009-04-02skip empty data packets in flv, fix input.flvBaptiste Coudurier
2009-03-03Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicerMichael Niedermayer
2009-02-22parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier
2009-02-19FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross
2009-02-16Add a context to av_log() calls.Benoit Fouet
2009-02-02Implement the reading of the video bitrate of flv movies out of the meta data,Stefan de Konink
2009-01-22Use EAGAIN return, primarely intended as example of EAGAIN useage.Michael Niedermayer
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-21Fix detection of audio codec in K70707-ARIA229.flv.Michael Niedermayer
2008-11-16set pts in flv demuxerBaptiste Coudurier
2008-10-29Fix endless loop when opening corrupt FLV files (issue 699).Andrew Wason
2008-10-25simplify sample rate code, flv_set_audio_codec already overrides it for nelly...Baptiste Coudurier
2008-10-24force sample rate to 16khz for speex in flv, fix speexaudio.flvBaptiste Coudurier
2008-10-24fix for >2GB flv filesPascal Massimino
2008-10-188HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nuAlexander Wichers
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-30skip empty flv data packets, fix issue #602Baptiste Coudurier
2008-08-30factorize packet skip codeBaptiste Coudurier
2008-08-30simplify size handling codeBaptiste Coudurier
2008-08-29speex in flv demuxingBaptiste Coudurier
2008-07-31skip flv video info / command frame packets, fix issue #546Baptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27aac and h264 in flv demuxingBaptiste Coudurier
2008-05-24in flv this field is dts finallyBaptiste Coudurier
2008-05-24flv use 32 bit ptsBaptiste Coudurier
2008-04-25pts are unsigned according to specs, fix negative pts when 32bit pts are usedBaptiste Coudurier
2008-04-14Remove useless code.Michael Niedermayer
2008-04-14Recommit r12809Michael Niedermayer
2008-04-14Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer
2008-04-14revert r12809Michael Niedermayer
2008-04-14Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer
2008-04-1410lMichael Niedermayer
2008-03-20 Additional checks for strange num_val in FLV metadataPascal Massimino