aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* kill duplicated get/put_be24()Michael Niedermayer2005-07-191-7/+2
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-2/+2
* fix mimetypeMichael Niedermayer2005-05-131-1/+1
* proper handling of samplesizeAlex Beregszaszi2005-02-251-1/+1
* correct pcm in flv handlingAlex Beregszaszi2005-02-211-4/+12
* assert(0) -> retunrn -1Michael Niedermayer2004-07-021-34/+42
* simplifyMichael Niedermayer2004-06-251-221/+24
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-6/+7
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+1
* various fixesMichael Niedermayer2004-04-181-9/+26
* cleanupMichael Niedermayer2004-04-171-108/+69
* flv fixesMichael Niedermayer2004-03-091-12/+18
* 100lMichael Niedermayer2004-02-071-1/+1
* - made --extra-cflags option work on darwinTinic Uro2004-02-061-2/+9
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-1/+1
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-081-2/+2
* Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initializati...Michael Niedermayer2003-07-101-2/+4
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-091-0/+381