Diego Biurrun
1038efd8ba
typo
...
Originally committed as revision 7137 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
c9068f1b96
Current FFmpeg expects bits/s instead of kilobits/s in the -b option.
...
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 7136 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
699e77b198
Some notes about the order of options on the command line.
...
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 7135 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Tom Harper
9f83e1427a
Fix linking with H.261 support disabled.
...
patch by Tom Harper, d.thomas.harper gmail com
Originally committed as revision 7134 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ec9ed85dc7
infiinit loop fix for CBR + adaptive quant
...
Originally committed as revision 7133 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
789382d340
100l qprd fix 2nd try
...
Originally committed as revision 7132 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
6ffdc53de9
Some progressive JPEG support
...
Originally committed as revision 7131 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
9a313fe040
cosmetics: reindent after last commit
...
Originally committed as revision 7130 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
a487d231cb
matroska: split real video frames so that each packet contains only one slice
...
Originally committed as revision 7129 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
363c86ce66
matroska: properly handle real video extradata
...
Originally committed as revision 7128 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
a76920d843
simplify free()+set to NULL using av_freep()
...
Originally committed as revision 7127 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3f9fea7230
testing all dquant for qp_rd fixes the qp runaway to 31 bug
...
Originally committed as revision 7126 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
00f636a04f
Add useful Altivec types, taken from with permission from x264 authors
...
Originally committed as revision 7125 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
807e0c6645
Clarify that some of the non-SIMD code is now LGPLed.
...
All the authours of such code agreed.
Originally committed as revision 21045 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Reimar Döffinger
40a08c7e9a
Correct GET/PUT_UTF8 comment: the get/put functions might be called up
...
to 7 times, though only up to 4 times for valid utf-8 values.
Originally committed as revision 7124 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
a99cfb0d0e
Fix typo in comment
...
Originally committed as revision 7123 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
322af4bed5
Identation
...
Originally committed as revision 7122 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
c8f9f9b91a
Divide first audio buffer chunk into atomary bufffers.
...
This slightly simplifies decoder and removes potential
audio buffer overrun.
Originally committed as revision 7121 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5836d158b6
Fix misplaced comment.
...
Originally committed as revision 7120 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8662900b3b
Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files
...
with XAN DPCM audio (wrongly) declare PCM audio in the header.
Originally committed as revision 7119 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9e7fd10192
improved pthreads test
...
Originally committed as revision 7118 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
3644d47241
Missed one log2().
...
Originally committed as revision 7117 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
468f8102d5
change mpeg4 fourcc from "mp4s" to "mp4v"
...
Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
bf054f7430
update to libnut, use framecode table generator
...
Originally committed as revision 7115 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
a851cf8cf7
update to libnut API, changes to frame_table_input
...
Originally committed as revision 7114 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
b615c1edfc
Optimize overlapping
...
Suggested by Skal, sprintf(mail, "skal%d@orange.fr", 0xFFFF)
Originally committed as revision 7113 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
7ad8d3bf0c
Fix comments
...
Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
b6fa8993fb
Overlap filtering was done in reverse order
...
Originally committed as revision 7111 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2b70eb2bed
fix support for avis with sample_size > packet size
...
Originally committed as revision 7110 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f24d50e5fc
TUNECPU is never used
...
Originally committed as revision 7109 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4dc62701e1
simplify [TARGET_]ARCH_* setting
...
Originally committed as revision 7108 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f57620d512
add copyright notices for myself and Diego
...
Originally committed as revision 7107 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
20d46c038a
Remove alpha channel from RGB555
...
Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
08d23410ea
BGR555 has never been working as alpha supporting format. Remove the false setting.
...
Originally committed as revision 7105 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
550f6f974b
parse video frame headers to get key flag
...
Originally committed as revision 7104 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6264a515d0
forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...)
...
Originally committed as revision 20962 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
c2271987f8
fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...)
...
Originally committed as revision 20961 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
4cedbe5c8a
Remove stray newline.
...
Originally committed as revision 20959 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
f7c9f48dc6
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)
...
Originally committed as revision 7103 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
39c6a118f0
remove broken decoder locking code
...
seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread where it should
Originally committed as revision 7102 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
43a8686416
print error when unsupported sample rate is used with swf
...
Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
06599638dd
check max_pts_distance
...
Originally committed as revision 7100 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0a3b575bc7
skip non keyframes after seeking between syncpoint and the first keyframe
...
Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c873bc17bf
remove unused variables
...
Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
a57d13b713
throw error if unsupported resolution is used with h261
...
Originally committed as revision 7097 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
09e151848a
removing unused code
...
Originally committed as revision 7096 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ryan Martell
1ad20f96f2
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com
...
Original thread:
Date: 11/15/2006 05:15 PM
Subject: [Ffmpeg-devel] [PATCH] rtsp.c minor cleanup
Originally committed as revision 7095 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
e4bb70838f
Update to libnut API, non-negative errors
...
Originally committed as revision 7094 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3666f75d33
make option field const
...
Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9c9143989b
set CONFIG_OS2 using new method
...
Originally committed as revision 7092 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago