- 30 Mar, 2007 10 commits
-
-
Loren Merritt authored
Originally committed as revision 8560 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 8559 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8558 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
fixes fps for Channel\ 4\ News_Channel\ 4_20_10_2006_19_00_01.dvr-ms Originally committed as revision 8557 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8556 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8554 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kamil Nowosad authored
unit = NULL, the function could pass NULL to strcmp and cause a segfault. Patch by Kamil Nowosad, k nowosad % students mimuw edu pl. Original thread: Subject: [PATCH] small bugfix in av_find_opt() Date: 03/23/2007 12:20 PM Originally committed as revision 8553 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Limin Wang authored
Patch by Limin Wang % lance P lmwang A gmail P com % Original thread: date: Mar 24, 2007 3:53 PM subject: [Ffmpeg-devel] [PATCH] add all and none options for partitions config Originally committed as revision 8552 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Robert Swain authored
patch by Robert Swain, robert.swain gmail com Originally committed as revision 8551 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Mar, 2007 10 commits
-
-
Michael Niedermayer authored
Originally committed as revision 8550 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Panagiotis Issaris authored
interested in using a debugger to debug FFmpeg. Original thread: Subject: [PATCH] Fix compilation when using --disable-opts Date: 2007-03-15 16:58:35 GMT Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8548 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8547 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8546 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8545 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8544 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benoit Fouet authored
patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8543 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Limin Wang authored
Patch by Limin Wang (lance.lmwang AT gmail DOT com) Originally committed as revision 8542 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Bobby Bingham authored
current time of day, which is useless, and which the filters could just as easily query for themselves. patch by Bobby Bingham, uhmmmm gmail com Originally committed as revision 8541 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Mar, 2007 4 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 8540 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8539 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zuxy Meng authored
Originally committed as revision 8538 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
fix decoding of big audio packets (48k 16bit 2 channels), needed size is related to samples which is short * while len passed to decode_audio2 is related to pkt->data which is uint8_t * Originally committed as revision 8537 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Mar, 2007 6 commits
-
-
Michael Niedermayer authored
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
to detect a container fixes probing of mpeg_probe_fail.mpg Originally committed as revision 8535 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8534 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 8533 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 8532 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 8531 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Mar, 2007 8 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 8530 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8529 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking Originally committed as revision 8528 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ivan Kalvachev authored
extensions are added to the end of the struct (avoids build issues on 64 bits platform) add osd extension to be used by mplayer (required by the resent changes in the build system) breaking the compability, thus bumping minor lavc version number Originally committed as revision 8527 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ian Braithwaite authored
Patch by Ian Braithwaite ian .. braithwaite . dk [Ffmpeg-devel] WMA decoder speedup 2007-03-22 22:56 Originally committed as revision 8526 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8525 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8524 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Original thread: Date: Sat, 24 Mar 2007 04:04:53 +0100 Subject: [Ffmpeg-devel] Shorten file playback broken in SVN trunk Originally committed as revision 8523 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Mar, 2007 2 commits
-
-
Michael Niedermayer authored
check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable Originally committed as revision 8522 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8521 to svn://svn.ffmpeg.org/ffmpeg/trunk
-