|
|
|
@5844544
|
22 years |
kabi |
* const warning fix
Originally committed as revision 1210 to …
|
|
|
@6a85ec8d
|
22 years |
kabi |
* minor warning fix
Originally committed as revision 1209 to …
|
|
|
@adb43289
|
22 years |
kabi |
* not checking for get_buffer_callback - it would be user's error
* if …
|
|
|
@d6483a8e
|
22 years |
michaelni |
1l found by kabi
Originally committed as revision 1207 to …
|
|
|
@4533d2d6
|
22 years |
kabi |
* fix double free
Originally committed as revision 1206 to …
|
|
|
@18f77016
|
22 years |
kabi |
* fixing some minor const warnings
Originally committed as revision …
|
|
|
@92ddb692
|
22 years |
kabi |
* init for inv_zigzag_direct16 moved to init block
Originally …
|
|
|
@5abd509a
|
22 years |
kabi |
* init table once
Originally committed as revision 1203 to …
|
|
|
@45553457
|
22 years |
kabi |
* using macros to shorten init part
* removing some unused/unneeded …
|
|
|
@3c97fdb8
|
22 years |
revol |
Bump up the priority on the decoding thread.
Originally committed as …
|
|
|
@34dfe896
|
22 years |
kabi |
* quick fix for bit exact setting
(FIXME - add this into context …
|
|
|
@47837688
|
22 years |
kabi |
* update
Originally committed as revision 1199 to …
|
|
|
@c9a2ebc4
|
22 years |
michaelni |
100l for kabi (fixing qpel)
Originally committed as revision 1198 to …
|
|
|
@af19f78f
|
22 years |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU …
|
|
|
@85bd5526
|
22 years |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU …
|
|
|
@ec7e0bf0
|
22 years |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU …
|
|
|
@eb4b3dd3
|
22 years |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU …
|
|
|
@fb602cd1
|
22 years |
kabi |
* useless commit - ignore
Originally committed as revision 1193 to …
|
|
|
@c6af86c2
|
22 years |
kabi |
* avcodec_init could be removed I guess...
Originally committed as …
|
|
|
@2602c84
|
22 years |
kabi |
* consts
Originally committed as revision 1191 to …
|
|
|
@8350df97
|
22 years |
kabi |
* added dsp_mask
* using frame_bits for wav bits_per_sample
…
|
|
|
@1101abfe
|
22 years |
kabi |
* cleanup statics & const
* some minor initial parsing fixes (yet it's …
|
|
|
@0570bf06
|
22 years |
kabi |
* cleanup statics & const
Originally committed as revision 1188 to …
|
|
|
@e8c00089
|
22 years |
kabi |
* cleanup statics & const
* using frame_bits to store bits_per_sample
…
|
|
|
@c18a2692
|
22 years |
kabi |
* cleanup statics & const
Originally committed as revision 1186 to …
|
|
|
@df1c67ad
|
22 years |
arpi |
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback …
|
|
|
@b8a78f41
|
22 years |
michaelni |
reversing header game
MIN/MAX -> FFMIN/FFMAX
Originally committed as …
|
|
|
@f11d3f23
|
22 years |
michaelni |
avoid duplicate ";" warnings (based upon a patch by mru at users dot …
|
|
|
@347ae22e
|
22 years |
michaelni |
hurry_up>=5 -> skip everything except header & set pict_type&key_frame …
|
|
|
@8cd5be98
|
22 years |
michaelni |
use FF_INPUT_BUFFER_PADDING_SIZE
Originally committed as revision …
|
|
|
@b1d89f82
|
22 years |
michaelni |
c standard style / warnings patch by (mru at users dot sourceforge dot …
|
|
|
@c2d418f1
|
22 years |
michaelni |
fixing -sameq with mpeg2
Originally committed as revision 1179 to …
|
|
|
@f01a1894
|
22 years |
michaelni |
cleanup
Originally committed as revision 1178 to …
|
|
|
@3810fbf5
|
22 years |
michaelni |
ringbuffer patch by (François Revol <revol at free dot fr>)
…
|
|
|
@9ce2f2b1
|
22 years |
michaelni |
fixes the frame number counter for -vcodec copy patch by (mru at users …
|
|
|
@d7425f59
|
22 years |
michaelni |
cleanup (breaks compatibility, requested by fabrice)
remove …
|
|
|
@005ba718
|
22 years |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
based …
|
|
|
@41568e4a
|
22 years |
kabi |
* put there more reasnable 15fps speed (though it's probably …
|
|
|
@218baf10
|
22 years |
michaelni |
cleanup
Originally committed as revision 1173 to …
|
|
|
@81ada1ce
|
22 years |
michaelni |
cleanup
Originally committed as revision 1172 to …
|
|
|
@3d71589f
|
22 years |
michaelni |
cleanup
Originally committed as revision 1171 to …
|
|
|
@acbe6cfa
|
22 years |
kabi |
* calculating with the full packet size
Originally committed as …
|
|
|
@ff29712a
|
22 years |
kabi |
* use larger buffer - the size should be calculcated from the …
|
|
|
@e2e6cfd0
|
22 years |
kabi |
* allocate slightly more data - so decoders won't be touching memory
…
|
|
|
@4c3dff6d
|
22 years |
kabi |
* free extradata
Originally committed as revision 1167 to …
|
|
|
@4fca59f
|
22 years |
kabi |
* fix leak with output file closing
Originally committed as revision …
|
|
|
@5acdd6e6
|
22 years |
kabi |
* don't show header errors when eof is reached
Originally committed …
|
|
|
@9eb82647
|
22 years |
michaelni |
MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)
…
|
|
|
@dfdfa47c
|
22 years |
michaelni |
BeOS Audio ouput patch by (François Revol <revol at free dot fr>)
…
|
|
|
@95e2ce4a
|
22 years |
michaelni |
lrintf detection (based upon a patch by François Revol <revol at free …
|
|
|
@70d4f2da
|
22 years |
michaelni |
dont use fastmemcpy for PIC
Originally committed as revision 8108 to …
|
|
|
@b587a7cb
|
22 years |
michaelni |
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)
…
|
|
|
@3b783b6b
|
22 years |
fabrice |
added faq.html
Originally committed as revision 1159 to …
|
|
|
@7ff56c72
|
22 years |
fabrice |
updated FAQ - converted it to texinfo
Originally committed as …
|
|
|
@b0397e0
|
22 years |
kabi |
* DR1 support
Originally committed as revision 1157 to …
|
|
|
@8664c807
|
22 years |
michaelni |
10l
Originally committed as revision 8100 to …
|
|
|
@8cb097d4
|
22 years |
michaelni |
fixing dependancies
removing stray tabs
Originally committed as …
|
|
|
@b01be121
|
22 years |
michaelni |
pp docs
Originally committed as revision 8077 to …
|
|
|
@fcd43156
|
22 years |
michaelni |
-p
Originally committed as revision 1154 to …
|
|
|
@145956de
|
22 years |
alex |
fixed some bugs in app parser - some jfif and adobe jpgs fixed
…
|
|
|
@d20343b3
|
22 years |
michaelni |
use cp ; strip instead of strip -o
Originally committed as revision …
|
|
|
@31ba0b4d
|
22 years |
michaelni |
gcc optimization on BeOS (patch by François Revol <revol at free dot …
|
|
|
@9f9c3229
|
22 years |
michaelni |
support forcing low_delay during decoding
Originally committed as …
|
|
|
@326d40af
|
22 years |
michaelni |
cleanup
Originally committed as revision 8041 to …
|
|
|
@c41d972
|
22 years |
michaelni |
cleanup
Originally committed as revision 8039 to …
|
|
|
@05c4072b
|
22 years |
michaelni |
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot …
|
|
|
@26b35efb
|
22 years |
michaelni |
added BeOS net_server support (R5 network stack), basically the same …
|
|
|
@3f95e843
|
22 years |
michaelni |
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support …
|
|
|
@9ddd71fc
|
22 years |
michaelni |
added BeOS net_server support (R5 network stack), basically the same …
|
|
|
@bbd8335b
|
22 years |
michaelni |
added perm inheritance from ffmpeg_g (it looks like 'strip' in BeOS …
|
|
|
@86f85dca
|
22 years |
michaelni |
cleanup
Originally committed as revision 1142 to …
|
|
|
@288daa84
|
22 years |
arpi |
handle init error in ffmpeg12
Originally committed as revision 1141 …
|
|
|
@80663785
|
22 years |
michaelni |
-mdynamic-no-pic for darwin -> 5% speedup patch by (Dieter Shirley …
|
|
|
@8671359b
|
22 years |
michaelni |
better padding bug detection
Originally committed as revision 1139 to …
|
|
|
@75460b0c
|
22 years |
michaelni |
put MIN/MAX under ifndef MAX/MIN
Originally committed as revision …
|
|
|
@6a70098a
|
22 years |
michaelni |
fixing msmpeg4v3 with mb_height % slice_height != 0
Originally …
|
|
|
@a749913f
|
22 years |
arpi |
verbose can be negative
Originally committed as revision 8028 to …
|
|
|
@f56dd362
|
22 years |
michaelni |
hopefully fixing sprite_warping_points==0
Originally committed as …
|
|
|
@b401ebad
|
22 years |
michaelni |
cosmetics requested by kabi
Originally committed as revision 8020 to …
|
|
|
@f408fc6
|
22 years |
kabi |
* avoid negative numbers as well
Originally committed as revision …
|
|
|
@dd3be2c9
|
22 years |
nickols_k |
10l
Originally committed as revision 1133 to …
|
|
|
@b8e6ad84
|
22 years |
nickols_k |
reverse first hunk
Originally committed as revision 1132 to …
|
|
|
@d08070e6
|
22 years |
nickols_k |
fixed debug compilation
Originally committed as revision 1131 to …
|
|
|
@bbed9259
|
22 years |
michaelni |
put a few large tables under #ifdef CONFIG_ENCODERS or dynamically …
|
|
|
@cb146faf
|
22 years |
kabi |
* always set extradata_size
Originally committed as revision 1129 to …
|
|
|
@e40fed0b
|
22 years |
kabi |
* removed extra_data from AVStream (it's part of Codec)
* removed …
|
|
|
@6bb925f4
|
22 years |
michaelni |
dont call emms_c() for each MB
Originally committed as revision 1127 …
|
|
|
@0aa7875a
|
22 years |
michaelni |
cleanup
Originally committed as revision 1126 to …
|
|
|
@1609f668
|
22 years |
michaelni |
disabling compilation of .so if its not needed, gcc 3.1 seems to have …
|
|
|
@f9745d55
|
22 years |
alex |
fixed 10l
Originally committed as revision 1124 to …
|
|
|
@01dc3aa4
|
22 years |
michaelni |
using fewer registers ... to workaround something
Originally …
|
|
|
@af27aea9
|
22 years |
michaelni |
fixing another assert q>0.0 issue caused by variance < 0, this fix …
|
|
|
@4707cb07
|
22 years |
fabrice |
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id …
|
|
|
@0bfacb95
|
22 years |
michaelni |
fixing q>0.0 assert failure caused by overflow of variance for b …
|
|
|
@1d9324f
|
22 years |
michaelni |
removing "-npp" (found by arpi)
Originally committed as revision 7987 …
|
|
|
@fa6ea14e
|
22 years |
michaelni |
per context cpuCaps (idea by kabi)
Originally committed as revision …
|
|
|
@4407a3c4
|
22 years |
michaelni |
change qscale type to int8 and fix qscale ordering
Originally …
|
|
|
@6b72ac63
|
22 years |
michaelni |
exporting the internal qscale table, this allso fixes the ordering
…
|
|
|
@6234d753
|
22 years |
alex |
NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>
Originally …
|
|
|
@b2722d0a
|
22 years |
michaelni |
-vcodec copy fix patch by (mru at users dot sourceforge dot net (Måns …
|
|
|