Michael Niedermayer
b5b65df7a9
add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch)
...
Originally committed as revision 4551 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
6c0d606471
Document "us" parameter for PCM conversion functions.
...
Originally committed as revision 4550 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
b93f738fde
Support D-Cinema audio demuxing.
...
Originally committed as revision 4549 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
b461b3bc4a
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
...
Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
16beae15f3
setting timebase in the encoder doesnt seem like a good idea
...
Originally committed as revision 4547 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Justin Ruggles
1ff8f2b36a
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)
...
Originally committed as revision 4546 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
4325ffd0a2
lowres support
...
Originally committed as revision 4545 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
beedd40a8c
forgot to commit this after dv changes
...
Originally committed as revision 4544 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
473a200d93
error concealment fix
...
Originally committed as revision 4543 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
c619ff6daf
optimizations
...
dc coeff rounding fix
class=3 num of bits fix
do interlaced check & idct only if CODEC_FLAG_INTERLACED_DCT
Originally committed as revision 4542 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
8fce2707e8
regression tests for dv
...
Originally committed as revision 4541 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
95ae72b7e0
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
...
Originally committed as revision 4540 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Burkhard Plaum
5b2bf94340
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)
...
Originally committed as revision 4539 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ba17363ff7
prevent assert failures and infinite loops with broken streams
...
Originally committed as revision 4538 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
3fc9e78f1f
Add missing columns to multicolumn declaration.
...
Originally committed as revision 4537 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
5b28c8c355
time_base description by Rich Felker | dalias, aerifal cx
...
Originally committed as revision 4536 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
cc884a3506
reducing minimum supported picture size
...
Originally committed as revision 4535 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Steven M. Schultz
49f1a34937
reversing:
...
revision 1.199
date: 2005/08/11 23:40:51; author: michael; state: Exp; lines: +1 -1
Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms ; 2BSD COM)
reason, breaks if cpu doesnt support altivec
Originally committed as revision 4534 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Justin Ruggles
c57c770db3
vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)
...
with changes by me
int->float as video uses float too
remove silent cliping to some per codec range, this should result in an error instead
remove change to utils.c as its inconsistant with video
Originally committed as revision 4533 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Burkhard Plaum
32fbf33e61
Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de)
...
Originally committed as revision 4532 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1cd89f276a
segfault fix
...
Originally committed as revision 4531 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
2185824b10
remove junk characters
...
Originally committed as revision 4530 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
a1043f9c50
automatically remove mess
...
Originally committed as revision 4529 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
30545b2f47
Make ogg `muxer' expect new vorbis extradata format.
...
This makes for example encoding vorbis in ogg again.
Originally committed as revision 4528 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
7cbaa7bafa
parse pict_type for streams in avi
...
fix mpeg4 parser so it outputs te pict_type
support header only parseing without repacking
Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
30bc6613fe
support fixing missing pts by parsing future frames
...
Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
af9da83b0e
automatically detect Cinepak data from Sega FILM/CPK files
...
Originally committed as revision 4525 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Wolfram Gloger
f0ff20a197
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
...
Originally committed as revision 4524 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9450118bc7
a few checks, seems i forgot to commit this
...
Originally committed as revision 4523 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
bf4e3bd2d0
kill a bunch of compiler warnings
...
Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Ian Caulfield
72ce053b9c
subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)
...
Originally committed as revision 4521 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Ian Caulfield
bf01fb696d
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few
...
problems in the DVD decoder (the palette entries were being read
back-to-front, and the timing conversions were slighly off)
patch by (Ian Caulfield: imc25, cam ac uk)
Originally committed as revision 4520 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8341e4e338
set timebase correctly? this thing is always 15fps?
...
Originally committed as revision 4519 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2eca4a44b1
set pix_fmt
...
Originally committed as revision 4518 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
ca16618b01
tinfoil patch: no array is written to in bulk before counts are
...
validated; do not free frames that are not allocated; removed all of the
output modes that no one uses and only PAL8 remains
Originally committed as revision 4517 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
485bb00108
removed a bunch of unused, sub-optimal code
...
Originally committed as revision 4516 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
8458dab185
tinfoil patch: be more diligent about checking array boundaries before
...
writing to them
Originally committed as revision 4515 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
b9029997d4
tinfoil patch: validate motion vectors and do not free frame on exit if
...
frame is NULL; also removed some ancient MC code that did not perform
half-pel C-plane MC
Originally committed as revision 4514 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
a06c7e07d7
tinfoil patch: make sure pixel_ptr never goes negative
...
Originally committed as revision 4513 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
6b892a4227
tinfoil patch: accept no widths that are no multiples of 4
...
Originally committed as revision 4512 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
3c8c94b403
tinfoil patch: make sure that pixel pointer does not go out of bounds
...
Originally committed as revision 4511 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Steven M. Schultz
2fcb1a5bf4
'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)
...
Originally committed as revision 4510 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
a71a1dfc37
fix building in separate directory
...
Originally committed as revision 4509 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Kostya Shishkov
f63166f8df
security fixes
...
* check for writing to lines -1,-2,...
* check for motion compensation (copying from and to valid place)
patch by (Kostya: kostya shishkov, gmail com)
Originally committed as revision 4508 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alex Beregszaszi
9c633e9a6f
FreeBSD ipv6 multicast patch from ports tree
...
Originally committed as revision 4507 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Steven M. Schultz
597cad6a04
Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms ; 2BSD COM)
...
Originally committed as revision 4506 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Sam Hocevar
9f747cc328
minor compilation fix
...
A few files are not in sync with the change of AVStream's codec
member from inline struct to pointer.
patch by (Sam Hocevar: sam, zoy org)
Originally committed as revision 4505 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
dbbcfd6bc3
Fix building shared version of lavf on some systems.
...
Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Edward Hervey
856170f752
DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com)
...
Originally committed as revision 4503 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
cf1cb7a8db
silly script to fix line wraped patches
...
Originally committed as revision 4502 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago