7488 Commits (7ad8d3bf0c02ecb34d257451fe84be9d60d06472)
 

Author SHA1 Message Date
Andrew Voznytsa b500cc2a46 sample rate fix 18 years ago
Oded Shimon 72523c7a20 add missing 'e->value * ' 18 years ago
Oded Shimon 63a547eabc shut gcc warning, also makes sense for NAN to be returned if the loop was never executed 18 years ago
Ryan Martell d83723305e move up (in the file) AAC audio handling moved from below 18 years ago
Guillaume Poirier a01e68aa5e Add base64 encoding and decoding routines 18 years ago
Diego Biurrun ebd6a69444 Rename dvdsub.c to dvdsubdec.c. 18 years ago
Michael Niedermayer 45ee0e3282 add support for while() loops again ugly syntax while(condition, statements) but very simple implementation 18 years ago
Michael Niedermayer 835954e3a4 support seperating expressons by ; 18 years ago
Reynaldo H. Verdejo Pinochet 418f17e006 Fix obvious typo, BGR555 was missing 18 years ago
Oded Shimon d024359a36 possible bug of 'gte' being read as 'gt', same with 'lte' 18 years ago
Michael Niedermayer 577eab6b62 minor simplification 18 years ago
Michael Niedermayer a98f4515cf factorize AVEvalExpr alloc and init 18 years ago
Oded Shimon bb0f1ea72f update ratecontrol to new ff_eval API 18 years ago
Reynaldo H. Verdejo Pinochet ce459e12da adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael 18 years ago
Reynaldo H. Verdejo Pinochet ba8a621891 adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael 18 years ago
Thijs dbf30963f3 make ffmpeg able to send back a RTCP receiver report. 18 years ago
Ryan Martell ed78754216 indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % 18 years ago
Oded Shimon 85b4eb08cc new optimized eval method, by seperating parsing and runtime 18 years ago
Baptiste Coudurier 18de0b81d5 fflags can/will be used for muxing too 18 years ago
Guillaume Poirier 550b284346 Last fix of licence header 18 years ago
Guillaume Poirier 9eeec55d77 move licence header fixes 18 years ago
Guillaume Poirier cbced386c2 Fix licence header (aka <pedantic mode='on' /> ) 18 years ago
Ryan Martell 4934884a13 Add support for H264 over RTP 18 years ago
Diego Biurrun 18fd519f54 wording/grammar 18 years ago
Víctor Paesa de62a89d42 Document -newaudio, patch by Victor Paesa, taken from an explanation written by Baptiste Coudurier in -users 18 years ago
Kostya Shishkov ffc5430bc3 LZW decoder as separate module plus TIFF LZW support 18 years ago
Kostya Shishkov b0c32a70b4 10l predictor should not skip first line 18 years ago
Baptiste Coudurier b59cb45632 remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway 18 years ago
Aurelien Jacobs 21e3c26ca2 fix mp3 in swf decoding 18 years ago
Måns Rullgård 4cbed916cf libdts and lame sometimes need -lm 18 years ago
Steve L'Homme 33400850cf Don't include inttypes.h/stdint.h directly, there is an abstraction in 18 years ago
Michael Niedermayer 836096aa7a simplify 18 years ago
Michael Niedermayer 54fe115921 reverse my last change, it was wrong and broken 18 years ago
Michael Niedermayer 46d9fe622d remove map variable 18 years ago
Michael Niedermayer 71977422d1 factorize update state out 18 years ago
Michael Niedermayer 3b6d23293c FFMAX 18 years ago
Michael Niedermayer 8d42cf7496 common subexpression elimination 18 years ago
Michael Niedermayer 62412b8d28 merge 8 and 16bit functions, they are identical except the data type 18 years ago
Michael Niedermayer 5d48f0cb05 set v_edge_pos correctly for field picture mpeg2 18 years ago
Kostya Shishkov 4884b9e50d 16-bit grayscale support 18 years ago
Kostya Shishkov 9efe56f691 JPEG-LS 16-bit gray support 18 years ago
Kostya Shishkov 22eafdf24f PGM 16-bit gray support 18 years ago
Kostya Shishkov ae912c5b62 PNG 16-bit gray decoding support 18 years ago
Kostya Shishkov 34380af0e1 16-bit grayscale support 18 years ago
Luca Abeni a163ed1aaa Do not use a fake libavcodec/swscale.h, but always use the real one 18 years ago
Reimar Döffinger 755073fe3c CABAC assembler optimizations ported to AMD64 18 years ago
Luca Abeni 7c9c296648 Properly set EXTRALIBS 18 years ago
Kostya Shishkov 79f7c32ffb Register .tga and .tiff image extensions 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Aurelien Jacobs ec996a6303 fix flvdec.c file description comment 18 years ago