- 19 Oct, 2009 1 commit
-
-
Baptiste Coudurier authored
Fixes issue #1366. Originally committed as revision 20306 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Oct, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 20289 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2009 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 20265 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2009 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 20206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Oct, 2009 2 commits
-
-
Carl Eugen Hoyos authored
Originally committed as revision 20161 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Wallak authored
Patch by wallak, wallak free fr Originally committed as revision 20160 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Sep, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 19911 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Sep, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 19899 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Sep, 2009 8 commits
-
-
Michael Niedermayer authored
Originally committed as revision 19890 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 19889 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 19888 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
from O(packets_in_the_file) to O(num_of_streams). Originally committed as revision 19887 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 19872 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 19871 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
buffer when simply appending at the end works. Much faster if one stream ends prematurely. Fixes issue1379. Originally committed as revision 19870 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 19869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Sep, 2009 1 commit
-
-
Justin Ruggles authored
av_find_stream_info(). It forces decoding of a packet when there is no Speex header in order to determine the correct frame size. Originally committed as revision 19760 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Aug, 2009 1 commit
-
-
Ivan Schreter authored
Originally committed as revision 19680 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Aug, 2009 1 commit
-
-
Peter Ross authored
Originally committed as revision 19632 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jul, 2009 1 commit
-
-
Art Clarke authored
(wherein av_open_input_file assumes memory ownership). Patch by Art Clarke a<surname> xuggle com Originally committed as revision 19436 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jul, 2009 1 commit
-
-
Art Clarke authored
av_open_input_file(), but the file does not exist. Patch by Art Clarke a$(surname) xuggle com Originally committed as revision 19370 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 19326 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2009 2 commits
-
-
Michael Niedermayer authored
negative values. Originally committed as revision 19325 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Fixes issue1240/mpeg1/smclockmpeg1.avi.3.1 Originally committed as revision 19319 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jun, 2009 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 19274 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 19272 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jun, 2009 1 commit
-
-
Daniel Verkamp authored
patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jun, 2009 1 commit
-
-
Michael Niedermayer authored
during debugging ... Originally committed as revision 19217 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jun, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 19147 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 May, 2009 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 19014 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 19000 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 18991 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Apr, 2009 2 commits
-
-
Baptiste Coudurier authored
Fix: ==22211== Conditional jump or move depends on uninitialised value(s) ==22211== at 0x811E692: ff_print_debug_info (mpegvideo.c:1137) ==22211== by 0x82E6A7B: decode_frame (h264.c:7897) ==22211== by 0x80F2823: avcodec_decode_video2 (utils.c:564) [...] ==22211== Uninitialised value was created by a stack allocation ==22211== at 0x8064AA3: try_decode_frame (utils.c:1845) Originally committed as revision 18483 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 18480 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Apr, 2009 2 commits
-
-
Reimar Döffinger authored
Behaviour only changes if pkt->destuct neither av_destruct_packet, av_destruct_packet_nofree nor NULL, in which case the new code avoids a double free. Originally committed as revision 18452 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
It is still used in comparisons to keep ABI compatibility. Originally committed as revision 18431 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Apr, 2009 1 commit
-
-
Thilo Borgmann authored
Patch by Thilo Borgmann thilo.borgmann AT g00glemail dot com. Originally committed as revision 18408 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Apr, 2009 1 commit
-
-
Reimar Döffinger authored
and ensures the following padding is correctly initialized to 0. Originally committed as revision 18378 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Apr, 2009 1 commit
-
-
Thilo Borgmann authored
AVPacket structure now resides also. Patch by Thilo Borgmann thilo.borgmann googlemail com, see the mailinglist thread "Google Summer of Code participation" for additional discussion. Originally committed as revision 18353 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Mar, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 18051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-