summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
Commit message (Collapse)AuthorAge
...
* support transcoding adpcmAlex Beregszaszi2005-11-12
| | | | Originally committed as revision 4689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mimetypeMichael Niedermayer2005-05-13
| | | | Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper handling of samplesizeAlex Beregszaszi2005-02-25
| | | | Originally committed as revision 3980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct pcm in flv handlingAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assert(0) -> retunrn -1Michael Niedermayer2004-07-02
| | | | Originally committed as revision 3285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-06-25
| | | | Originally committed as revision 3252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
| | | | | | | | | | fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various fixesMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-04-17
| | | | | | fix streamcopy Originally committed as revision 3026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv fixesMichael Niedermayer2004-03-09
| | | | Originally committed as revision 2863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2004-02-07
| | | | Originally committed as revision 2758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - made --extra-cflags option work on darwinTinic Uro2004-02-06
| | | | | | | | | | | | | - allow INTER4V macroblocks for FLV1 codec - fixed issue in flv file format saving 8 mp3 frames per packet instead of 1 - fixed crasher in flv file format involving mp3 buffer handling - added FLV1 codec support for swf file format (FlashPlayer6 or above required) and made it default - fixed broken mp3 support in swf file format patch by (Tinic Uro <turo at macromedia dot com>) cleanup by me Originally committed as revision 2756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
| | | | Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 ↵Michael Niedermayer2003-07-10
| | | | | | initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>) Originally committed as revision 2032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-09
com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk