2007-08-26 |
Ramiro Polla | CONFIG_7REGS has been renamed to HAVE_7REGS |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Michael Niedermayer | workaround gcc bug, untested as my gcc is not complaining |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Dominik Mierzejewski | add a link to VIS instructions whitepaper |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Michael Niedermayer | optimize the first vertical lifting step, this also... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Måns Rullgård | use POSIX "strings -a" rather than "strings -" |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Måns Rullgård | fix endian detection on MacOS |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Michael Niedermayer | optimize 1st horizontal lifting step |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Michael Niedermayer | typo |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Michael Niedermayer | get rid of totally senseless "m" + read in register... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Michael Niedermayer | simplify senselessly complex addressing |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Michael Niedermayer | cosmetics |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Michael Niedermayer | avoid overflow in the 3rd lifting step, this now needs... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Michael Niedermayer | avoid an overflow in the 1 horizontal lifting step |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Michael Niedermayer | prevent one overflow in the first vertical lifting... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Michael Niedermayer | update mmx code to latest snow changes |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Luca Abeni | Use correct timescale in RTSP seeking |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Diego Biurrun | prettyprinting cosmetics |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Michael Niedermayer | cleanup (remove some old experimentation related code) |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Michael Niedermayer | we only have 2 wavelets, the 3rd was just for experimen... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Michael Niedermayer | use 16bit IDWT (a SIMD implementation of it should... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Diego Biurrun | whitespace/indentation cosmetics |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Diego Biurrun | Remove HAVE_ALTIVEC preprocessor directives that are... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Michael Niedermayer | more sparc asm docs |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Luca Abeni | Remove copyright from a function prototype |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Ramiro Polla | Remove --disable-dv1394 option |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Diego Biurrun | Fix trivial mixed declarations and code warning caused... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Diego Biurrun | Remove SYS_DARWIN preprocessor directive that is just... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Diego Biurrun | Replace SYS_DARWIN by the more correct __APPLE_CC__... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Ramiro Polla | Group network checks together |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Diego Biurrun | Merge __MWERKS__ preprocessor directives. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Diego Biurrun | Move Apple gcc AltiVec vector declaration syntax to... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Diego Biurrun | Move Apple gcc AltiVec vector declaration syntax to... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Diego Biurrun | Replace SYS_DARWIN by the more correct __APPLE_CC__... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Michael Niedermayer | int->uint8_t |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Michael Niedermayer | int->int8_t (no need for them to be int ...) |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Luca Abeni | Reindent the code after the last commit |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Luca Abeni | Remove RTSP special casing in ffplay startup |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Luca Abeni | Move the RTP packetization code for MPEG12 video in... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
David Conrad | Add V_SNOW |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Reimar Döffinger | Add request_channels member to AVCodecContext so we... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Luca Barbato | Stray commit reverted |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Luca Barbato | PowerPC/CELL/Altivec pointers |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Michael Niedermayer | elaborate on needs_more_info |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Michael Niedermayer | use more bits on the encoder side |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Michael Niedermayer | sparc asm docs |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Luca Abeni | Initialize the "stc" variable before using it in ff_fin... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Kostya Shishkov | Take ring frame into account when demuxing. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Loren Merritt | simd gmc wasn't impossible. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Diego Biurrun | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configura... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Diego Biurrun | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configura... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Diego Biurrun | Revert previous unneeded mipsel patch (obsoleted by... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Diego Biurrun | Add mipsel architecture that differs from mips in endia... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Måns Rullgård | fix endian check when cross-compiling |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Benoit Fouet | right filename in doxygen comment |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Diego Biurrun | cosmetics: alphabetical order |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Stefano Sabatini | Make ffserver use cmdutils.c show_license function |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Stefano Sabatini | Make ffmpeg use cmdutils.c show_license function |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Diego Biurrun | Simplify preprocessor directives. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Marc Hoffman | make clean bfin |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Diego Biurrun | Identifiers starting with underscores are reserved. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | optimization tips for the wavelet |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | more complete dc prediction description |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | LL band prediction |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | typo |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | describe IDWT |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Aurelien Jacobs | parsers and bsfs declarations are not meant to be part... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | Change rounding of the horizontal DWT to match the... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Aurelien Jacobs | create libavcodec/sh4 dir when building out-of-tree |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Aurelien Jacobs | cosmetics: some reordering |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Aurelien Jacobs | asv1.c directly uses Put/GetBitContext, so it should... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | intro |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | few words about the wavelets |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | remove code which become unused by the previous changes |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | Simplify and optimize the 4th vertical lifting step... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Michael Niedermayer | Simplify and optimize the 4th vertical lifting step... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | Simplify and speedup code, reduce needed headroom by... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | simplify, speedup and reduce needed headroom by 2 bits... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | replace <<1 by add for SSE2 (untested) |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | replace <<1 by add |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | slightly change horizontal lift3 so it needs 1 bit... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | remove idiotc double subtraction from the sse2 code... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | fixme note |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | and of course the unneeded double subtractions were... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | more stupid double subtractions |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Michael Niedermayer | get rid of idiotc double subtraction |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Aurelien Jacobs | ensure configure only accept valid --list-* parameters |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Baptiste Coudurier | support swink created files which have soi/eoi broken... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Reimar Döffinger | Additional documentation for CRC functions |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Luca Abeni | Print an SDP when all outputs are RTP (the SDP can... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Stefano Sabatini | Implement the cmdutils.c show_license function. |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Luca Abeni | Call av_find_stream_info() immediately after opening... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Luca Abeni | Use avf_sdp_create() in ffserver |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Godwin Stewart | update -t option documentation |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Benjamin Larsson | Cosmetics, indentation. |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Benjamin Larsson | Trellis quantization support for adpcm_swf. |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Reimar Döffinger | Use defines instead of raw hex numbers to specify CRC... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Reimar Döffinger | Change imprecise "Unknown codec" message to say "encode... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Diego Biurrun | small simplification |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Neil Brown | Do not butcher start_time in av_estimate_timings_from_b... |
commit | commitdiff | tree | snapshot |
next |