- Nov 11, 2004
-
-
Michael Niedermayer authored
video/audio_codec_id in AVFormatParameters to override/help demuxer av_guess_codec() to guess the default codecs based upon muxer + filename Originally committed as revision 3668 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 09, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 08, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3662 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 22, 2004
-
-
Nathan Kurz authored
Originally committed as revision 3622 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams Originally committed as revision 3620 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 13, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3592 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 12, 2004
-
-
Michael Niedermayer authored
removing cur_dts update code from dv again, i think its not needed Originally committed as revision 3588 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 11, 2004
-
-
Nathan Kurz authored
Originally committed as revision 3581 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Wolfram Gloger authored
Originally committed as revision 3580 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 10, 2004
-
-
Michael Niedermayer authored
direction flag for seeking Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 08, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3572 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 03, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3550 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 01, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3548 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 29, 2004
-
-
Michael Niedermayer authored
move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based Originally committed as revision 3540 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 28, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3534 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 13, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3387 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 12, 2004
-
-
Petr Doubek authored
tested and submitted by (Torsten Spindler <spindler at hbt dot arch dot ethz dot ch>) Originally committed as revision 3381 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 25, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3340 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 15, 2004
-
-
Michael Niedermayer authored
with this its possible to encode&decode any video codec to individual (1 file per frame) files Originally committed as revision 3319 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 30, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3274 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 22, 2004
-
-
Michael Niedermayer authored
fix vorbis in nut again Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 20, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3241 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 11, 2004
-
-
Wolfram Gloger authored
frame dup/drop info typos patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) Originally committed as revision 3217 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 29, 2004
-
-
Michael Niedermayer authored
dts/pts fixed for streamcopy dont use coded_frame->key_frame hack in muxers, use AVPacket.flags instead Originally committed as revision 3171 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
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
-
- May 24, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3155 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 23, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3153 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
set correct timebase for nut merge mpeg-ts seeking with existing seeking code 10l fix in mpegts (27mhz vs. 90khz) Originally committed as revision 3152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 21, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 27, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3080 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 12, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3003 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 07, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 2979 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 04, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 2959 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
fix vorbis in ogg decoding Originally committed as revision 2952 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 03, 2004
-
-
Michael Niedermayer authored
null pointer segfaults dont print redundant spam dont print prefix if reference==NULL class -> av_class dont copy AVClass to every object, its a waste of memory and not a good idea at all Originally committed as revision 2841 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michel Bardiaux authored
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 20, 2004
-
-
Gildas Bazin authored
Originally committed as revision 2805 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 17, 2004
-
-
Michael Niedermayer authored
store searched distance in index, so we dont waste time searching for keyframes where we already searched asf seek fixes & use keyframe pos/timestamp cache Originally committed as revision 2709 to svn://svn.ffmpeg.org/ffmpeg/trunk
-