2006-11-01 |
Diego Biurrun | Use common define for x86_32 and x86_64. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | Use common define for x86_32 and x86_64. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | typo |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Måns Rullgård | indentation |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Måns Rullgård | CODEC_CAP_DELAY support |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Baptiste Coudurier | simplify |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Baptiste Coudurier | mov vfr muxing |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Reimar Döffinger | Reenable AMD64 optimizations for cabac accidentially... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | Add ARCH_X86_32 as a new define for 32 bit x86 architec... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | better #endif comment |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Michael Niedermayer | fix 1/0 b frames + CBR bug |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Luca Barbato | Make sure --as-needed and the other flags got checked... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Diego Biurrun | cosmetics: Restore alphabetical order. |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Michael Niedermayer | better timebase selection heuristic for video stream... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Diego Biurrun | cosmetics: Restore alphabetical order. |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Baptiste Coudurier | remove gcc warning about void * used in arithmetic |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Måns Rullgård | coded line size is a multiple of 4 |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Gustavo Sverzut... | warning fix from a patch by Gustavo Sverzut Barbieri... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Gustavo Sverzut... | Use fixed point in color conversion. |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Oded Shimon | fix for disabling vorbis decoder but enabling vorbis... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Kostya Shishkov | Init vlc tables as static |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Kostya Shishkov | IMC decoder |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Luca Abeni | AVPicture has 4 planes, not 3 |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Michael Niedermayer | dont set the sampling rate just because 1 mp3 packet... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Michael Niedermayer | avoid random noise on damaged frames |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Diego Biurrun | Fix dependencies for 'make dep'. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Diego Biurrun | Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Diego Biurrun | Many systems have TEMPDIR mounted noexec, warn about... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Ryan Martell | switch to common base64 routines in lavf |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Ryan Martell | fix more dynamic protocol stuff, needed by the forthcom... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Michael Niedermayer | update copyright year, it looks odd otherwise :) |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Michael Niedermayer | CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Joakim Plate | add support for all framerates specified by the standard |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Oded Shimon | I hope noone minds, adding myself to eval.c copyright... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Joakim Plate | Fix A/V (de)sync with discontinuous NSV streams, |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Thijs | Make it possible to reuse UDP socket (optional, disable... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Michael Niedermayer | lambda* should be unsigned |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Michael Niedermayer | prevent overflow if lambda2 is "too" large |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Michael Niedermayer | use lambda/lmax instead of qscale/qmax as end check... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Oded Shimon | ignore whitespace in ff_eval |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Andrew Voznytsa | sample rate fix |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Oded Shimon | add missing 'e->value * ' |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Oded Shimon | shut gcc warning, also makes sense for NAN to be return... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Ryan Martell | move up (in the file) AAC audio handling moved from... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Guillaume Poirier | Add base64 encoding and decoding routines |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Diego Biurrun | Rename dvdsub.c to dvdsubdec.c. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Michael Niedermayer | add support for while() loops again ugly syntax while... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Michael Niedermayer | support seperating expressons by ; |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Reynaldo H... | Fix obvious typo, BGR555 was missing |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Oded Shimon | possible bug of 'gte' being read as 'gt', same with... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Michael Niedermayer | minor simplification |
commit | commitdiff | tree | snapshot |
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 |
next |