2006-10-22 |
Baptiste Coudurier | removed useless variables |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Baptiste Coudurier | use avctx->get_buffer |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Baptiste Coudurier | remove unused variables |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Baptiste Coudurier | printf -> dprintf |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Baptiste Coudurier | indention |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Baptiste Coudurier | add gif support |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Baptiste Coudurier | change gif demuxer to gif decoder |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Luca Barbato | use --as-needed just on linux, since *bsd way is broken... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Baptiste Coudurier | disable annoying debug messages |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Diego Biurrun | spelling/grammar fixes |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Luca Abeni | Make read_packet fail is the v4l2 driver returns an... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
borat@subsense.com | support for sub-only streams; patch by borat subsense com |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Kostya Shishkov | handle limit>32 for set_ur_golomb_jpegls() |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Michael Niedermayer | prevent infinite loop |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Andreas Öman | avoid crashing when trying to parse invalid files,... |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Andreas Öman | fix probe, patch by Andreas Oman, andreas at olebyn... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Michael Niedermayer | decode_significance_8x8_x86() |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Guillaume Poirier | Protect code that uses CMOV instructions with HAVE_CMOV, |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Guillaume Poirier | fix harmless typo / consistency fix |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Baptiste Coudurier | warn about zlib support needed if file has compressed... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Michael Niedermayer | 3 more TODO items for volunteers |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Michael Niedermayer | another instruction less in decode_significance_x86... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Michael Niedermayer | move memory reading ByteIOContext init from mov.c to... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Michael Niedermayer | 1 instruction less |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Guillaume Poirier | Add x86 conditionnal mov (CMOV) "detection" (based... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Michael Niedermayer | reordering instructions a little in decode_significance... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Michael Niedermayer | factorize get_cabac asm (0.5% slower but its much cleaner) |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Alex Beregszaszi | correct signaling of palette change |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Bernhard Rosenkränzer | Fix PIC compilation, some defines were under #ifdef... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Michael Niedermayer | unused variable |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Guillaume Poirier | 10l: Revert bogus use of GCC's -march=xx: |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Michael Niedermayer | slightly faster decode_cabac_mb_mvd() |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Michael Niedermayer | 1 variable less in decode_cabac_residual() no speed... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Michael Niedermayer | dont mess with ByteIOContext internal variables (fixes... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Michael Niedermayer | optimize sign decoding code in decode_residual() |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Baptiste Coudurier | use AVFormatContext to log |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Diego Biurrun | Fix license header error notice by Steve LHomme. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Guillaume Poirier | rename --tune to --cpu and make --cpu pass the apropria... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Baptiste Coudurier | simplify pcm read seek, use av_get_bits_per_sample |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Diego Biurrun | Don't run libavtest if CONFIG_GPL is not set. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Jindřich Makovička | Kill a warning with MSVC |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Michael Niedermayer | copy cabac context onto the stack for the c code in... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Michael Niedermayer | x86 asm version of the decode significance loop (not... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Baptiste Coudurier | avoid overwriting pkt |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Aurelien Jacobs | 10l inverted condition check generated an endless loop |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Baptiste Coudurier | skip packet if no stream index is found, fix proxy_pal0... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Baptiste Coudurier | skip run in sequence, fix C0023S01.mxf |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Guillaume Poirier | rename --cpu (and related variables) to --arch as this... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Luca Abeni | Implement sws_getCachedContext() in swscale emulation |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Michael Niedermayer | cosmetic (%%eax->%0) |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Roman Shaposhnik | * Simplifying the setting of STYPE for AAUX AS |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Diego Biurrun | Fix crash with illegal instruction, cmov is available... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Diego Biurrun | Expand some #endif comments. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Michael Niedermayer | fix -a^b which was interpreted as (-a)^b |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Michael Niedermayer | asin() acos() atan() |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Luca Barbato | Make ffmpeg work with x264 r592 |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Michael Niedermayer | mod() |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Diego Biurrun | Fix #endif comments. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Diego Biurrun | Replace FLAC FourCC by TwoCC. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Michael Niedermayer | fix !CMOV_IS_FAST case (iam not really happy with the... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Diego Biurrun | Add libswscale to the include path when enabled. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Diego Biurrun | Don't mix declarations and statements. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Michael Niedermayer | 10l |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Michael Niedermayer | this code will not work with PIC as it needs 7 register... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Michael Niedermayer | shift CABACContext.range right, this reduces the number... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Ramiro Polla | Have xvid encoder wrapper honnor -vtag option |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Diego Biurrun | Revert putting EXTRALIBS in common.mak, linking fails... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Diego Biurrun | Consistently use $(BUILD_ROOT). |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Diego Biurrun | Warn about --enable-gpl. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Diego Biurrun | 0.pgm is now 00.pgm. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Diego Biurrun | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Diego Biurrun | Consistently use $(BUILD_ROOT). |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Kostya Shishkov | Ignore blocks with no samples and flags (but usually... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Alex Beregszaszi | Make public domain. Hope Diego dont mind it, he had... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Dominik Mierzejewski | Use proper PRI?64 macros for %ll? format to fix printf... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Diego Biurrun | Put libmpeg2 IDCT functions under CONFIG_GPL, fixes... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Steve L'Homme | Remove empty structures, |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Kostya Shishkov | Make PNG produce correct 8-bit pictures |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Kostya Shishkov | Move block size check to decoder |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Michael Niedermayer | 10l CODEC vs. FORMAT |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Roberto Togni | flv files from myspace with mp3 audio require need_pars... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Michael Niedermayer | simplify escape decoding |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Diego Biurrun | Remove intrinsics checks, they are no longer used. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Michael Niedermayer | dehack *ps_state indexing in the branchless decoder |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Kostya Shishkov | TIFF decoder |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Diego Biurrun | Add a note about illegal codec IDs. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Diego Biurrun | Add codec ID for Shorten audio. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Michael Niedermayer | add "memory" to the clobber list we change memory so... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Reynaldo H... | Adds forgotten changelog's entry about the new mtv... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Michael Niedermayer | -1 is a valid return value in ratecontrol_1pass() ... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Dominik Mierzejewski | Fixes: |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Michael Niedermayer | 10l int vs uint8_t |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Michael Niedermayer | prevent "mb level" get_cabac() calls from being inlined... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Michael Niedermayer | int->uint8_t for 2 tables |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Baptiste Coudurier | support for Tiertex .seq files demuxing/video decoding... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Gregory Montoir | fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Diego Biurrun | Rename internal.h --> xvid_internal.h, it clashes with... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Luca Barbato | ppc generic prefetch |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Guillaume Poirier | adds some useful comments after some of the #else,... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Reynaldo H... | new mtv demuxer |
commit | commitdiff | tree | snapshot |
next |