summaryrefslogtreecommitdiffstats
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier2009-01-161-7/+12
* Reindent after last commitLuca Abeni2009-01-151-1/+1
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-151-7/+6
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* remove comment, this is not relevant anymoreBaptiste Coudurier2009-01-111-1/+0
* reindentBaptiste Coudurier2009-01-111-4/+4
* check for negative dts value even if bitstream is already formated,Baptiste Coudurier2009-01-111-2/+3
* Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wic...Alexander Wichers2008-10-181-1/+5
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-3/+3
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* timestamps in flv are 32bits _signed_ according to flash player, specs are wrongBaptiste Coudurier2008-08-301-1/+1
* remove now useless castsBaptiste Coudurier2008-08-301-3/+3
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* check if extradata comes from mp4 and assume bitsteam is already formated, sh...Baptiste Coudurier2008-05-291-1/+3
* aac and h264 in flv muxingBaptiste Coudurier2008-05-261-4/+63
* set correct duration when using b framesBaptiste Coudurier2008-05-251-1/+1
* simplify, remove useless varsBaptiste Coudurier2008-05-241-31/+17
* Nellymoser handling in FLVBartlomiej Wolowiec2008-05-021-0/+4
* set wrap bits to 32bit to actually use itBaptiste Coudurier2008-04-251-1/+1
* flv/swf do not have a big endian codec id, they only supportMichael Niedermayer2008-02-241-4/+4
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-3/+3
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-161-1/+2
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-151-1/+1
* indentMichael Niedermayer2007-10-091-2/+2
* avoid generating invalid filesMichael Niedermayer2007-10-091-0/+2
* set the previous tag size correctly in flv filesMichael Niedermayer2007-08-041-6/+8
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson2007-03-031-1/+1
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-211-3/+3
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-1/+1
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-211-0/+1
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-2/+2
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-071-3/+3
* VP6 and flashsv stream copy and muxing support.Benjamin Larsson2007-01-011-2/+16
* Patch for the FLV muxer to supply more complete metadataAllan Hsu2006-12-281-2/+47
* set flags correctly in write header instead of seeking back and fixing it in ...Michael Niedermayer2006-12-101-14/+12
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-061-28/+22
* Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu2006-12-011-2/+2
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-061-9/+18
* add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel...Michael Niedermayer2006-07-171-5/+93
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-7/+7
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* support transcoding adpcmAlex Beregszaszi2005-11-121-0/+3
OpenPOWER on IntegriCloud