Michael Niedermayer
a57c41b2c5
add assert to detect invalid packet_timestamp_start/end
...
(that is check that the previous fix was sufficient)
Originally committed as revision 11153 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7548783bc5
correct invalid duration
...
Originally committed as revision 11152 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
6b80f1a12d
add const to remove warnings, ffmpeg.c:2892: warning: initialization discards qualifiers from pointer target type
...
Originally committed as revision 11151 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3d86e370d8
make rc_buffer_size apply to audio as well
...
Originally committed as revision 11150 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7e1720dec6
make mpeg-ps probe less happy with random data
...
fixes missdetection of O-MP3-5.mp3
Originally committed as revision 11149 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2db971135a
return a slightly larger score if we find more than 500 valid mp3 frames in a row
...
Originally committed as revision 11148 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5ef5501b71
ensure that the probe code runs in O(n)
...
Originally committed as revision 11147 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
fda767bb4f
Rename function to reflect its action
...
Originally committed as revision 11146 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
890d2799c1
remove arbitrary 4096 limit for probing
...
Originally committed as revision 11145 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5110d151b6
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files
...
Originally committed as revision 11144 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e515221618
Remove rc_eq-specific code, it is passed by AVOption now.
...
Originally committed as revision 11143 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
4b59cf6c1c
Fix non-numeric AVOptions.
...
Originally committed as revision 11142 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
b81f2b3d2f
simplify
...
Originally committed as revision 11141 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
24cdc39e9d
make the AVOption code work with strings instead of crash
...
Originally committed as revision 11140 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
1fe47470d1
Make ff_qt_default_palette_* arrays "static const"
...
Originally committed as revision 11139 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
77777f0dd8
Some spelling fixes in comments
...
Originally committed as revision 11138 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
73a727f369
Make ff_mkv_codec_tags array const, it is never written.
...
Originally committed as revision 11137 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
b639896915
Use the correct "const float *" type for variable instead of casting const away.
...
Originally committed as revision 11136 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
5db3c3bc03
Add missing const to last argument of decode_significance_8x8_x86.
...
Fixes "h264.c:5470: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type"
Originally committed as revision 11135 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
c20d3ce255
indentation
...
Originally committed as revision 11134 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
cc3a970857
dnxhd 720p encoding and decoding support
...
Originally committed as revision 11133 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
df745b9ce6
cosmetics, encode_variance -> encode_fast
...
Originally committed as revision 11132 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
78532b052d
fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits
...
Originally committed as revision 11131 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
79cf2c7e86
RealVideo 3 decoder functions
...
Originally committed as revision 11130 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
47ac2b0d14
Fix muxer so that generated files are playable by realplayer, other open
...
source players and by fixed ffmpeg rm demuxer (after r11127)
Patch by kostya
Originally committed as revision 11129 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
ec28509fed
Fix regression tests after r11127 and 11129
...
Patch by kostya
Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
e3052ce7b1
Revert r10892, it's wrong and no longer needed to prevent crashes
...
Originally committed as revision 11127 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
56cc85a068
Misc spelling fixes, prefer American over British English.
...
Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
737278c86a
Fix some spelling typos
...
Originally committed as revision 25245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
d0b53d05c8
Fix some spelling mistakes.
...
Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
74971185f3
RV30/40 common VLC tables
...
Originally committed as revision 11124 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
f87d2632b3
Fix alignment broke by my last patch
...
Originally committed as revision 11123 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
52b541ad79
spelling
...
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
329851e032
TIFF may omit compression tag.
...
This fixes issue 276.
Originally committed as revision 11121 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7338d36808
succes --> success typo
...
Originally committed as revision 11120 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
892a4c2da8
Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize
...
nodes[nb_codes*2-2].count (thus making that invalid as well) in
ff_huff_build_tree.
Might fix some (hard to reproduce) crashes in VP6 decoder.
Originally committed as revision 11119 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5d702d6db2
senseless cast and ()
...
Originally committed as revision 11118 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
90901860c2
stupid code (casting of void*) found by checktree.sh
...
Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7fffc87979
1000l _reserved (found by checktree.sh)
...
Originally committed as revision 11116 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
4c1e509c11
wma_decode_superframe always returns s->block_align, so make
...
sure we actually consume exactly that amount.
Fixes sound artefacts (mostly blips) that mysteriously disappeared
after e.g. remuxing with mencoder.
Originally committed as revision 11115 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2d4e0c1aa9
Fix make checkheaders, #include <inttypes.h> was missing.
...
Originally committed as revision 11114 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bc279024c2
Comment some #endif directives.
...
Originally committed as revision 25211 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Michael Niedermayer
0063c05c67
fix segfault with interlaced h.264
...
Originally committed as revision 11113 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
e8acf0edea
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),
...
and implement the redirector format more properly.
Originally committed as revision 11112 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
fe2b276c2e
Bump lavf minor due to addition of
...
av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek()
Originally committed as revision 11111 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Björn Axelsson
e7e4810aae
Extend ByteIOContext and add the buffered IO functions:
...
av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek().
patch by: Björn Axelsson, bjorn d axelsson a intinor d se
Originally committed as revision 11110 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ian Caulfield
6b493b2f2f
MLP/TrueHD parser
...
Patch by Ian Caulfield, ian D caulfield <at> gmail D com
Thread: [PATCH] MLP/TrueHD decoder, 12 Oct 14:26
Originally committed as revision 11109 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
0fe93f07ba
Clarify documentation for avcodec_encode_audio.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 11108 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
1c715415e3
frame_size vs. frame_size*channels bug
...
Originally committed as revision 11107 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
bb6cc730e5
remove some unused ff_p* vars from dsputil
...
Originally committed as revision 11106 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago