2007-07-18 |
Benoit Fouet | remove warnings |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Zdenek Kabelac | fix mem leak |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vitor Sessak | Make deinterlace_16 receive an array as a parameter... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vitor Sessak | Minor simplification |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vitor Sessak | Yet more cosmetics |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vitor Sessak | More cosmetics |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vitor Sessak | Remove reimplementation of av_log2 |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Reimar Döffinger | Document aes init code writing on purpose beyond round_... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Benoit Fouet | remove useless check |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Andreas Öman | use YUV440P in swscale |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Andreas Öman | add YUV440P and YUVJ440P support |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Joakim Plate | fix emulated inet_aton so that it fails for invalid... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vitor Sessak | Test for supported number of channels |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vitor Sessak | Cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vitor Sessak | Cosmetics: alignment |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Vitor Sessak | Remove more code duplication. Based on a patch by Matth... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Vitor Sessak | Move var. declaration to allow further clean up |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Michael Niedermayer | lcl.c doesnt exist anymore |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Vitor Sessak | Remove code duplication. Based on a patch by Matthieu... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Luca Barbato | Editorial cleanup, thanks Diego =) |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Luca Barbato | RTP clarifications |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Alex Beregszaszi | set codec_type on init |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Alex Beregszaszi | use av_q2d as in the rest of the file |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Diego Biurrun | typo fixes |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Ian Caulfield | create colorspace.h and use it where appropriate |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Michael Niedermayer | mention rfc 4629 for rtp-h263(+) |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Marc Hoffman | fixpoint: renaming all lowlevel arithmetic routines... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Diego Biurrun | This was rewritten by Michael, switch copyrights to... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Benoit Fouet | revert my accidental previous commit |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Benoit Fouet | fix tools compilation |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Denes Balatoni | Don't segfault if an empty codebook gets used. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Roman Shaposhnik | * making profile selection a bit more tolerant to... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Marc Hoffman | cosmetics: adding some white space to align the argumen... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Måns Rullgård | remove useless #ifdef CONFIG_ZLIB from zmbv decoder |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Ramiro Polla | MinGW has those include files. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Ramiro Polla | Move av_gettime() back to lavf/utils.c |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Ramiro Polla | MinGW has gettimeofday() since mingw-runtime-3.10 |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Diego Biurrun | Remove redundant "all rights reserved" statement, OKed... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Aurelien Jacobs | add support for S_ASS and S_SSA codec string |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marc Hoffman | float_t was a typo that compiled on macosx |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marc Hoffman | fixpoint: move cplscales to context structure and provi... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marc Hoffman | fixpoint: lowlevel functional abstraction for all buffe... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marc Hoffman | fixpoint: separate windowing arithmetic imlt_window_float |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Benoit Fouet | order is name surname |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marc Hoffman | separate the actual math for recovering stereo from... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Alex Beregszaszi | .memleak fix by Ronald Bultje. OK'd by Luca. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Benoit Fouet | Add Balatoni Denes as vorbis dec maintainer |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Diego Biurrun | Add note about vertical alignment to patch guidelines. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Diego Biurrun | spelling/grammar/wording |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marc Hoffman | separating saturation codes so that we can support... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Marc Hoffman | moving automatic allocation of joint_decode/decode_buffer |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Marc Hoffman | cosmetic changing hardwired 20 to SUBBAND_SIZE |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Måns Rullgård | remove superfluous #include |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Måns Rullgård | hardly anything in PNGContext is shared; split it |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Andreas Öman | fix visual painting of MVs from h264: they are painted... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Michael Niedermayer | remove likely wrong reseting of align_iframe |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Måns Rullgård | separate en/decoder specific parts from png.c |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Justin Ruggles | fix the 256-point MDCT |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Justin Ruggles | use shared ac3 bit allocation function |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Michael Niedermayer | rtp-h263 FAQ |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Justin Ruggles | no need for the decoder to have the license as a prefix |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Justin Ruggles | remove a debugging function and variable, and remove... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Justin Ruggles | ABS -> FFABS |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Justin Ruggles | move some common values to ac3.h and utilize them |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | use random number generator from libavutil |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | 10l to me. I accidentally removed a word. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | revise license header for simplicity and consistency |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Mark Cox | Remove redundant assignment of CODEC_ID_BMP. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | make ac3dec.c GPL until violations are fixed |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Loren Merritt | AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Justin Ruggles | AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Aurelien Jacobs | Avoid using undefined symbols. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Aurelien Jacobs | Allow selecting only the vc1 demuxer. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Aurelien Jacobs | Allow selecting only the mpegtsraw demuxer. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Diego Biurrun | typo |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Aurelien Jacobs | The dxa demuxer depends on riff.o. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Måns Rullgård | move #include of system headers to top of file |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Aurelien Jacobs | The dv1394 demuxer depends on dv.o. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Aurelien Jacobs | All those demuxers don't depend on riff.o anymore. |
commit | commitdiff | tree | snapshot |
next |