|
|
|
@c44a131d
|
19 years |
michaelni |
missing include noticed by g0th
Originally committed as revision 4582 …
|
|
|
@233f6f88
|
19 years |
michaelni |
flags and named constants with type checking of course for AVOption …
|
|
|
@8bbf6db9
|
19 years |
michaelni |
AVOption API improvments
support AVOptions for encoding in ffmpeg.c
…
|
|
|
@a26e1d4c
|
19 years |
michaelni |
checksum doesnt cover the forward_ptr anymore
Originally committed as …
|
|
|
@177e5460
|
19 years |
michaelni |
forward_ptr doesnt contain its own length anymore
Originally …
|
|
|
@e7902f2
|
19 years |
michaelni |
do not rescale AV_NOPTS_VALUE
Originally committed as revision 4577 …
|
|
|
@434df899
|
19 years |
michaelni |
add xvid idcts to dct-test
Originally committed as revision 4576 to …
|
|
|
@cd7af76d
|
19 years |
Reimar.Doeffinger |
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
…
|
|
|
@9f211bc
|
19 years |
michaelni |
remove unused table entries
change non portable table access
…
|
|
|
@ddabdfef
|
19 years |
michaelni |
select xvid idct for xvid files if possible
Originally committed as …
|
|
|
@84740d59
|
19 years |
michaelni |
xvids mmx&mmx2 idcts
needed to decode xvid without some minor …
|
|
|
@96b6ace2
|
19 years |
michaelni |
dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4
Originally …
|
|
|
@8868d310
|
19 years |
alex |
use av_log in debug mode
Originally committed as revision 4570 to …
|
|
|
@da7272b3
|
19 years |
michaelni |
set time_base as soon as time_scale is known instead of in a unrelated …
|
|
|
@3735e82f
|
19 years |
michaelni |
AVOption enumeration support and some flags to classify AVOptions
…
|
|
|
@79396ac6
|
19 years |
mans |
Kill some compiler warnings. Compiled code verified identical after …
|
|
|
@b40e353a
|
19 years |
diego |
Reduce unnecessary swscaler verbosity.
Originally committed as …
|
|
|
@978844cc
|
19 years |
diego |
Wrong comment after #endif.
Noticed by Fred Rothganger < rothgang -- …
|
|
|
@d57d8cbc
|
19 years |
michaelni |
a few more raw yuv fourccs
Originally committed as revision 4565 to …
|
|
|
@5e61b9ec
|
19 years |
michaelni |
a little script to turn the inside of a struct into a AVOption array
…
|
|
|
@860a40c8
|
19 years |
michaelni |
AVOption first try
Originally committed as revision 4563 to …
|
|
|
@f926cbe7
|
19 years |
diego |
Remove stray non-existent -o option from an example.
patch by Michel …
|
|
|
@fbd312fd
|
19 years |
lorenm |
fix emulated edge motion compensation when resolution%16!=0
…
|
|
|
@f79432a2
|
19 years |
michaelni |
set a few variables correctly
Originally committed as revision 4560 …
|
|
|
@1cef211d
|
19 years |
michaelni |
AV_LOG_DEBUG vs. AV_LOG_ERROR
Originally committed as revision 4559 …
|
|
|
@302c389e
|
19 years |
michaelni |
sample_rate value is not always correct (is there anything in …
|
|
|
@3723f01c
|
19 years |
michaelni |
fixme note
Originally committed as revision 4557 to …
|
|
|
@42661adf
|
19 years |
michaelni |
pts must be in time_base units
Originally committed as revision 4556 …
|
|
|
@78e03516
|
19 years |
michaelni |
the user sets codec->time_base for video encding so she should also …
|
|
|
@b983a5c6
|
19 years |
michaelni |
print fourcc in a readable form if possible
Originally committed as …
|
|
|
@d156a7b7
|
19 years |
diego |
typo: viedo --> video
Originally committed as revision 4553 to …
|
|
|
@d3a9f798
|
19 years |
michaelni |
simplify (d&a) and (d&~a) calculation, hint by skal
Originally …
|
|
|
@b5b65df7
|
19 years |
michaelni |
add consts (this was in my local tree, dunno where it came from, …
|
|
|
@6c0d6064
|
19 years |
Reimar.Doeffinger |
Document "us" parameter for PCM conversion functions.
Originally …
|
|
|
@b93f738
|
19 years |
Reimar.Doeffinger |
Support D-Cinema audio demuxing.
Originally committed as revision …
|
|
|
@b461b3bc
|
19 years |
Reimar.Doeffinger |
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 …
|
|
|
@16beae15
|
19 years |
michaelni |
setting timebase in the encoder doesnt seem like a good idea
…
|
|
|
@1ff8f2b3
|
19 years |
michaelni |
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, …
|
|
|
@4325ffd0
|
19 years |
michaelni |
lowres support
Originally committed as revision 4545 to …
|
|
|
@beedd40a
|
19 years |
michaelni |
forgot to commit this after dv changes
Originally committed as …
|
|
|
@473a200d
|
19 years |
michaelni |
error concealment fix
Originally committed as revision 4543 to …
|
|
|
@c619ff6d
|
19 years |
michaelni |
optimizations
dc coeff rounding fix
class=3 num of bits fix
do …
|
|
|
@8fce2707
|
19 years |
michaelni |
regression tests for dv
Originally committed as revision 4541 to …
|
|
|
@95ae72b
|
19 years |
michaelni |
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, …
|
|
|
@5b2bf943
|
19 years |
michaelni |
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf …
|
|
|
@ba17363f
|
19 years |
michaelni |
prevent assert failures and infinite loops with broken streams
…
|
|
|
@3fc9e78f
|
19 years |
diego |
Add missing columns to multicolumn declaration.
Originally committed …
|
|
|
@5b28c8c3
|
19 years |
michaelni |
time_base description by Rich Felker | dalias, aerifal cx
Originally …
|
|
|
@cc884a35
|
19 years |
michaelni |
reducing minimum supported picture size
Originally committed as …
|
|
|
@49f1a349
|
19 years |
michaelni |
reversing:
revision 1.199
date: 2005/08/11 23:40:51; author: michael; …
|
|
|
@c57c770d
|
19 years |
michaelni |
vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) …
|
|
|
@32fbf33e
|
19 years |
michaelni |
Call av_free_static automatically before DLL unload patch by …
|
|
|
@1cd89f27
|
19 years |
michaelni |
segfault fix
Originally committed as revision 4531 to …
|
|
|
@2185824b
|
19 years |
mans |
remove junk characters
Originally committed as revision 4530 to …
|
|
|
@a1043f9c
|
19 years |
michaelni |
automatically remove mess
Originally committed as revision 4529 to …
|
|
|
@30545b2f
|
19 years |
eclipse7 |
Make ogg `muxer' expect new vorbis extradata format.
This makes for …
|
|
|
@7cbaa7ba
|
19 years |
michaelni |
parse pict_type for streams in avi
fix mpeg4 parser so it outputs te …
|
|
|
@30bc6613
|
19 years |
michaelni |
support fixing missing pts by parsing future frames
Originally …
|
|
|
@af9da83b
|
19 years |
mike |
automatically detect Cinepak data from Sega FILM/CPK files
Originally …
|
|
|
@f0ff20a1
|
19 years |
michaelni |
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, …
|
|
|
@9450118b
|
19 years |
michaelni |
a few checks, seems i forgot to commit this
Originally committed as …
|
|
|
@bf4e3bd2
|
19 years |
mans |
kill a bunch of compiler warnings
Originally committed as revision …
|
|
|
@72ce053b
|
19 years |
michaelni |
subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac …
|
|
|
@bf01fb69
|
19 years |
michaelni |
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and …
|
|
|
@8341e4e3
|
19 years |
michaelni |
set timebase correctly? this thing is always 15fps?
Originally …
|
|
|
@2eca4a44
|
19 years |
michaelni |
set pix_fmt
Originally committed as revision 4518 to …
|
|
|
@ca16618b
|
19 years |
mike |
tinfoil patch: no array is written to in bulk before counts are …
|
|
|
@485bb001
|
19 years |
mike |
removed a bunch of unused, sub-optimal code
Originally committed as …
|
|
|
@8458dab1
|
19 years |
mike |
tinfoil patch: be more diligent about checking array boundaries before …
|
|
|
@b9029997
|
19 years |
mike |
tinfoil patch: validate motion vectors and do not free frame on exit …
|
|
|
@a06c7e07
|
19 years |
mike |
tinfoil patch: make sure pixel_ptr never goes negative
Originally …
|
|
|
@6b892a42
|
19 years |
mike |
tinfoil patch: accept no widths that are no multiples of 4
Originally …
|
|
|
@3c8c94b4
|
19 years |
mike |
tinfoil patch: make sure that pixel pointer does not go out of bounds
…
|
|
|
@2fcb1a5b
|
19 years |
michaelni |
'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD …
|
|
|
@a71a1dfc
|
19 years |
mans |
fix building in separate directory
Originally committed as revision …
|
|
|
@f63166f8
|
19 years |
michaelni |
security fixes
* check for writing to lines -1,-2,...
* check for …
|
|
|
@9c633e9
|
19 years |
alex |
FreeBSD ipv6 multicast patch from ports tree
Originally committed as …
|
|
|
@597cad6a
|
19 years |
michaelni |
Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. …
|
|
|
@9f747cc3
|
19 years |
michaelni |
minor compilation fix
A few files are not in sync with the change of …
|
|
|
@dbbcfd6b
|
19 years |
eclipse7 |
Fix building shared version of lavf on some systems.
Originally …
|
|
|
@856170f
|
20 years |
michaelni |
DV video encoder/decoder doesn't set keyframe and picture type …
|
|
|
@cf1cb7a8
|
20 years |
michaelni |
silly script to fix line wraped patches
Originally committed as …
|
|
|
@ae38261e
|
20 years |
michaelni |
changes to ignore command media embedded in MS WMV files patch by …
|
|
|
@6870a440
|
20 years |
michaelni |
configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)
…
|
|
|
@f2af0e5e
|
20 years |
michaelni |
remove -d to make libtool on OSX happy patch by ("Steven M. Schultz": …
|
|
|
@2a4e872b
|
20 years |
eclipse7 |
Reorganize lists to have one item on a line.
Originally committed as …
|
|
|
@5ac8eda5
|
20 years |
eclipse7 |
Make out of source dir build work again.
Patch originally from Justin …
|
|
|
@31abdc45
|
20 years |
michaelni |
add libavutil.pc + fix version in pkg-config files patch by (j, v2v …
|
|
|
@77b85488
|
20 years |
michaelni |
mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info)
…
|
|
|
@6987c58
|
20 years |
michaelni |
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd …
|
|
|
@23972d5
|
20 years |
alex |
10l
Originally committed as revision 4493 to …
|
|
|
@4c5f7207
|
20 years |
diego |
spelling/grammar/wording
Originally committed as revision 4492 to …
|
|
|
@804b0dac
|
20 years |
michaelni |
segfault fix
Originally committed as revision 4491 to …
|
|
|
@d2f820a5
|
20 years |
michaelni |
fix ffmpeg under mingw
Originally committed as revision 4490 to …
|
|
|
@c11c2bc2
|
20 years |
eclipse7 |
libavutil: Utility code from libavcodec moved to a separate library.
…
|
|
|
@0cc64d3d
|
20 years |
michaelni |
fix assertion failure for mpeg2 encoding
Originally committed as …
|
|
|
@cdd10689
|
20 years |
michaelni |
workaround 'colocated mv if colocated block is L1 predicted' bug in …
|
|
|
@5aa083ee
|
20 years |
michaelni |
A.B.C versions
Originally committed as revision 4486 to …
|
|
|
@e53222d1
|
20 years |
michaelni |
try to check for nonsense time_base instead of setting fake one
…
|
|
|
@463c5a26
|
20 years |
eclipse7 |
Fix name clash when building in mingw environment.
Originally …
|
|
|