|
|
|
@00a6b92b
|
19 years |
mans |
fix memory leak on mpegts close
found by Andy Brown <abrown at daqtron …
|
|
|
@54009d42
|
19 years |
michaelni |
remove mpegvideo.c img resample dependancy
Originally committed as …
|
|
|
@6b250e47
|
19 years |
michaelni |
get_xbits() optimization
Originally committed as revision 5257 to …
|
|
|
@ad8812be
|
19 years |
michaelni |
remove useless code
Originally committed as revision 5256 to …
|
|
|
@002a7414
|
19 years |
michaelni |
simplify loop a little
Originally committed as revision 5255 to …
|
|
|
@78d2d4e1
|
19 years |
michaelni |
do UPDATE_CACHE only when needed (which should be VERY rare)
…
|
|
|
@e7e2025a
|
19 years |
michaelni |
+ (sign&1) -> -sign (1 instruction less)
Originally committed as …
|
|
|
@ac2549b5
|
19 years |
michaelni |
avoid hard to predict branch (idea by arpi)
Originally committed as …
|
|
|
@9296d45d
|
19 years |
michaelni |
warn user about crappy OS patch by (Steve Lhomme …
|
|
|
@46641a13
|
19 years |
lu_zero |
Proper typecast for vector bool
Originally committed as revision 5250 …
|
|
|
@f880199
|
19 years |
dalias |
fix constraint violation: libavformat is not allowed to modify state …
|
|
|
@5d6ed7c1
|
19 years |
lucabe72 |
move enum PixelFormat from libavcodec to libavutil …
|
|
|
@d30ba3b
|
19 years |
michaelni |
reverting 1.31->1.33
fix coverity warning CID: 255 (uninitalized …
|
|
|
@1adc29ee
|
19 years |
michaelni |
dont forget table_size in the decode_frame return value
Originally …
|
|
|
@1005f542
|
19 years |
bugfood-ml |
- Add new file internal.h for common internal-use-only functions.
- …
|
|
|
@06ab9cff
|
19 years |
Roman R. |
* fixing -target *dv issues with not setting pix_fmt and adding dv50 …
|
|
|
@60f3c0b8
|
19 years |
michaelni |
fix gcc 2.95 compilation
Originally committed as revision 5243 to …
|
|
|
@085065f0
|
19 years |
lu_zero |
Cast cruft in order to support Apple gcc
Originally committed as …
|
|
|
@c6b1866b
|
19 years |
diego |
Ignore apiexample and test programs.
Originally committed as revision …
|
|
|
@dc9cc5ed
|
19 years |
diego |
EXTRALIBS already contains -lm, no need to add it explicitly.
…
|
|
|
@b88a718a
|
19 years |
michaelni |
avoid if(i>=63) check at the end of decode_block()
Originally …
|
|
|
@415365d2
|
19 years |
michaelni |
avoid i++ in decode_block()
Originally committed as revision 5238 to …
|
|
|
@7d2b787d
|
19 years |
michaelni |
minor optimization of decode_block()
Originally committed as revision …
|
|
|
@c17be81
|
19 years |
lucabe72 |
Change img_convert() from img_fmt to img_fmt with img_copy()
…
|
|
|
@22dde0e9
|
19 years |
michaelni |
optimizations by arpi
Originally committed as revision 5235 to …
|
|
|
@6a1a892f
|
19 years |
mans |
use sdl-config with $cross_prefix
patch by Frantisek Dvorak <valtri at …
|
|
|
@65f51a41
|
19 years |
mans |
be nice to syntax highlighting that doesn't understand here-docs
…
|
|
|
@dfca23e3
|
19 years |
Reimar.Doeffinger |
NuppelVideo/MythTVVideo support, including rtjpeg decoder
Originally …
|
|
|
@4f6a6e1f
|
19 years |
baptiste.coudurier |
skip 0byte packets
Originally committed as revision 5231 to …
|
|
|
@a8fcaf40
|
19 years |
diego |
#define fseeko/ftello to fseeko64/ftello64, fixes MinGW compilation. …
|
|
|
@b0519015
|
19 years |
baptiste.coudurier |
ignore wrong negative cts values created by quicktime
Originally …
|
|
|
@22b48b8
|
19 years |
lu_zero |
altivec support for snow
Originally committed as revision 5228 to …
|
|
|
@e62c29bf
|
19 years |
lu_zero |
altivec support for snow
Originally committed as revision 5227 to …
|
|
|
@302ed0dd
|
19 years |
baptiste.coudurier |
flush packets
Originally committed as revision 5226 to …
|
|
|
@1e7ffa50
|
19 years |
diego |
Use '-' instead of '|| true' to ignore errors.
Originally committed …
|
|
|
@5b663851
|
19 years |
banan |
Use a more descriptive error message.
Originally committed as …
|
|
|
@3ed73c46
|
19 years |
baptiste.coudurier |
let vorbis decoder init too, fix mi2_vorbis51.mp4
Originally …
|
|
|
@e31bd3e3
|
19 years |
baptiste.coudurier |
add mp3on4 detection, fix red.mp4
Originally committed as revision …
|
|
|
@94ede53e
|
19 years |
baptiste.coudurier |
fix double free, priv_data is freed in av_open_input_stream
…
|
|
|
@a3a80ddc
|
19 years |
baptiste.coudurier |
use 64bit atom version if needed
Originally committed as revision …
|
|
|
@d766800b
|
19 years |
michaelni |
dont set random timestamps if they are not known
Originally committed …
|
|
|
@78a11456
|
19 years |
michaelni |
fixing timebase
Originally committed as revision 5218 to …
|
|
|
@76fabb45
|
19 years |
kostya.shishkov |
Don't use get_vlc2() when tree is one symbol. This fixes audio …
|
|
|
@662710ed
|
19 years |
diego |
Rename time variable to the more descriptive block_time.
patch by …
|
|
|
@2ea39252
|
19 years |
lorenm |
10l in 1.199 (write_back_motion with B-pyramid + spatial)
Originally …
|
|
|
@5e8b787a
|
19 years |
lorenm |
simplified and slightly faster h264_chroma_mc8_mmx
Originally …
|
|
|
@a11a334d
|
19 years |
mans |
make install target depend on vhooks
Originally committed as revision …
|
|
|
@ec04d244
|
19 years |
baptiste.coudurier |
let faad init parameters properly, fix many SBR samples
Originally …
|
|
|
@99487f4
|
19 years |
baptiste.coudurier |
fix demuxing of CDR-Dinner_LAN_800k.mp4
Originally committed as …
|
|
|
@e1017f2
|
19 years |
baptiste.coudurier |
need to dissociate pcm 16bit and 8bit cases
Originally committed as …
|
|
|
@67dd33f9
|
19 years |
baptiste.coudurier |
use av_d2q to parse frame rate
Originally committed as revision 5209 …
|
|
|
@0dd39bfe
|
19 years |
baptiste.coudurier |
Quicktime creates S8 that way too
Originally committed as revision …
|
|
|
@a66abcb1
|
19 years |
baptiste.coudurier |
vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux …
|
|
|
@dc2bf20e
|
19 years |
mans |
ST16 is undefined for non-GNU compilers.
Patch by Steve Lhomme …
|
|
|
@96277634
|
19 years |
diego |
Fix order of operands in lrintf test to make the test not fail if you …
|
|
|
@e77ef27
|
19 years |
lorenm |
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 …
|
|
|
@513fbd8e
|
19 years |
lorenm |
prefetch pixels for future motion compensation. 2-5% faster h264.
…
|
|
|
@7e815047
|
19 years |
baptiste.coudurier |
use 64bit types
Originally committed as revision 5202 to …
|
|
|
@5e6a5c4
|
19 years |
lorenm |
10l
Originally committed as revision 5201 to …
|
|
|
@fdd30579
|
19 years |
lorenm |
added mmx implementation of h264_chroma_mc2
Originally committed as …
|
|
|
@3cdc7eb4
|
19 years |
baptiste.coudurier |
dvcpro is 411p in fact
Originally committed as revision 5199 to …
|
|
|
@53b1914
|
19 years |
lorenm |
1.5x faster write_back_motion, 1-3% overall
Originally committed as …
|
|
|
@e8600e5e
|
19 years |
gpoirier |
add MMX and SSE versions of ff_snow_inner_add_yblock
Patch by Robert …
|
|
|
@d439facb
|
19 years |
michaelni |
duration and subitle fix from the patch by Steve Lhomme
Originally …
|
|
|
@70596d0
|
19 years |
michaelni |
cleanup codec_id mapping (untested)
Originally committed as revision …
|
|
|
@f444b977
|
19 years |
baptiste.coudurier |
clean
Originally committed as revision 5194 to …
|
|
|
@1175561e
|
19 years |
baptiste.coudurier |
support 64bit date/duration
Originally committed as revision 5193 to …
|
|
|
@68ca39b2
|
19 years |
michaelni |
fix aspect ratio
Originally committed as revision 5192 to …
|
|
|
@2c9a0285
|
19 years |
bugfood-ml |
snow mmx+sse2 optimizations, part 4
Patch by Robert Edele, yartrebo …
|
|
|
@8fcdd831
|
19 years |
michaelni |
fixing current_sample vs. next_sample mess
Originally committed as …
|
|
|
@348efc18
|
19 years |
kostya.shishkov |
Smacker demuxer and decoder.
Originally committed as revision 5189 to …
|
|
|
@305ee50f
|
19 years |
michaelni |
provide more info on which streams lack codec parameters
Originally …
|
|
|
@21c5aca6
|
19 years |
baptiste.coudurier |
free ftyp atom
Originally committed as revision 5187 to …
|
|
|
@d59518d4
|
19 years |
mans |
since Michael prefers to keep dsputil.h private to libavcodec
(rather …
|
|
|
@4567b4bd
|
19 years |
gpoirier |
Add the mmx and sse2 implementations of ff_snow_vertical_compose(). …
|
|
|
@561a18d3
|
19 years |
bugfood-ml |
Snow mmx + sse2 part 2
Patch by Robert Edele, yartrebo <<at>> …
|
|
|
@1956e166
|
19 years |
michaelni |
fixing interlaced direct mode field select values
Originally …
|
|
|
@83378d0d
|
19 years |
michaelni |
various fixes for xvid_rc
Originally committed as revision 5182 to …
|
|
|
@dc8b01d1
|
19 years |
diego |
Enable ffserver on Darwin, non-AltiVec regression tests pass.
…
|
|
|
@5fe4cf7b
|
19 years |
michaelni |
fix frametypes with xvid_rc
Originally committed as revision 5180 to …
|
|
|
@0adba3d8
|
19 years |
michaelni |
fixing bquant_offset
Originally committed as revision 5179 to …
|
|
|
@e70e7a4b
|
19 years |
michaelni |
segfault fix
Originally committed as revision 5178 to …
|
|
|
@b0e6636b
|
19 years |
diego |
Reenable NUT and NUT regression tests as requested by Michael.
…
|
|
|
@022fad48
|
19 years |
bugfood-ml |
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't …
|
|
|
@13c97a5a
|
19 years |
gpoirier |
10l: Only set *compose97i *add_yblock to dsputils context if we are …
|
|
|
@8859312
|
19 years |
diego |
Disable the NUT (de)muxer until it has been synced with the …
|
|
|
@7db2245d
|
19 years |
baptiste.coudurier |
> 2GB file fix
Originally committed as revision 5173 to …
|
|
|
@059715a4
|
19 years |
gpoirier |
First part of a series of speed-enchancing patches.
This one sets up a …
|
|
|
@dbdaebe2
|
19 years |
michaelni |
extract duration
Originally committed as revision 5171 to …
|
|
|
@60a9cc58
|
19 years |
baptiste.coudurier |
keep ftyp first
Originally committed as revision 5170 to …
|
|
|
@c0339599
|
19 years |
baptiste.coudurier |
fix warning
Originally committed as revision 5169 to …
|
|
|
@95ca7c94
|
19 years |
baptiste.coudurier |
use CFLAGS when compiling qt-faststart, to enable largefile support
…
|
|
|
@e2daf554
|
19 years |
baptiste.coudurier |
use fseeko and ftello to be 64 bit offsets compliant
Originally …
|
|
|
@023857be
|
19 years |
gpoirier |
make the delta magnitude a user specifyable parameter: …
|
|
|
@f4c7b001
|
19 years |
baptiste.coudurier |
fix sample size for uncompressed sound
Originally committed as …
|
|
|
@fc8c4992
|
19 years |
michaelni |
dont pass intra flag if its always 0
Originally committed as revision …
|
|
|
@4cb8574d
|
19 years |
michaelni |
fixing coverity warnig CID: 253 (reading over the end of the …
|
|
|
@40c8602f
|
19 years |
michaelni |
fix coverity warning CID: 255 (uninitalized variable used to build …
|
|
|
@60023e32
|
19 years |
lucabe72 |
Do not be too verbose
Originally committed as revision 5161 to …
|
|
|
@11b9c0f4
|
19 years |
lucabe72 |
Tell the user why video capture is failing
Originally committed as …
|
|
|