|
|
|
@020fcc9
|
22 years |
fabrice |
added DV support
Originally committed as revision 999 to …
|
|
|
@5d2231ee
|
22 years |
fabrice |
first working version of DV video decoder
Originally committed as …
|
|
|
@652f0197
|
22 years |
fabrice |
in fact IDCT248 needs to be normalized as I suspected
Originally …
|
|
|
@5917d17c
|
22 years |
michaelni |
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae …
|
|
|
@a46a3ce4
|
22 years |
fabrice |
added IDCT248 testing
Originally committed as revision 995 to …
|
|
|
@9bf71516
|
22 years |
fabrice |
first version of IDCT248 for DV decoding support
Originally committed …
|
|
|
@3a3d3a42
|
22 years |
michaelni |
fixing custom quantizer matrix decoding
minor optimizations
…
|
|
|
@3994623d
|
22 years |
michaelni |
optimization
Originally committed as revision 992 to …
|
|
|
@ce5b7c5e
|
22 years |
michaelni |
sliced mode for mpeg1/2
Originally committed as revision 991 to …
|
|
|
@acf44abb
|
22 years |
michaelni |
move scantable init from block-decode to header parser
Originally …
|
|
|
@3729c912
|
22 years |
michaelni |
optimizing mpeg2 decode block stuff
Originally committed as revision …
|
|
|
@144f0625
|
22 years |
michaelni |
rv10 cleanup (de)muxer still needs to be cleaned up (still searching …
|
|
|
@e41e8342
|
22 years |
fabrice |
suppressed unrelated logs
Originally committed as revision 987 to …
|
|
|
@4c2bc159
|
22 years |
michaelni |
fixing rv10, this isnt the cleanest solution (parsing the packet …
|
|
|
@a0201736
|
22 years |
michaelni |
optimizing mpeg1_decode_block()
Originally committed as revision 985 …
|
|
|
@8e1652dc
|
22 years |
michaelni |
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter …
|
|
|
@cc7ac888
|
22 years |
michaelni |
convert only needed matrixes in convert_matrix() (mjpeg calls it for …
|
|
|
@9b59c92f
|
22 years |
michaelni |
indenting preprocessor stuff, as its completly unreadable otherwise
…
|
|
|
@23e54f69
|
22 years |
michaelni |
renaming variable
Originally committed as revision 981 to …
|
|
|
@2ad1516a
|
22 years |
michaelni |
idct permutation cleanup, idct can be selected per context now
fixing …
|
|
|
@f9bb4bdf
|
22 years |
mellum |
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win …
|
|
|
@ea689c8e
|
22 years |
mellum |
An easy way to speed up encoding by 6%.
Originally committed as …
|
|
|
@7ffbb60e
|
22 years |
mellum |
Minor warning fix.
Originally committed as revision 977 to …
|
|
|
@a9c68306
|
22 years |
michaelni |
minor optimization of h263_encode_motion()
Originally committed as …
|
|
|
@202ef8b8
|
22 years |
michaelni |
ff_get_fourcc() & XVIX support
Originally committed as revision 975 …
|
|
|
@0c2dd16e
|
22 years |
michaelni |
autodetect UMP4 (by adding a fourcc field to AVCodecContext)
…
|
|
|
@7f2bdb62
|
22 years |
michaelni |
automatically detect broken opendivx codec and workaround, so bug=1 …
|
|
|
@5482970b
|
22 years |
michaelni |
h263_dc_scale() cleanup
Originally committed as revision 972 to …
|
|
|
@fcb48651
|
22 years |
michaelni |
mpeg4 interlaced dct encoding
Originally committed as revision 971 to …
|
|
|
@b560f4b6
|
22 years |
michaelni |
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) …
|
|
|
@9e4c6948
|
22 years |
michaelni |
adaptive quantization for h263
Originally committed as revision 969 …
|
|
|
@d87c0267
|
22 years |
michaelni |
adaptive quantization for mpeg1
Originally committed as revision 968 …
|
|
|
@5e746b99
|
22 years |
michaelni |
darkness masking (lumi masking does only bright stuff now)
Originally …
|
|
|
@99609036
|
22 years |
michaelni |
fixing ac prediction encoding with adaptive quantization
Originally …
|
|
|
@693b0e1d
|
22 years |
michaelni |
fixing variance scaling for b frames (messed adaptive quants up) …
|
|
|
@c5d309f2
|
22 years |
michaelni |
adaptive quantization (lumi/temporal & spatial complexity masking)
…
|
|
|
@d46aba26
|
22 years |
michaelni |
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
…
|
|
|
@18a7b2a8
|
22 years |
arpi |
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA …
|
|
|
@1dbb6d90
|
22 years |
michaelni |
regression test for ratecontrol & adv mpeg4 stuff
Originally …
|
|
|
@084c726b
|
22 years |
michaelni |
pix_sum16_mmx()
Originally committed as revision 961 to …
|
|
|
@3f09f52a
|
22 years |
arpi |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with …
|
|
|
@b3a391e8
|
22 years |
michaelni |
fixing i_quant_factor, this should finally fix the bitrate bug with …
|
|
|
@e8b62df
|
22 years |
michaelni |
fixing apiexample
Originally committed as revision 958 to …
|
|
|
@b71901e6
|
22 years |
michaelni |
documenting most stuff in AVCodecContext
Originally committed as …
|
|
|
@0af65aac
|
22 years |
mellum |
* Remove -finline-limit=8000 (not supported by gcc 2.95)
* Hack to …
|
|
|
@590d3f81
|
22 years |
michaelni |
fixing *pixels_tab stuff (hopefully, as its untested ...)
Originally …
|
|
|
@a949d72e
|
22 years |
michaelni |
avcodec_alloc_context()
Originally committed as revision 954 to …
|
|
|
@947ac25a
|
22 years |
michaelni |
10l (forgot to commit)
Originally committed as revision 953 to …
|
|
|
@6a1f7e7b
|
22 years |
michaelni |
better min/max rate handling
cleanup
Originally committed as revision …
|
|
|
@946c8a12
|
22 years |
michaelni |
fixing
fixing max_rate/min_rate
Originally committed as revision 951 …
|
|
|
@ff78c59
|
22 years |
arpi |
use detected WORDSIZE instead of warning, when inttypes.h doesn't …
|
|
|
@29700fa6
|
22 years |
michaelni |
fixing rc of non-intra-only streams which only contain i frames
…
|
|
|
@8f2b21a8
|
22 years |
michaelni |
fixing memalign
Originally committed as revision 949 to …
|
|
|
@5596c60c
|
22 years |
michaelni |
dont store version for bit-exact tests
Originally committed as …
|
|
|
@b7c27ee6
|
22 years |
michaelni |
alignment info
Originally committed as revision 947 to …
|
|
|
@a172cae6
|
22 years |
michaelni |
interlaced b frames fix
Originally committed as revision 946 to …
|
|
|
@1e7bfebe
|
22 years |
michaelni |
fixing qpel 4mv
Originally committed as revision 945 to …
|
|
|
@85bf478e
|
22 years |
alex |
complete aspect support
Originally committed as revision 944 to …
|
|
|
@590a6358
|
22 years |
michaelni |
interlaced qpel mpeg4 fixed
Originally committed as revision 943 to …
|
|
|
@8c7b533e
|
22 years |
mellum |
Synthesize pixels16 functions from pixels functions.
Originally …
|
|
|
@050fe8ba
|
22 years |
alex |
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse …
|
|
|
@60286c8a
|
22 years |
mellum |
Fix for h % 8 == 4 in put_pixels_axp_asm.
Originally committed as …
|
|
|
@e3bd83f8
|
22 years |
michaelni |
10l (field select readed at the wrong place ...)
Originally committed …
|
|
|
@fc97db64
|
22 years |
michaelni |
interlaced b frames cleanup
Originally committed as revision 938 to …
|
|
|
@a343d33e
|
22 years |
mellum |
Due to version renumbering, Alpha builtins aren't supported in thegcc …
|
|
|
@bea669e5
|
22 years |
michaelni |
interlaced mpeg4 b frame decoding
Originally committed as revision …
|
|
|
@1c73a3fb
|
22 years |
mellum |
Adapt to new 8/16 table scheme.
Originally committed as revision 935 …
|
|
|
@2276785c
|
22 years |
michaelni |
fixing 1/0 if the headers are incomplete (like what M$ encoder …
|
|
|
@b9d2bb5b
|
22 years |
michaelni |
fixing interlaced mpeg4 decoding
Originally committed as revision 933 …
|
|
|
@8409b8fe
|
22 years |
michaelni |
error resilience command line option
Originally committed as revision …
|
|
|
@f3cfadd5
|
22 years |
michaelni |
parsing resync header extension support
Originally committed as …
|
|
|
@33cbc605
|
22 years |
michaelni |
vbv parameter parsing (more skiping actually ;) )
Originally …
|
|
|
@77277835
|
22 years |
michaelni |
avoid nonsense frame-skip messages
Originally committed as revision …
|
|
|
@df266ac
|
22 years |
michaelni |
regression checksum change cuz of LIBAVCODEC_BUILD change
Originally …
|
|
|
@dae9ffc4
|
22 years |
michaelni |
uninitialized var ...
Originally committed as revision 927 to …
|
|
|
@2f0f5b20
|
22 years |
michaelni |
mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs …
|
|
|
@66370d3f
|
22 years |
michaelni |
statistics for forw & back p-MBs instead of just one counter for both
…
|
|
|
@7866eeff
|
22 years |
michaelni |
m4v input support
return the correct number of bytes consumed for …
|
|
|
@15415af4
|
22 years |
michaelni |
export pts from stream if available
store pts in stream if available …
|
|
|
@02ac3136
|
22 years |
philipjsg |
Change abort() calls to av_abort() calls.
Originally committed as …
|
|
|
@42343f7
|
22 years |
philipjsg |
Change calls to abort() to be calls to av_abort()
Originally …
|
|
|
@a782f209
|
22 years |
philipjsg |
* Add code to pace sending a stream when it is being sent from a file. …
|
|
|
@75bdb984
|
22 years |
philipjsg |
Add the transfer of the new parameters from ffmpeg to ffserver and …
|
|
|
@208d3ddf
|
22 years |
michaelni |
set pict_type & key_frame on decoding too
Originally committed as …
|
|
|
@89b3d7c9
|
22 years |
michaelni |
mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk …
|
|
|
@c2c2cd2d
|
22 years |
michaelni |
fixing raw yuv input
Originally committed as revision 916 to …
|
|
|
@b3184779
|
22 years |
michaelni |
put/avg_pixels16
fixing 2 small qpel bugs
Originally committed as …
|
|
|
@6b460aa
|
22 years |
michaelni |
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ …
|
|
|
@df1b2c1
|
22 years |
michaelni |
fixing y422p output
Originally committed as revision 7352 to …
|
|
|
@9780c7ff
|
22 years |
alex |
fixed palette8to{rgb24,bgr24,rgb32,bgr32}
Originally committed as …
|
|
|
@0eaec105
|
22 years |
michaelni |
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 …
|
|
|
@b2a0a7fb
|
22 years |
michaelni |
10l (forgot checksums after mpeg4_encode_block() optimizations which …
|
|
|
@3db48188
|
22 years |
michaelni |
optimizing mpeg4_encode_block(), generates allso slightly shorter …
|
|
|
@6ebd933b
|
22 years |
michaelni |
regression tests for msmpeg4v2 & wmv1
Originally committed as …
|
|
|
@14207b27
|
22 years |
michaelni |
support decoding of the last mpeg "packet" even if no startcode is …
|
|
|
@ad436907
|
22 years |
michaelni |
yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy …
|
|
|
@0b61920a
|
22 years |
michaelni |
fixing rv10 encoding (ffmpeg can at least decode its own rv10 files …
|
|
|
@cfda33cb
|
22 years |
michaelni |
apiexample needs EXTRALIBS
Originally committed as revision 906 to …
|
|
|
@6acce86b
|
22 years |
michaelni |
fixing tests
Originally committed as revision 905 to …
|
|
|
@64a7a8af
|
22 years |
michaelni |
do regression tests for rv10 too
Originally committed as revision 904 …
|
|
|