2002-09-23 |
Michael Niedermayer | adaptive quantization (lumi/temporal & spatial complexi... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Leon van Stuivenberg | ps2 idct patch by (Leon van Stuivenberg <leonvs at... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Arpi | tons of warning fixes, also some 10l bugfixes, includin... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Michael Niedermayer | regression test for ratecontrol & adv mpeg4 stuff |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Michael Niedermayer | pix_sum16_mmx() |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Arpi | fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Michael Niedermayer | fixing i_quant_factor, this should finally fix the... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Michael Niedermayer | fixing apiexample |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Michael Niedermayer | documenting most stuff in AVCodecContext |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Falk Hüffner | * Remove -finline-limit=8000 (not supported by gcc... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Michael Niedermayer | fixing *pixels_tab stuff (hopefully, as its untested... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Michael Niedermayer | avcodec_alloc_context() |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Michael Niedermayer | 10l (forgot to commit) |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Michael Niedermayer | better min/max rate handling |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Michael Niedermayer | fixing |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Arpi | use detected WORDSIZE instead of warning, when inttypes... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Michael Niedermayer | fixing rc of non-intra-only streams which only contain... |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Michael Niedermayer | fixing memalign |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Michael Niedermayer | dont store version for bit-exact tests |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Michael Niedermayer | alignment info |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Michael Niedermayer | interlaced b frames fix |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Michael Niedermayer | fixing qpel 4mv |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Alex Beregszaszi | complete aspect support |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Michael Niedermayer | interlaced qpel mpeg4 fixed |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Falk Hüffner | Synthesize pixels16 functions from pixels functions. |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Alex Beregszaszi | aspect (ext. par too) support for h263 and mpeg4 (inc... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Falk Hüffner | Fix for h % 8 == 4 in put_pixels_axp_asm. |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Michael Niedermayer | 10l (field select readed at the wrong place ...) |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Michael Niedermayer | interlaced b frames cleanup |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Falk Hüffner | Due to version renumbering, Alpha builtins aren't suppo... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Michael Niedermayer | interlaced mpeg4 b frame decoding |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Falk Hüffner | Adapt to new 8/16 table scheme. |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Michael Niedermayer | fixing 1/0 if the headers are incomplete (like what... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | fixing interlaced mpeg4 decoding |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | error resilience command line option |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | parsing resync header extension support |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | vbv parameter parsing (more skiping actually ;) ) |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | avoid nonsense frame-skip messages |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | regression checksum change cuz of LIBAVCODEC_BUILD... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | uninitialized var ... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | statistics for forw & back p-MBs instead of just one... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | m4v input support |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | export pts from stream if available |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Philip Gladstone | Change abort() calls to av_abort() calls. |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Philip Gladstone | Change calls to abort() to be calls to av_abort() |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Philip Gladstone | * Add code to pace sending a stream when it is being... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Philip Gladstone | Add the transfer of the new parameters from ffmpeg... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Michael Niedermayer | set pict_type & key_frame on decoding too |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Max Krasnyansky | mpeg4 raw output support patch by ("Maksim (Max) Krasny... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Michael Niedermayer | fixing raw yuv input |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Michael Niedermayer | put/avg_pixels16 |
commit | commitdiff | tree | snapshot |
2002-09-11 |
Michael Niedermayer | reducing sizeof MpegEncContext to avoid stack overflow... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Michael Niedermayer | fixing y422p output |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Alex Beregszaszi | fixed palette8to{rgb24,bgr24,rgb32,bgr32} |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Nikolai Zhubr | fixing overflow in 16->8 bit conversion, patch by ... |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Michael Niedermayer | 10l (forgot checksums after mpeg4_encode_block() optimi... |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Michael Niedermayer | optimizing mpeg4_encode_block(), generates allso slight... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Michael Niedermayer | regression tests for msmpeg4v2 & wmv1 |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Michael Niedermayer | support decoding of the last mpeg "packet" even if... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Henry Mason | yuv4mpeg output support patch by (Henry Mason <talus25... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Michael Niedermayer | fixing rv10 encoding (ffmpeg can at least decode its... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Michael Niedermayer | apiexample needs EXTRALIBS |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Michael Niedermayer | fixing tests |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Michael Niedermayer | do regression tests for rv10 too |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Michael Niedermayer | fixing segfault |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Michael Niedermayer | 10l (compilation if defined ARCH_ALPHA) |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Michael Niedermayer | fixing encoding at high QPs (was broken after the dct... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Michael Niedermayer | ar -s -> ranlib |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Henry Mason | new vbv calculation patch by (Henry Mason <talus25... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Brian Foley | altivec build tidyup patch by (Brian Foley <bfoley... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Michael Niedermayer | higher accuracy |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Mark Hills | oggvorbis support patch by (Mark Hills <mark at pogo... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Michael Niedermayer | dct cleanup |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Arpi | warning fixes by Dominik Mierzejewski <dominik@rangers... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Lennert Buytenhek | dont needlessly gettimeofday in video grabber patch... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Michael Niedermayer | dct-test update |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Lennert Buytenhek | unmap video buffers on close patch by (Lennert Buytenhe... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Lennert Buytenhek | dont discard first frame patch by (Lennert Buytenhek... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Lennert Buytenhek | be less verbose patch by (Lennert Buytenhek <buytenh... |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Michael Niedermayer | croping patch by (talus25 at speakeasy dot net) with... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Michael Niedermayer | checksums for the bitexact simple idct |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Michael Niedermayer | bitexact hack for the simple mmx idct |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Michael Niedermayer | not used anymore |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Michael Niedermayer | using only the fast int dct for regression tests |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Felix Bünemann | cygwin patch by (Felix Buenemann <atmosfear at users... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Martin Olschewski | sun solaris compilation bugfix, patch by (Martin Olsche... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Michael Niedermayer | undefined M_PI / M_E fix |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Alex Beregszaszi | added missing palette8tobgr pairs (hope it's correct) |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Heliodoro Tammaro | patch by Heliodoro Tammaro <helio at interactives dot... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Michael Niedermayer | checksum update cuz of build change 4620->4621 |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Michael Niedermayer | slow but accurate integer dct from IJG (should be ok... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Michael Niedermayer | base64 encoded patches posted to the devel list are... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Michael Niedermayer | use extradata for h263_long_vector mode detection |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Brian Foley | first cut at altivec support on darwin patch by (Brian... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Michael Niedermayer | working around undefined behavior of get-vlc if the... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Michael Niedermayer | fixes rv10 decoding crash |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Dominik Mierzejewski | warning patch by (Dominik Mierzejewski <dominik at... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Michael Niedermayer | mmx & non-mmx regerssion tests |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Michael Niedermayer | mpeg4 interlaced decoding support (not completly implem... |
commit | commitdiff | tree | snapshot |
next |