|
|
|
@b9ca6d47
|
19 years |
diego |
output cosmetics
Originally committed as revision 5291 to …
|
|
|
@37921ffd
|
19 years |
michaelni |
fix "concealing 0 DC, 0 AC, 0 MV errors" bug
Originally committed as …
|
|
|
@5616f85d
|
19 years |
baptiste.coudurier |
clean and simplify mov_write_packet
Originally committed as revision …
|
|
|
@b548f2b9
|
19 years |
michaelni |
ffv1 and ffvhuff havnt changed since a long time and noone proposed …
|
|
|
@611fd605
|
19 years |
baptiste.coudurier |
get avcC profile and level indication from sps (from handbrake)
…
|
|
|
@18c697ac
|
19 years |
baptiste.coudurier |
write mdat in write_header avoid check in write_packet
Originally …
|
|
|
@490c189b
|
19 years |
lucabe72 |
Disable v4l2 is videodev2.h is not "sanitized"
Originally committed …
|
|
|
@32ba6fb1
|
19 years |
baptiste.coudurier |
dont write stss atom if keyframes only
Originally committed as …
|
|
|
@fd7789db
|
19 years |
baptiste.coudurier |
decrease last_offset when ftyp is present
Originally committed as …
|
|
|
@a336965e
|
19 years |
baptiste.coudurier |
fix edts for tracks without b frames
Originally committed as revision …
|
|
|
@f1f7807a
|
19 years |
banan |
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.
…
|
|
|
@f122deb4
|
19 years |
lucabe72 |
Cosmetic patch: fix indentation (broken by previous cropping / padding …
|
|
|
@07d0cdfc
|
19 years |
lucabe72 |
Make cropping, padding, and rescaling independent (after this patch, …
|
|
|
@5341c209
|
19 years |
lucabe72 |
Baptiste COUDURIER's padding patch (reworked by me a little bit). …
|
|
|
@7b98bcbd
|
19 years |
dalias |
signedness error caused broken decoding
Originally committed as …
|
|
|
@c4e2a535
|
19 years |
dalias |
100l to loren. at least this fixes the compile error, but the code is …
|
|
|
@52dc09a5
|
19 years |
bugfood-ml |
Fix regression tests to match changed output of AC3 encoder
(ac3enc.c …
|
|
|
@0c35eb1c
|
19 years |
r_togni |
Add missing external declaration for kmvc codec
Originally committed …
|
|
|
@fd7b1991
|
19 years |
kostya.shishkov |
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
…
|
|
|
@a01e08ee
|
19 years |
lu_zero |
hadamard8_diff* enabled on linux/ppc
Originally committed as revision …
|
|
|
@265a1ac7
|
19 years |
pacman |
Reorganize vector constants to work around gcc 4.1 bug:
…
|
|
|
@1c6606e2
|
19 years |
kostya.shishkov |
Fix demuxing of AVIs with pad streams.
Originally committed as …
|
|
|
@9076fee4
|
19 years |
mans |
s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/
typo spotted by Brian Brice <bbrice …
|
|
|
@75ca1a5f
|
19 years |
lorenm |
gmc_mmx tweaks
Originally committed as revision 5269 to …
|
|
|
@87b041e0
|
19 years |
michaelni |
little h.264 related hunk from diff between cvs and mobile hackerz
…
|
|
|
@9e282ba3
|
19 years |
michaelni |
the PSP rejects video with too high bitrates so lets claim they arent …
|
|
|
@7b748aff
|
19 years |
lucabe72 |
Introduce swscale interface in libavcodec
Originally committed as …
|
|
|
@703c8195
|
19 years |
lorenm |
mmx implementation of 3-point GMC. (5x faster than C)
Originally …
|
|
|
@841f65f2
|
19 years |
lorenm |
2x faster ff_mpeg4_set_direct_mv
Originally committed as revision …
|
|
|
@f760b70
|
19 years |
bugfood-ml |
AC3: support encoding fractional frame sizes
Patch by Justin Ruggles, …
|
|
|
@c4e7baa8
|
19 years |
Roman R. |
* fixing DV-in-AVI type1 packet production bug
Originally committed …
|
|
|
@d2fbcb3b
|
19 years |
mans |
#define [U]INT32_{MIN,MAX} if missing
Originally committed as …
|
|
|
@9d9b432a
|
19 years |
mans |
This patch simply adds demuxing support for AC-3 streams in DVB TS …
|
|
|
@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 …
|
|
|