summaryrefslogtreecommitdiff
path: root/libavformat/avienc.c
Commit message (Collapse)AuthorAge
...
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
| | | | Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not call (av_)abort()Michael Niedermayer2004-10-01
| | | | Originally committed as revision 3544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IBM Ultimotion video decoder, courtesy of Konstantin ShishkovMike Melanson2004-09-16
| | | | Originally committed as revision 3468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h261Roberto Togni2004-08-22
| | | | Originally committed as revision 3409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin ShishkovMike Melanson2004-08-14
| | | | Originally committed as revision 3390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* my experimental wavelet codecMichael Niedermayer2004-07-25
| | | | | | note, this is far from finished, dont expect todays encodings to be decodeable with cvs tomorrow ... Originally committed as revision 3341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw rgb supportMichael Niedermayer2004-07-21
| | | | Originally committed as revision 3330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fix by (Bohdan Horst <nexus at irc dot pl>)Michael Niedermayer2004-06-17
| | | | Originally committed as revision 3227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass timestamps correctly for -sync 0Michael Niedermayer2004-06-15
| | | | | | use zero sized frames in avi to handle duplicate frames Originally committed as revision 3225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fourccsMichael Niedermayer2004-06-10
| | | | Originally committed as revision 3212 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
* support SVQ1 in AVI files, just for funMike Melanson2004-05-07
| | | | Originally committed as revision 3112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* codec tag for FLVMichael Niedermayer2004-04-11
| | | | Originally committed as revision 3002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm codec tagMichael Niedermayer2004-04-11
| | | | Originally committed as revision 3001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some tag for mpeg2, so looking MPEG2VIDEO up worksMichael Niedermayer2004-04-11
| | | | Originally committed as revision 2999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSZH and ZLIB decoder supportRoberto Togni2004-01-12
| | | | | | Experimental ZLIB encoder (not working yet) Originally committed as revision 2693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DUCK codecMike Melanson2003-12-03
| | | | Originally committed as revision 2556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)Laurent Aimar2003-11-29
| | | | Originally committed as revision 2540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
| | | | | | Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-09-29
| | | | Originally committed as revision 2321 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
* hacks to support Xan AVI filesMike Melanson2003-09-08
| | | | Originally committed as revision 2220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial nut muxer and demuxer (demuxer is not fail safe)Alex Beregszaszi2003-09-05
| | | | Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* case insensitive codec_get_id()Michael Niedermayer2003-09-04
| | | | Originally committed as revision 2205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv2 regression testMichael Niedermayer2003-09-01
| | | | Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ATI VCR2Michael Niedermayer2003-07-24
| | | | Originally committed as revision 2080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ATI VCR1 decoderMichael Niedermayer2003-07-24
| | | | Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-07-12
| | | | Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless jpeg supportAlex Beregszaszi2003-06-20
| | | | Originally committed as revision 1981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-06-09
| | | | Originally committed as revision 1940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv1 regression testMichael Niedermayer2003-05-27
| | | | Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * introducing new public interface in imgconvert.cRoman Shaposhnik2003-05-07
| | | | | | | | | | | | | | | | | | | | | | + avcodec_get_pix_fmt converts textual representation of pixel format into the actual id. Complements avcodec_get_pix_fmt_name. + avpicture_layout serializes given picture into a flat array. Complements avpicture_fill. * adding a new option -pix_fmt to the ffmpeg, in order to control pixel format for the codecs that do support it, like rawvideo, for example. * reducing complexity of the rawvideo codec by splitting it in two and making it more reliable via hooking up to the avpicture_layout. Plus adding new FourCC as described here: http://www.fourcc.org * A tiny fix for avienc.c that makes avih and video strf consistent regarding codec FourCC. Originally committed as revision 1842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at a new VP3 video decoderMike Melanson2003-05-05
| | | | Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Making AVI encoding predictable (all JUNK chunks are filled with 0)Roman Shaposhnik2003-04-24
| | | | | | | * Updating regression refs * Making server-regression.sh work on Solaris Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * keeping compiler happy and quietZdenek Kabelac2003-04-23
| | | | Originally committed as revision 1817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * more strict typesZdenek Kabelac2003-04-23
| | | | Originally committed as revision 1815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-23
| | | | Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* we really shouldnt use M$* as default codec -> use MPEG4 as defaultMichael Niedermayer2003-04-17
| | | | Originally committed as revision 1785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native Indeo3 decoder implementationMike Melanson2003-04-15
| | | | Originally committed as revision 1777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clear out an unused field in the created AVI file. This helps makePhilip Gladstone2003-04-12
| | | | | | the MD5 checksums *much* more predictable!! Originally committed as revision 1762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-08
| | | | Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)Sebastien Bechet2003-03-26
| | | | Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging a small amount of the changes from BroadQ, the rest is either not ↵Michael Niedermayer2003-03-18
| | | | | | clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) Originally committed as revision 1690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-03-16
| | | | Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv2 & huffyuv regression testMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv encoding fixedMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)Michael Niedermayer2003-03-08
| | | | | | fixed framerate encoding & decoding hopefully, this should fix av sync on long AVIs Originally committed as revision 1646 to svn://svn.ffmpeg.org/ffmpeg/trunk