| Commit message (Expand) | Author | Age | Files | Lines |
* | fix emulated inet_aton so that it fails for invalid addresses | Joakim Plate | 2007-07-18 | 1 | -4/+5 |
* | Test for supported number of channels | Vitor Sessak | 2007-07-18 | 1 | -0/+5 |
* | Cosmetics: indentation | Vitor Sessak | 2007-07-18 | 1 | -68/+67 |
* | Cosmetics: alignment | Vitor Sessak | 2007-07-18 | 1 | -6/+7 |
* | Remove more code duplication. Based on a patch by Matthieu Castet. | Vitor Sessak | 2007-07-18 | 1 | -120/+18 |
* | Move var. declaration to allow further clean up | Vitor Sessak | 2007-07-17 | 1 | -2/+2 |
* | lcl.c doesnt exist anymore | Michael Niedermayer | 2007-07-17 | 1 | -1/+1 |
* | Remove code duplication. Based on a patch by Matthieu Castet. | Vitor Sessak | 2007-07-17 | 1 | -88/+41 |
* | Editorial cleanup, thanks Diego =) | Luca Barbato | 2007-07-17 | 1 | -3/+3 |
* | RTP clarifications | Luca Barbato | 2007-07-17 | 1 | -10/+6 |
* | set codec_type on init | Alex Beregszaszi | 2007-07-17 | 1 | -0/+1 |
* | use av_q2d as in the rest of the file | Alex Beregszaszi | 2007-07-17 | 1 | -1/+1 |
* | typo fixes | Diego Biurrun | 2007-07-17 | 5 | -8/+8 |
* | create colorspace.h and use it where appropriate | Ian Caulfield | 2007-07-17 | 4 | -121/+110 |
* | mention rfc 4629 for rtp-h263(+) | Michael Niedermayer | 2007-07-17 | 1 | -1/+1 |
* | fixpoint: renaming all lowlevel arithmetic routines to xxx_float | Marc Hoffman | 2007-07-17 | 1 | -4/+4 |
* | This was rewritten by Michael, switch copyrights to him and license to LGPL. | Diego Biurrun | 2007-07-17 | 1 | -15/+13 |
* | revert my accidental previous commit | Benoit Fouet | 2007-07-17 | 1 | -5/+5 |
* | fix tools compilation | Benoit Fouet | 2007-07-17 | 2 | -7/+7 |
* | Don't segfault if an empty codebook gets used. | Denes Balatoni | 2007-07-17 | 1 | -2/+2 |
* | * making profile selection a bit more tolerant to the badly broken streams | Roman Shaposhnik | 2007-07-17 | 1 | -2/+2 |
* | cosmetics: adding some white space to align the arguments of a couple of func... | Marc Hoffman | 2007-07-17 | 1 | -3/+3 |
* | remove useless #ifdef CONFIG_ZLIB from zmbv decoder | Måns Rullgård | 2007-07-16 | 1 | -25/+3 |
* | MinGW has those include files. | Ramiro Polla | 2007-07-16 | 1 | -2/+0 |
* | Move av_gettime() back to lavf/utils.c | Ramiro Polla | 2007-07-16 | 2 | -12/+12 |
* | MinGW has gettimeofday() since mingw-runtime-3.10 | Ramiro Polla | 2007-07-16 | 1 | -11/+2 |
* | Remove redundant "all rights reserved" statement, OKed by Walken. | Diego Biurrun | 2007-07-16 | 2 | -2/+0 |
* | add support for S_ASS and S_SSA codec string | Aurelien Jacobs | 2007-07-16 | 2 | -1/+5 |
* | float_t was a typo that compiled on macosx | Marc Hoffman | 2007-07-16 | 1 | -1/+1 |
* | fixpoint: move cplscales to context structure and provide hook for data forma... | Marc Hoffman | 2007-07-16 | 1 | -1/+16 |
* | fixpoint: lowlevel functional abstraction for all buffer arithmetics | Marc Hoffman | 2007-07-16 | 1 | -6/+37 |
* | fixpoint: separate windowing arithmetic imlt_window_float | Marc Hoffman | 2007-07-16 | 1 | -12/+27 |
* | order is name surname | Benoit Fouet | 2007-07-16 | 1 | -1/+1 |
* | separate the actual math for recovering stereo from a signal channel, this is... | Marc Hoffman | 2007-07-16 | 1 | -5/+25 |
* | .memleak fix by Ronald Bultje. OK'd by Luca. | Alex Beregszaszi | 2007-07-16 | 1 | -0/+2 |
* | Add Balatoni Denes as vorbis dec maintainer | Benoit Fouet | 2007-07-16 | 1 | -0/+1 |
* | Add note about vertical alignment to patch guidelines. | Diego Biurrun | 2007-07-16 | 1 | -0/+3 |
* | spelling/grammar/wording | Diego Biurrun | 2007-07-16 | 2 | -7/+7 |
* | separating saturation codes so that we can support other data formats | Marc Hoffman | 2007-07-16 | 1 | -10/+21 |
* | moving automatic allocation of joint_decode/decode_buffer | Marc Hoffman | 2007-07-15 | 1 | -1/+2 |
* | cosmetic changing hardwired 20 to SUBBAND_SIZE | Marc Hoffman | 2007-07-15 | 1 | -1/+1 |
* | remove superfluous #include | Måns Rullgård | 2007-07-15 | 1 | -1/+0 |
* | hardly anything in PNGContext is shared; split it | Måns Rullgård | 2007-07-15 | 4 | -56/+71 |
* | fix visual painting of MVs from h264: they are painted twice too long | Andreas Öman | 2007-07-15 | 1 | -0/+1 |
* | remove likely wrong reseting of align_iframe | Michael Niedermayer | 2007-07-15 | 1 | -2/+0 |
* | separate en/decoder specific parts from png.c | Måns Rullgård | 2007-07-15 | 5 | -861/+947 |
* | fix the 256-point MDCT | Justin Ruggles | 2007-07-15 | 1 | -50/+45 |
* | use shared ac3 bit allocation function | Justin Ruggles | 2007-07-15 | 1 | -187/+27 |
* | rtp-h263 FAQ | Michael Niedermayer | 2007-07-15 | 1 | -0/+8 |
* | no need for the decoder to have the license as a prefix | Justin Ruggles | 2007-07-15 | 1 | -1/+1 |