Michael Niedermayer
8b82a95675
svq3 decoder by anonymous
...
Originally committed as revision 1845 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
631670888d
* introducing new public interface in imgconvert.c
...
+ 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
22 years ago
Michael Niedermayer
b530f84262
VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
...
Originally committed as revision 1836 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Andriy Rysin
eb9ef61a81
prefers MP3 codec (rather than MP2) for output if
...
compiled with MP3LAME and output file seems to be of MP3 type patch by (Andriy Rysin <arysin at bcsii dot net>) with minor changes by me
Originally committed as revision 1834 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Andriy Rysin
eeb67f400c
mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>)
...
Originally committed as revision 1833 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
d86053a416
first pass at a new VP3 video decoder
...
Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
8c0ff5d5c2
* Making AVI encoding predictable (all JUNK chunks are filled with 0)
...
* Updating regression refs
* Making server-regression.sh work on Solaris
Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
546031ee86
* keeping compiler happy and quiet
...
Originally committed as revision 1817 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
b6a17df438
* simplified parameters for parse routines
...
Originally committed as revision 1816 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5d23497493
* more strict types
...
Originally committed as revision 1815 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
e738cee9c4
Complete support for OpenDML AVIs and AVIs > 2Gb.
...
Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5cd62665f0
* fixed initialization and some memleak
...
* filling more avcodecs variables
* extending/improving mov parsing (unfinished)
Originally committed as revision 1812 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
693feac556
* filling bitdepth
...
Originally committed as revision 1811 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a059da1227
transparency support
...
Originally committed as revision 1808 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7e2e1abf6b
replaced progressive by interleaved
...
Originally committed as revision 1807 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
41f53f8694
use correct YUV format for JPEG
...
Originally committed as revision 1804 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
cff5e386bf
added progressive PNG support (both reading and writing)
...
Originally committed as revision 1797 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
3b1a27e04c
added progressive image support
...
Originally committed as revision 1796 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8b46d75e4a
rgba32 support
...
Originally committed as revision 1795 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5ae2c73e4d
memleaks
...
Originally committed as revision 1793 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8975ba81f8
added new netpbm pam format support (needed for alpha plane support)
...
Originally committed as revision 1792 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
143d464416
Add latency check, the Media Kit shoul repport it, but this seems broken.
...
Originally committed as revision 1789 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
6af6cf22c5
avoid detecting mpeg stream when other formats embed mp3 tracks.
...
Originally committed as revision 1788 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
22cf045590
we really shouldnt use M$* as default codec -> use MPEG4 as default
...
Originally committed as revision 1785 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
deabd4fdde
native Indeo3 decoder implementation
...
Originally committed as revision 1777 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
d86852d11c
Clear out an unused field in the created AVI file. This helps make
...
the MD5 checksums *much* more predictable!!
Originally committed as revision 1762 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
3e2937bef3
dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1742 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
ce9fce63c5
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Sebastien Bechet
53e27dd5de
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested)
...
Originally committed as revision 1737 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0da71265d8
H264 decoder & demuxer
...
Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6aafe463e5
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1731 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
deb0a292b0
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
335338e884
the media node now won't connect itself to the default audio input with -ad wait:
...
(allows redirecting another node to it)
Originally committed as revision 1713 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
788a2d3d8b
experimental BeOS audio input support. (needs unreleased library)
...
Originally committed as revision 1712 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
50515cddf3
cleanup; unused pipe() stuff removed.
...
Originally committed as revision 1711 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Sebastien Bechet
e8b478c131
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)
...
Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mark Hills
b88ba82315
ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>)
...
Originally committed as revision 1704 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
06219cb194
OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1703 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
57d0375849
db video chunk in avi files support (idea by Dmitry Poplavsky <dima at thekompany dot com>)
...
Originally committed as revision 1693 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a05c8d7177
merging a small amount of the changes from BroadQ, the rest is either not 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
22 years ago
Fred Rothganger
e8750b0076
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)
...
Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
4a899dd689
* moved os_support.h into libavcodec
...
* added few more functions for os2
Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e0ece99ab9
sorry forgot
...
Originally committed as revision 1671 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
d4ad24c17d
Cleaner support for usleep()
...
Originally committed as revision 1668 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
14bea432f1
per context frame_rate_base, this should finally fix frame_rate related av sync issues
...
Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
2e7973bbe7
correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1664 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Slavik Gnatenko
69db4e10f2
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
...
Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
df99755bda
fixing parsing of opendml avis
...
Originally committed as revision 1662 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
ce2749d2c4
simplified
...
Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9145f8b386
10l
...
Originally committed as revision 1653 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago