|
|
|
@c4052af0
|
19 years |
diego |
Add MPEG FourCC for MPEG-2 video.
Originally committed as revision …
|
|
|
@386b9b5f
|
19 years |
kostya.shishkov |
Proper PTS generation for Smacker audio
Originally committed as …
|
|
|
@103eee53
|
19 years |
kostya.shishkov |
Now MPlayer should understand Smacker audio and video codecs.
…
|
|
|
@b29bddab
|
19 years |
diego |
Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.
Originally …
|
|
|
@2d974017
|
19 years |
baptiste.coudurier |
MPEG-2 4:2:2 encoding support
Originally committed as revision 5387 …
|
|
|
@c2f69579
|
19 years |
gpoirier |
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
3dnow …
|
|
|
@b997b34f
|
19 years |
lucabe72 |
Fix cropping & padding when capturing from a v4l(2) card
Originally …
|
|
|
@e89b8b0a
|
19 years |
diego |
Honor the LDFLAGS environment variable.
Originally committed as …
|
|
|
@41ae6ef9
|
19 years |
gpoirier |
Add an actual 3dnow intrinsinc so the configure script doesn't just …
|
|
|
@2c95f59f
|
19 years |
baptiste.coudurier |
fix avc nal parsing
Originally committed as revision 5382 to …
|
|
|
@a959f0ea
|
19 years |
baptiste.coudurier |
fix pcm_s24be demuxing, simplify
Originally committed as revision …
|
|
|
@fce9551e
|
19 years |
gpoirier |
Add 3dnow intrinsic support for AMD64 machines: -march=athlon means …
|
|
|
@ed70a50
|
19 years |
baptiste.coudurier |
add quicktime uncompressed 8bit 4:2:2 support
Originally committed as …
|
|
|
@5e0c720a
|
19 years |
baptiste.coudurier |
fix mulaw muxing
Originally committed as revision 5378 to …
|
|
|
@6dd19fff
|
19 years |
baptiste.coudurier |
do not write wave if not needed
Originally committed as revision 5377 …
|
|
|
@3a72cbd9
|
19 years |
baptiste.coudurier |
fix AMR muxing in mov
Originally committed as revision 5376 to …
|
|
|
@fcef991a
|
19 years |
baptiste.coudurier |
add pcm 24/32 le/be support
Originally committed as revision 5375 to …
|
|
|
@08db8f18
|
19 years |
michaelni |
simplify
Originally committed as revision 5374 to …
|
|
|
@039627cf
|
19 years |
baptiste.coudurier |
clean and simplify
Originally committed as revision 5373 to …
|
|
|
@307eb248
|
19 years |
baptiste.coudurier |
add MPEG-2 intra vlc support
Originally committed as revision 5372 to …
|
|
|
@d634aa20
|
19 years |
baptiste.coudurier |
remove unused variable
Originally committed as revision 5371 to …
|
|
|
@a443a253
|
19 years |
michaelni |
sanity checks some might have been exploitable
Originally committed …
|
|
|
@3a1a7e32
|
19 years |
michaelni |
sanity checks, some might have been exploitable ...
Originally …
|
|
|
@ce1d2a95
|
19 years |
banan |
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can …
|
|
|
@3644cb8f
|
19 years |
mans |
set stream time_base properly
Originally committed as revision 5367 …
|
|
|
@b8d10977
|
19 years |
mans |
add unaligned16() and unaligned64()
Originally committed as revision …
|
|
|
@e1203ac
|
19 years |
mans |
ogm demuxing
Originally committed as revision 5365 to …
|
|
|
@08706ab9
|
19 years |
diego |
Unconditionally use -lossaudio on NetBSD.
patch by Jan Knutar …
|
|
|
@b565ea09
|
19 years |
baptiste.coudurier |
fix spliting chunks, simplify
Originally committed as revision 5363 …
|
|
|
@baa3a937
|
19 years |
mans |
Create shared libraries using versioned filenames and add -rpath-link …
|
|
|
@8dcf48a8
|
19 years |
banan |
Cosmetics. Add the defines needed for debug output.
Originally …
|
|
|
@24efb5e5
|
19 years |
lorenm |
fix a crash on x86_64
Originally committed as revision 5360 to …
|
|
|
@b451719
|
19 years |
baptiste.coudurier |
simplify, amr.c sets frame_size to 160, and sample size is always 8000 …
|
|
|
@9c09db54
|
19 years |
baptiste.coudurier |
fix damr atom, needed for quicktime player
Originally committed as …
|
|
|
@415d10d0
|
19 years |
baptiste.coudurier |
fix alac decoder on little endian
Originally committed as revision …
|
|
|
@2d661e07
|
19 years |
michaelni |
cosmetics (initalize variables where they are used)
Originally …
|
|
|
@11b68168
|
19 years |
michaelni |
decoders should (IMHO) not duplicate frames, the application can do …
|
|
|
@bfc2a19d
|
19 years |
baptiste.coudurier |
10l, undef DEBUG
Originally committed as revision 5354 to …
|
|
|
@750b4aaa
|
19 years |
baptiste.coudurier |
assing correct codec_id for mjpegb
Originally committed as revision …
|
|
|
@89ca8c49
|
19 years |
banan |
Add support for raw flac decoding based on the .flac suffix of input …
|
|
|
@d4277a7
|
19 years |
michaelni |
allow insane gop sizes if the user doesnt care about playable streams …
|
|
|
@3b29cb6b
|
19 years |
michaelni |
add outcommented chunk of code to handle stuffing MBs at the end of …
|
|
|
@902c748c
|
19 years |
Reimar.Doeffinger |
change the type of esp in SwsContext to uint64_t so it can hold a full …
|
|
|
@8d39d67a
|
19 years |
baptiste.coudurier |
vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni …
|
|
|
@1dd509b1
|
19 years |
michaelni |
make zero motion vector threshold user setable
Originally committed …
|
|
|
@60827a1a
|
19 years |
diego |
Further simplify AMR build.
Originally committed as revision 5347 to …
|
|
|
@46fe31a0
|
19 years |
michaelni |
removing esp usage
this is certainly not the most beautifull but it …
|
|
|
@09786209
|
19 years |
lorenm |
reinit quant matrices if pps is overwritten by another of the same …
|
|
|
@215e46e6
|
19 years |
diego |
Ignore errors from recursive AMR cleans.
Originally committed as …
|
|
|
@c7f1a2f
|
19 years |
diego |
Unconditionally clean AMR subdirs.
Originally committed as revision …
|
|
|
@c787ba85
|
19 years |
lucabe72 |
Fix v4l grabbing with some webcams, and simplify the code.
Patch by …
|
|
|
@a487e0f6
|
19 years |
lu_zero |
Macosx fix
Originally committed as revision 5342 to …
|
|
|
@7923a3f9
|
19 years |
michaelni |
d10 decoding fix
Originally committed as revision 5341 to …
|
|
|
@a20da52c
|
19 years |
baptiste.coudurier |
skip null fourcc, fix ep2_mystery_m640_dummy.mov
Originally committed …
|
|
|
@c51ba67a
|
19 years |
Aurélien Jacobs |
clip_uint8 now return an uint8_t so no need to &0xFF
Originally …
|
|
|
@7717733
|
19 years |
Aurélien Jacobs |
document clip functions
Originally committed as revision 5338 to …
|
|
|
@89ddb72a
|
19 years |
lorenm |
warn on interlaced streams
Originally committed as revision 5337 to …
|
|
|
@3a1fda0a
|
19 years |
Aurélien Jacobs |
clip_uint8 should return an uint8_t instead of an int (patch by …
|
|
|
@2805e3b4
|
19 years |
diego |
Add missing newlines at end of file.
Originally committed as revision …
|
|
|
@2bda41e5
|
19 years |
michaelni |
extend range used for testing (larger range should work too but …
|
|
|
@5c1cb379
|
19 years |
michaelni |
<= vs. >= 10l bug
Originally committed as revision 5333 to …
|
|
|
@2848ce8
|
19 years |
lorenm |
don't force asserts in release builds. 2% faster h264.
Originally …
|
|
|
@0c2aaa88
|
19 years |
lorenm |
memory leak.
Originally committed as revision 5331 to …
|
|
|
@d1c9b762
|
19 years |
mans |
add newline at end of file
Originally committed as revision 5330 to …
|
|
|
@7f12a978
|
19 years |
michaelni |
use previous qscale for intra_dc_threshold check
Originally committed …
|
|
|
@e27b6e62
|
19 years |
michaelni |
missmatch control for mpeg2 intra dequantization if bitexact=1
…
|
|
|
@6eb1427f
|
19 years |
banan |
Revert bad ac3enc commit, the commited code was bigger and slower.
…
|
|
|
@392f6da8
|
19 years |
gpoirier |
Remove unused and unsupported Cyrix's "Extended MMX",
Add SSE3 …
|
|
|
@9c445fb
|
19 years |
pacman |
Fix some bugs handling input that is not aligned at 16 bytes or has …
|
|
|
@c4921874
|
19 years |
diego |
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is …
|
|
|
@3ed410a6
|
19 years |
diego |
Fix amr_nb-fixed build.
Originally committed as revision 5324 to …
|
|
|
@06aa32ff
|
19 years |
diego |
Add EXTRADEPS variable for extra dependencies that need to be built …
|
|
|
@64eaac62
|
19 years |
diego |
amr_nb should disable amr_nb-fixed and vice versa.
Originally …
|
|
|
@6eb07e73
|
19 years |
diego |
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed …
|
|
|
@28fff4c8
|
19 years |
diego |
cosmetics
Originally committed as revision 5320 to …
|
|
|
@e0fb7e5b
|
19 years |
diego |
cosmetics: Group all AMR variables together, add some newlines.
…
|
|
|
@90d9a1ba
|
19 years |
diego |
Misplaced CLEANAMR.
Originally committed as revision 5318 to …
|
|
|
@1ea00ed0
|
19 years |
diego |
CLEANAMRWB --> CLEANAMR typo
Originally committed as revision 5317 to …
|
|
|
@5f22aa3
|
19 years |
lu_zero |
13% faster inner_add_yblock
Originally committed as revision 5316 to …
|
|
|
@f420826c
|
19 years |
lu_zero |
40% faster decode
Originally committed as revision 5315 to …
|
|
|
@ddbddce5
|
19 years |
banan |
Fix samples to bytes relation.
Originally committed as revision 5314 …
|
|
|
@f267587e
|
19 years |
r_togni |
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. …
|
|
|
@9d4461b9
|
19 years |
ods15 |
Disable lavf NUT until it is synced to spec
Originally committed as …
|
|
|
@fdb3a341
|
19 years |
michaelni |
avoid AVInteger usage in av_rescale
disable integer.* (unused) …
|
|
|
@176c142a
|
19 years |
banan |
Patch to generate the ac3 window, based on code by Justin Ruggles.
…
|
|
|
@c6f9e821
|
19 years |
lorenm |
10l in h264 vismb/vismv (broke on 2006-03-09)
Originally committed as …
|
|
|
@c2ea5f06
|
19 years |
alex |
report to user if mmf with midi found (and not supported)
Originally …
|
|
|
@4f26258f
|
19 years |
r_togni |
dtsdec.c copies one input packet at a time to a (static) buffer of …
|
|
|
@c3f11d19
|
19 years |
lucabe72 |
Simplify the code used for assigning video_resample, video_crop, & …
|
|
|
@50a6c318
|
19 years |
Reimar.Doeffinger |
Avoid crash if there is a rtjpeg quant header but no video stream in …
|
|
|
@2d5545c3
|
19 years |
Reimar.Doeffinger |
make "size" variable in avpicture_alloc signed, since …
|
|
|
@3cb4ee51
|
19 years |
baptiste.coudurier |
set width and height even for mpeg4, pix_fmt to NONE will force …
|
|
|
@b6c1bfe0
|
19 years |
baptiste.coudurier |
add AVID DV fourcc
Originally committed as revision 5302 to …
|
|
|
@e0977c80
|
19 years |
baptiste.coudurier |
indention
Originally committed as revision 5301 to …
|
|
|
@5c72cad8
|
19 years |
baptiste.coudurier |
always skip garbage at end of atom
Originally committed as revision …
|
|
|
@98d12b09
|
19 years |
baptiste.coudurier |
move declaration to mov.h
Originally committed as revision 5299 to …
|
|
|
@f42635f5
|
19 years |
gpoirier |
gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med …
|
|
|
@4ee5599f
|
19 years |
ikalvachev |
10l in rgb2rgb_template.c
patch by Erik Auerswald <auerswal at unix-ag …
|
|
|
@fd925db3
|
19 years |
lu_zero |
typo in the gcc handmade regalloc trigger
Originally committed as …
|
|
|
@fac8012c
|
19 years |
nicolas.plourde |
add support for intel mac. mp3lib is not fixed yet.
Originally …
|
|
|