|
|
|
@d705e4a6
|
21 years |
michaelni |
(f)printf() is disallowed in libavcodec, compilation will fail now if …
|
|
|
@2092bd75
|
21 years |
michaelni |
avsync patch by (Gildas Bazin <gbazin at altern dot org>)
Originally …
|
|
|
@24515926
|
21 years |
michaelni |
improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot …
|
|
|
@16806499
|
21 years |
michaelni |
w32threads by (Gildas Bazin <gbazin at altern dot org>)
Originally …
|
|
|
@530d5740
|
21 years |
ikalvachev |
use get_format
Originally committed as revision 2802 to …
|
|
|
@5e7c25f0
|
21 years |
michaelni |
simplify
Originally committed as revision 2801 to …
|
|
|
@9ab2717a
|
21 years |
michaelni |
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast …
|
|
|
@2dd59eb
|
21 years |
michaelni |
update libavformat regression checksums (it should be checked why …
|
|
|
@fbf2284c
|
21 years |
michaelni |
check if threads_count is too large
Originally committed as revision …
|
|
|
@1e31d32c
|
21 years |
michaelni |
flac_flush()
Originally committed as revision 2797 to …
|
|
|
@0496a034
|
21 years |
michaelni |
simplify
only change context if frame header is error-free, as some …
|
|
|
@f8d58f4d
|
21 years |
alex |
flac
Originally committed as revision 2795 to …
|
|
|
@69f5de18
|
21 years |
alex |
avoid negative array indices
Originally committed as revision 2794 to …
|
|
|
@9d656110
|
21 years |
michaelni |
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at …
|
|
|
@4fd12598
|
21 years |
michaelni |
remove residual array, it isnt really needed
Originally committed as …
|
|
|
@ac2570a8
|
21 years |
michaelni |
flac fixes:
fix data types of residual&decoded
fix twos complement …
|
|
|
@4f52c312
|
21 years |
michaelni |
flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)
Originally …
|
|
|
@da16b204
|
21 years |
michaelni |
noise reduction with threads bugfix
Originally committed as revision …
|
|
|
@e6dc9c6f
|
21 years |
michaelni |
more error checks for the sequence header
Originally committed as …
|
|
|
@69dde1ad
|
21 years |
michaelni |
AAC support in mov, correct aspect ratio support and user data support …
|
|
|
@e102fcf7
|
21 years |
r_togni |
rle_code can overflow when multiplied by 4
(fixes …
|
|
|
@50ee2c41
|
21 years |
michaelni |
fix image resize
Originally committed as revision 2785 to …
|
|
|
@42608d65
|
21 years |
r_togni |
Use av_log
Originally committed as revision 2784 to …
|
|
|
@ac9fe33d
|
21 years |
michaelni |
avio patch by (Gildas Bazin <gbazin at altern dot org>)
Originally …
|
|
|
@d4c3c5a
|
21 years |
michaelni |
msadpcm encoding
Originally committed as revision 2782 to …
|
|
|
@4776fa92
|
21 years |
michaelni |
Log file and Windows patch by ("Gael Chardon" …
|
|
|
@e9a4834a
|
21 years |
michaelni |
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich …
|
|
|
@fafbc7c8
|
21 years |
michaelni |
mpeg4 b frame + adaptive quantization assertion failure fix
…
|
|
|
@3a1fa447
|
21 years |
michaelni |
multithreaded spatial complexity calculation for i frames
Originally …
|
|
|
@b6335c9
|
21 years |
michaelni |
ff_copy_bits() optimization
Originally committed as revision 2777 to …
|
|
|
@842b556a
|
21 years |
michaelni |
threadless threads warning
Originally committed as revision 2776 to …
|
|
|
@a734250d
|
21 years |
michaelni |
activate the memcpy special case for the byte aligned case in …
|
|
|
@cfbd16df
|
21 years |
michaelni |
replace a few pbBufPtr() by put_bits_count(), one of them was actually …
|
|
|
@80ee9fc0
|
21 years |
michaelni |
simplify MV availability check / dont use below last row MV which is …
|
|
|
@9c3d33d6
|
21 years |
michaelni |
multithreaded/SMP motion estimation
multithreaded/SMP encoding for …
|
|
|
@7984082a
|
21 years |
michaelni |
ppc chroma mess workaround (real bug is that the motion compensation …
|
|
|
@ec26a167
|
21 years |
Roman R. |
* turns out write_packet is supposed to return 0 on success, not
…
|
|
|
@826ca104
|
21 years |
Roman R. |
* gotta setup coded_frame for encoding. avcodec.h says that for …
|
|
|
@8a36717a
|
21 years |
michaelni |
rv10/obmc fixes
Originally committed as revision 2768 to …
|
|
|
@99683a30
|
21 years |
michaelni |
2 byte shorter userdata for mpeg4
in the past it was …
|
|
|
@f02ab814
|
21 years |
michaelni |
ima & ms adpcm regression test
Originally committed as revision 2766 …
|
|
|
@6cf9d5eb
|
21 years |
michaelni |
M$ ADPCM encoding & some simplifications
Originally committed as …
|
|
|
@fc374fe2
|
21 years |
michaelni |
segfault fix
Originally committed as revision 2764 to …
|
|
|
@ae2e7208
|
21 years |
michaelni |
pass strict_std_compliance to audio context too
Originally committed …
|
|
|
@eb5b0422
|
21 years |
michaelni |
use clip() from common.h
ignore sample_rate==8000 limit if …
|
|
|
@311be1fb
|
21 years |
michaelni |
g726 regression test
Originally committed as revision 2761 to …
|
|
|
@d4e437df
|
21 years |
Roman R. |
* docs update for G.726
Originally committed as revision 2760 to …
|
|
|
@e596605
|
21 years |
Roman R. |
* Initial implementation of the G.726 ADPCM audio codec.
Originally …
|
|
|
@2d9aa1e3
|
21 years |
michaelni |
100l
Originally committed as revision 2758 to …
|
|
|
@d3e18ad0
|
21 years |
michaelni |
no limits!, warning is enough
Originally committed as revision 2757 …
|
|
|
@747a0554
|
21 years |
michaelni |
- made --extra-cflags option work on darwin
- allow INTER4V …
|
|
|
@8cb5d4c0
|
21 years |
michaelni |
h263 4mv encoding fix
Originally committed as revision 2755 to …
|
|
|
@04a59bfb
|
21 years |
michaelni |
segfault fix
Originally committed as revision 2754 to …
|
|
|
@b46243ed
|
21 years |
alex |
get_bit_count -> put_bits_count
Originally committed as revision 2753 …
|
|
|
@fe455f33
|
21 years |
alex |
get_bit_count -> put_bits_count
Originally committed as revision 2752 …
|
|
|
@de7ff1f7
|
21 years |
michaelni |
analyze the gradient of the error surface to avoid a few checks in the …
|
|
|
@364a1797
|
21 years |
michaelni |
quantizer noise shaping optimization
Originally committed as revision …
|
|
|
@46026f4e
|
21 years |
michaelni |
VideoBufferSize option patch by ("Henning Haaland Kulander" <hennikul …
|
|
|
@070ed1bc
|
21 years |
mike |
initial commit for Quicktime Animation (RLE) video decoder; bit depths …
|
|
|
@a412a03b
|
21 years |
michaelni |
remove incorect motion estimation table
Originally committed as …
|
|
|
@8a1f657b
|
21 years |
michaelni |
cleanup ugly code (also appearently works around a bug gcc 3.4 which …
|
|
|
@2caa92d9
|
21 years |
michaelni |
fixes by Gildas Bazin <gbazin at altern dot org>
Originally committed …
|
|
|
@7d8379f
|
21 years |
mike |
added support for EA ADPCM and SMJPEG IMA ADPCM
Originally committed …
|
|
|
@deb7a6cd
|
21 years |
michaelni |
simplify
Originally committed as revision 2743 to …
|
|
|
@77ea0d4
|
21 years |
michaelni |
quantizer noise shaping
Originally committed as revision 2742 to …
|
|
|
@95ba2c8f
|
21 years |
mellum |
tiny warning fix
Originally committed as revision 2741 to …
|
|
|
@4aa533be
|
21 years |
michaelni |
Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot …
|
|
|
@0a87c409
|
21 years |
alex |
changed includes
Originally committed as revision 2739 to …
|
|
|
@fc929fee
|
21 years |
alex |
not needed anymore
Originally committed as revision 2738 to …
|
|
|
@a62d75da
|
21 years |
michaelni |
segfault fix
Originally committed as revision 2737 to …
|
|
|
@fb85b027
|
21 years |
mike |
vsad16_mmx2 only applies if encoders are turned on
Originally …
|
|
|
@7bf32612
|
21 years |
mike |
these functions (get_bit_count and align_put_bits) are referenced even …
|
|
|
@18a508c5
|
21 years |
mike |
handle invalid buffer sizes
Originally committed as revision 2734 to …
|
|
|
@155aa417
|
21 years |
mike |
watch those hard tabs
Originally committed as revision 2733 to …
|
|
|
@df72754d
|
21 years |
mike |
handle 0-length buffers
Originally committed as revision 2732 to …
|
|
|
@c89c1d25
|
21 years |
mike |
handle 0-length buffers
Originally committed as revision 2731 to …
|
|
|
@2c8b796
|
21 years |
michaelni |
b frames + cbr fix
Originally committed as revision 2730 to …
|
|
|
@8fd19ab2
|
21 years |
michaelni |
SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
Originally …
|
|
|
@5a603607
|
21 years |
michaelni |
4mv + b frame encoding segfault fix
Originally committed as revision …
|
|
|
@6ff6cff2
|
21 years |
michaelni |
first coded vs. first displayed pts (segfault & pts fix if b frames …
|
|
|
@ac806113
|
21 years |
michaelni |
10l
Originally committed as revision 2726 to …
|
|
|
@9ff5f175
|
21 years |
michaelni |
int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)
…
|
|
|
@11a8a71d
|
21 years |
michaelni |
mpeg4 pts fix
Originally committed as revision 2724 to …
|
|
|
@e40f5d3c
|
21 years |
r_togni |
Use reget buffer instead of copying from prev frame
Added buffer …
|
|
|
@e0c53ac8
|
21 years |
alex |
freebsd fix for mpeg12.c (moving INT64_MAX to common.h)
Originally …
|
|
|
@65a24d0b
|
21 years |
michaelni |
optimization & bugfix extracted from the 4k line diff between ffmpeg …
|
|
|
@7a62e94a
|
21 years |
michaelni |
optimization
Originally committed as revision 2720 to …
|
|
|
@83f8c0c3
|
21 years |
michaelni |
segfault fix
Originally committed as revision 2719 to …
|
|
|
@303e50e6
|
21 years |
michaelni |
closed gop support & flags2 as all bits in flags are used
and a few …
|
|
|
@d398a27e
|
21 years |
michaelni |
inttypes.h patch by (Chip <szarlada at freemail dot hu>)
Originally …
|
|
|
@403f1099
|
21 years |
michaelni |
more tolerance for dc=0
Originally committed as revision 2716 to …
|
|
|
@20f155e
|
21 years |
michaelni |
avcodec_flush_buffers() fix
Originally committed as revision 2715 to …
|
|
|
@40a3105d
|
21 years |
michaelni |
segfault fix
Originally committed as revision 2714 to …
|
|
|
@2c492e94
|
21 years |
michaelni |
removing broken framerate conversation hack in mpeg1/2
Originally …
|
|
|
@8e784825
|
21 years |
michaelni |
rv20 mv prediction in b frames fix
Originally committed as revision …
|
|
|
@8a05bca4
|
21 years |
michaelni |
CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak …
|
|
|
@0888ac4f
|
21 years |
michaelni |
seeking stuff
adaptively change middle position selection algo for …
|
|
|
@3e9245a9
|
21 years |
michaelni |
store searched distance in index, so we dont waste time searching for …
|
|
|
@fb204d4b
|
21 years |
michaelni |
xvid "packed" stuff support
Originally committed as revision 2708 to …
|
|
|
@29962fea
|
21 years |
michaelni |
header parser fix
Originally committed as revision 2707 to …
|
|
|