Benoit Fouet
1234585fac
Initialize "saved" buffer to zero.
...
Patch by Vincent Penné vpenne wyplay com and Denes Balatoni
Originally committed as revision 11393 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
0fd36362b8
Make three rm demuxer functions non static.
...
Patch by Ronald S. Bultje rsbultje gmail com
Original thread: [FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)
Date: 12/28/2007 10:19 PM
Originally committed as revision 11392 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
116d15ccf1
Always set next correctly, even if a matching element is found (that is
...
how it is documented and used).
Originally committed as revision 11391 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
10ff3ff43b
Make pp_help a constant pointer to constant characters, moves it partially
...
in .rodata (the actual string) and partially in .data.relro (the pointer),
but doesn't change ABI.
Patch by Diego 'Flameeyes' Pettenò flameeyes at gmail com
Originally committed as revision 11390 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
7564658bbc
cosmetics: indentation and add a TODO comment
...
Originally committed as revision 11389 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
471db688c6
only check ac3 crc if AVCodecContext.error_resilience > 0
...
Originally committed as revision 11388 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
5706c0becd
cosmetics: indentation after last commit
...
Originally committed as revision 11387 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
bd03aa1556
remove workaround which is no longer needed due to
...
AVCodecContext.request_channels
Originally committed as revision 11386 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
95c2184270
Rationalize some dependencies between rtsp and rtp
...
Originally committed as revision 11385 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
d80906e7b4
Fix the RTP muxer dependencies
...
Originally committed as revision 11384 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
3d94e3ba93
use one shift less in get_pts()
...
Originally committed as revision 11383 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
b44665c4e6
Make decode210() common function.
...
Originally committed as revision 11382 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
ca32534337
Make pp_get_mode_by_name_and_quality accept a constant string.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes at gmail com
Originally committed as revision 11381 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
a89889164c
Make filterDelimiters and optionDelimiters two static constant array of
...
characters, should move them to .rodata.
Patch by Diego 'Flameeyes' Pettenò flameeyes § gmail dot com
Originally committed as revision 11380 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
d6939960d5
add crc check to ac3 decoder
...
Originally committed as revision 11379 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
f7f8b4d296
mention libavfilter in warning about deprecated vhook
...
Originally committed as revision 11378 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
c482500fa3
Drop RTSP default protocol.
...
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Christophe Gisquet
ae904fd028
Fix issue #301 :
...
summary of changes:
- Use MANGLE when loading some constants into MMX registers.
- Convert those constants to non-static and thus add ff_ prefix.
- Remove last parameter of MSPEL_FILTER13_CORE (was constant).
- Use of "+r" instead of stricter but unnecessary "+g".
- Use of REG_c and direct loading of some of the above.
patch by Christophe GISQUET, christophe.gisquet free fr
Subject: [FFmpeg-devel] [PATCH] Roundup issue #301
Date: Fri, 28 Dec 2007 19:22:18 +0100
Originally committed as revision 11376 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8f8fae80b2
cosmetics: Reindent.
...
Originally committed as revision 11375 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
b83a84242c
Merge double-nested if into && condition.
...
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 11374 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
e299727441
move num_packets=0 where it belongs
...
Originally committed as revision 11373 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
920d360973
TechnoTrend PVA Demuxer
...
Originally committed as revision 11372 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
3feb44a9be
TechnoTrend PVA Demuxer
...
Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Morten Hustveit
ebde2a2cd8
Fix prototype and return value of opt_bitrate and opt_bsf.
...
Patch by Morten Hustveit: lists rashbox org
Originally committed as revision 11370 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Morten Hustveit
464a631c34
Define rc override string as const.
...
Patch by Morten Hustveit: lists rashbox org
Originally committed as revision 11369 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
69c12fbb95
Update show_banner date.
...
Originally committed as revision 11368 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bf22a10901
cosmetics: sort()
...
Originally committed as revision 11367 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Dave Yeo
72be9e73ae
Add portable way to check for the existence of definitions and
...
apply it to socklen_t.
patch by Dave Yeo, daveryeo telus net
Originally committed as revision 11366 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c86ec2f4c3
Extract aspect ratio from ODML/vprp.
...
Originally committed as revision 11365 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2576a9ecec
Correct doxy about timestamp units of read_timestamp().
...
Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
de14759e97
Document return of read_timestamp.
...
Originally committed as revision 11363 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3858a227ce
More verbose aspect ratio error msg.
...
Originally committed as revision 11362 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
e640a5c4ce
Direct blocks should use motion vectors from the second reference frame
...
Originally committed as revision 11361 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
12eaa3b760
simplify
...
Originally committed as revision 11360 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
b35c67e58b
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments
...
Originally committed as revision 11359 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
866181e5e8
cosmetics: rename sampling_rate to sample_rate
...
Originally committed as revision 11358 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
0345fade94
do not need to cast a (void *)
...
Originally committed as revision 11357 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
1b70d88b7a
cosmetics: vertical realignment after last commit
...
Originally committed as revision 11356 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
d802d7ca12
cosmetics: rename all AC3DecodeContext variables from ctx to s
...
Originally committed as revision 11355 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
23c8cb89c9
cosmetics: rename GetBitContext gb to gbc
...
Originally committed as revision 11354 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
005ab694ae
remove unused context variable
...
Originally committed as revision 11353 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Evgeniy Stepanov
f9a9b3509c
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
...
Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
243cc4c34a
clear internal queue when seeking
...
Originally committed as revision 11351 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
34c9c1baf4
move internal queue freeing code in its own function
...
Originally committed as revision 11350 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Gabriel Forté
b3d8c2c436
fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)
...
Originally committed as revision 11349 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5cc9253f35
indent
...
Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7ef55085f0
Try to fix url_split() so that the ?foobar part is in the path and only the path.
...
Originally committed as revision 11347 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
18be65dd79
add myself as maintainer for pcx.c and sunrast.c
...
Originally committed as revision 11346 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
540945ebfb
add PCX and Sun Rasterfile decoders
...
Originally committed as revision 11345 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
29e35482e7
remove forgotten debug statement
...
Originally committed as revision 11344 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago