summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
Commit message (Collapse)AuthorAge
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
| | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-02
| | | | | | | | into flv header. Patch by Justin Johnson, justin D johnson3 A gmail Originally committed as revision 21615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-14
| | | | | | Fixes issue #1569 Originally committed as revision 20853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-20
| | | | Originally committed as revision 20564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles2009-10-16
| | | | | | 8 frames per packet. Originally committed as revision 20247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-16
| | | | Originally committed as revision 20245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flv should be AVFMT_VARIABLE_FPS.Michael Niedermayer2009-09-16
| | | | Originally committed as revision 19873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida2009-06-20
| | | | | | Patch by Yoshihisa Uchida, yoshihisa D uchida A gmail Originally committed as revision 19236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-02
| | | | | | Patch by Stefan de Konink stefan konink de Originally committed as revision 16944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2009-01-15
| | | | Originally committed as revision 16617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
| | | | Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove comment, this is not relevant anymoreBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for negative dts value even if bitstream is already formated,Baptiste Coudurier2009-01-11
| | | | | | this fixes dts when stream copying. Originally committed as revision 16526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at ↵Alexander Wichers2008-10-18
| | | | | | wichersdot nu Originally committed as revision 15633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
| | | | | | | The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamps in flv are 32bits _signed_ according to flash player, specs are wrongBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless castsBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change codec_tag type from const struct AVCodecTag ** to const struct ↵Reimar Döffinger2008-08-24
| | | | | | AVCodecTag * const * Originally committed as revision 14947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if extradata comes from mp4 and assume bitsteam is already formated, ↵Baptiste Coudurier2008-05-29
| | | | | | should fix streamcopy Originally committed as revision 13516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac and h264 in flv muxingBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct duration when using b framesBaptiste Coudurier2008-05-25
| | | | Originally committed as revision 13372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, remove useless varsBaptiste Coudurier2008-05-24
| | | | Originally committed as revision 13270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nellymoser handling in FLVBartlomiej Wolowiec2008-05-02
| | | | Originally committed as revision 13032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set wrap bits to 32bit to actually use itBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv/swf do not have a big endian codec id, they only supportMichael Niedermayer2008-02-24
| | | | | | little endian and native endian. Originally committed as revision 12183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field ↵Alex Beregszaszi2007-11-16
| | | | | | introduced in FLV specification v9. Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-15
| | | | Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-10-09
| | | | Originally committed as revision 10693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid generating invalid filesMichael Niedermayer2007-10-09
| | | | | | fixes issue213 Originally committed as revision 10692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set the previous tag size correctly in flv filesMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson2007-03-03
| | | | Originally committed as revision 8201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
| | | | Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP6 and flashsv stream copy and muxing support.Benjamin Larsson2007-01-01
| | | | Originally committed as revision 7399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for the FLV muxer to supply more complete metadataAllan Hsu2006-12-28
| | | | | | in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>. Originally committed as revision 7382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set flags correctly in write header instead of seeking back and fixing it in ↵Michael Niedermayer2006-12-10
| | | | | | write_trailer() Originally committed as revision 7267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-06
| | | | | | | in a common flv.h. patch by Allan Hsu allan _at_ counterpop.net Originally committed as revision 7231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu2006-12-01
| | | | | | patch by Allan Hsu, allan counterpop net Originally committed as revision 7194 to svn://svn.ffmpeg.org/ffmpeg/trunk