2006-10-27 |
Michael Niedermayer | factorize AVEvalExpr alloc and init |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Oded Shimon | update ratecontrol to new ff_eval API |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Reynaldo H... | adds missing rgb/bgr 565 codec->fmt mappings, ok'ed... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Reynaldo H... | adds missing rgb/bgr 555 codec->fmt mappings, ok'ed... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Thijs | make ffmpeg able to send back a RTCP receiver report. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Ryan Martell | indentation fix, patch by Ryan Martell % rdm4 A martell... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Oded Shimon | new optimized eval method, by seperating parsing and... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Baptiste Coudurier | fflags can/will be used for muxing too |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Guillaume Poirier | Last fix of licence header |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Guillaume Poirier | move licence header fixes |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Guillaume Poirier | Fix licence header (aka <pedantic mode='on' /> ) |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Ryan Martell | Add support for H264 over RTP |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Diego Biurrun | wording/grammar |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Víctor Paesa | Document -newaudio, patch by Victor Paesa, taken from... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Kostya Shishkov | LZW decoder as separate module plus TIFF LZW support |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Kostya Shishkov | 10l predictor should not skip first line |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Baptiste Coudurier | remove mov_read_leaf and remove useless reading functio... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Aurelien Jacobs | fix mp3 in swf decoding |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Måns Rullgård | libdts and lame sometimes need -lm |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Steve L'Homme | Don't include inttypes.h/stdint.h directly, there is... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Niedermayer | reverse my last change, it was wrong and broken |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Niedermayer | remove map variable |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Niedermayer | factorize update state out |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Niedermayer | FFMAX |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Niedermayer | common subexpression elimination |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Niedermayer | merge 8 and 16bit functions, they are identical except... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Niedermayer | set v_edge_pos correctly for field picture mpeg2 |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Kostya Shishkov | 16-bit grayscale support |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Kostya Shishkov | JPEG-LS 16-bit gray support |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Kostya Shishkov | PGM 16-bit gray support |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Kostya Shishkov | PNG 16-bit gray decoding support |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Kostya Shishkov | 16-bit grayscale support |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Luca Abeni | Do not use a fake libavcodec/swscale.h, but always... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Reimar Döffinger | CABAC assembler optimizations ported to AMD64 |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Luca Abeni | Properly set EXTRALIBS |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Kostya Shishkov | Register .tga and .tiff image extensions |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Aurelien Jacobs | replace coder/decoder file description in libavformat... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Aurelien Jacobs | fix flvdec.c file description comment |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Aurelien Jacobs | document the extradata protocol for VP6F |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Aurelien Jacobs | don't use ast before checking it's not NULL |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Aurelien Jacobs | use the adjustment value present in FLV to crop VP6... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Aurelien Jacobs | use coded_width and coded_height instead of width and... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Baptiste Coudurier | indention |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Baptiste Coudurier | activate gif decoder, seems to work fine on showdown2.mov |
commit | commitdiff | tree | snapshot |
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 |
next |