History | View | Annotate | Download (13.7 KB)
Replace all occurrences of AVERROR_IO with AVERROR.
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 9418 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Change license headers to say 'FFmpeg' instead of 'this program/this library'and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Split the DV demuxer and muxer into separate files (as suggested by DiegoBiurrun).
Originally committed as revision 6272 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
allow individual selection of muxers and demuxers
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
give AVInput/OutputFormat structs consistent names
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add (mostly) const to variable and parameter declaration, where a char* wasused and 'const char*' should be, plus make some function declarationsstatic if they aren't used outside their declaring source file.patch by Stefan Huehner stefan%%at%%huehner%%dot%%org...
Originally committed as revision 5262 to svn://svn.ffmpeg.org/ffmpeg/trunk
DVCPRO50 support.
Patch by Daniel Maas dmaas at maasdigital dot com
Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk
typo
Originally committed as revision 4960 to svn://svn.ffmpeg.org/ffmpeg/trunk
Put muxer-specific code parts in #ifdef CONFIG_MUXERS.based on a patch by Luca Abeni < lucabe72 #@# email #.# it >
Originally committed as revision 4871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update licensing information: The FSF changed postal address.
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
COSMETICS: tabs --> spaces, some prettyprinting
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
typo: viedo --> video
Originally committed as revision 4553 to svn://svn.ffmpeg.org/ffmpeg/trunk
lowres support
Originally committed as revision 4545 to svn://svn.ffmpeg.org/ffmpeg/trunk
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)
Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
switch to native time bases
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix nonsense timestamp mess
Originally committed as revision 4166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 3590 to svn://svn.ffmpeg.org/ffmpeg/trunk
generic cur_dts updateremoving cur_dts update code from dv again, i think its not needed
Originally committed as revision 3588 to svn://svn.ffmpeg.org/ffmpeg/trunk
flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)max_pos, buffer flush, audio and video timestamp fix by me
Originally committed as revision 3586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 3527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 3490 to svn://svn.ffmpeg.org/ffmpeg/trunk
gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>)
Originally committed as revision 3486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 3479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 3478 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 3477 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 3368 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 3355 to svn://svn.ffmpeg.org/ffmpeg/trunk
sweeping change from -EIO -> AVERROR_IO
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
pass AVPacket into av_write_frame()fixes the random dts/pts during encodingasf preroll fixno more initial zero frames for b frame encodingmpeg-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 -> AVStream
Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 3139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 2971 to svn://svn.ffmpeg.org/ffmpeg/trunk
antitime
Originally committed as revision 2968 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 2919 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
Originally committed as revision 2884 to svn://svn.ffmpeg.org/ffmpeg/trunk
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 2770 to svn://svn.ffmpeg.org/ffmpeg/trunk
AVRationalsample_aspect_ratioaspect ratio in JPEG JFIF is SAR not DAR !removed nonsense SAR guessing codevarious related cleanupsbugs?
Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 2338 to svn://svn.ffmpeg.org/ffmpeg/trunk
$ ffmpeg -i file.avi file.dv
is all you need.
64 bit pts for writing - more const usage
Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg -i i.dv -i audio_track.mp3 -map 0.0 -map 1.0 \ -vcodec copy -acodec pcm_s16le out.dv
Complete support for OpenDML AVIs and AVIs > 2Gb.
Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
DV packet copy fix by Roman Shaposhnick
Originally committed as revision 1548 to svn://svn.ffmpeg.org/ffmpeg/trunk
DV audio decoder by Roman Shaposhnick
Originally committed as revision 1514 to svn://svn.ffmpeg.org/ffmpeg/trunk
removed warnings
Originally committed as revision 1496 to svn://svn.ffmpeg.org/ffmpeg/trunk
renamed libav to libavformat
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk