summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAge
...
* Patch for the FLV muxer to supply more complete metadataAllan Hsu2006-12-28
* set flags correctly in write header instead of seeking back and fixing it in ...Michael Niedermayer2006-12-10
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-06
* Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu2006-12-01
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-06
* add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel...Michael Niedermayer2006-07-17
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* support transcoding adpcmAlex Beregszaszi2005-11-12
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* fix mimetypeMichael Niedermayer2005-05-13
* proper handling of samplesizeAlex Beregszaszi2005-02-25
* correct pcm in flv handlingAlex Beregszaszi2005-02-21
* assert(0) -> retunrn -1Michael Niedermayer2004-07-02
* simplifyMichael Niedermayer2004-06-25
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* various fixesMichael Niedermayer2004-04-18
* cleanupMichael Niedermayer2004-04-17
* flv fixesMichael Niedermayer2004-03-09
* 100lMichael Niedermayer2004-02-07
* - made --extra-cflags option work on darwinTinic Uro2004-02-06
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
* Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initializati...Michael Niedermayer2003-07-10
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-09