| Commit message (Expand) | Author | Age | Files | Lines |
* | fix ref_count check | Michael Niedermayer | 2007-02-16 | 1 | -1/+1 |
* | factorize mv_cache and mvd_cache init | Michael Niedermayer | 2007-02-16 | 1 | -29/+25 |
* | simplify | Michael Niedermayer | 2007-02-16 | 1 | -1/+1 |
* | add a few asserts to ensure alignment | Michael Niedermayer | 2007-02-16 | 1 | -0/+4 |
* | prevent h.264 MC related functions from being inlined (yes this is much faste... | Michael Niedermayer | 2007-02-16 | 1 | -13/+13 |
* | Spelling fix | Michel Bardiaux | 2007-02-15 | 1 | -3/+3 |
* | Spelling fix | Michel Bardiaux | 2007-02-15 | 1 | -1/+1 |
* | Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan. | Diego Biurrun | 2007-02-14 | 1 | -0/+47 |
* | doxy for avcodec_encode_video() | Michael Niedermayer | 2007-02-14 | 1 | -1/+8 |
* | Fix one warning | Michel Bardiaux | 2007-02-14 | 1 | -1/+1 |
* | rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF | Måns Rullgård | 2007-02-13 | 3 | -10/+10 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 5 | -7/+24 |
* | Change some dprintf to av_log | Michel Bardiaux | 2007-02-13 | 1 | -44/+44 |
* | Intensity compensation for B-frames in AP was missing | Kostya Shishkov | 2007-02-13 | 1 | -0/+3 |
* | consistency renaming: yuv422 --> yuyv422 | Diego Biurrun | 2007-02-12 | 1 | -8/+8 |
* | consistency renaming: uyvy411 --> uyyvyy411 | Diego Biurrun | 2007-02-12 | 1 | -2/+2 |
* | consistency renaming: rgba32 --> rgb32 | Diego Biurrun | 2007-02-12 | 3 | -32/+32 |
* | Restore the possibility to link liba52 instead of dlopening. | Diego Biurrun | 2007-02-12 | 2 | -1/+16 |
* | Rename ac3 decoder to liba52 to prepare for native decoder. | Diego Biurrun | 2007-02-11 | 3 | -3/+3 |
* | rename HAVE_GPROF to CONFIG_GPROF | Måns Rullgård | 2007-02-11 | 2 | -4/+4 |
* | Remove internal liba52; external lib still works, native decoder coming up. | Diego Biurrun | 2007-02-11 | 17 | -3916/+2 |
* | Remove unused libac3 AC3 decoding interface. | Diego Biurrun | 2007-02-11 | 1 | -184/+0 |
* | Minor AMD64 compilation fix | Reimar Döffinger | 2007-02-10 | 1 | -1/+1 |
* | maybe fix x86_64 (untested) | Michael Niedermayer | 2007-02-10 | 1 | -3/+3 |
* | always decode extradata when of non-avc stream (like RTSP) | Francois Oligny-Lemieux | 2007-02-09 | 1 | -1/+1 |
* | packets with half pcm samples are invalid | Michael Niedermayer | 2007-02-09 | 1 | -0/+6 |
* | factor out common subexprssion (gcc of course is too stupid to do this ...) | Michael Niedermayer | 2007-02-09 | 1 | -2/+3 |
* | merge asm fragments in H264_CHROMA_MC2_TMPL() | Michael Niedermayer | 2007-02-09 | 1 | -40/+29 |
* | sanity check | Michael Niedermayer | 2007-02-09 | 1 | -0/+5 |
* | fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not... | Michael Niedermayer | 2007-02-09 | 1 | -0/+4 |
* | fix parsing of RealAudio AC-3/DolbyNet | Justin Ruggles | 2007-02-09 | 1 | -5/+6 |
* | Directly access av_log_level instead of calling av_log_{set, get}_level() | Luca Abeni | 2007-02-08 | 1 | -1/+1 |
* | Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. | Reimar Döffinger | 2007-02-07 | 1 | -1/+1 |
* | vorbis suffers from the same sign flip issue as wma (so this lame workaround,... | Michael Niedermayer | 2007-02-07 | 1 | -2/+2 |
* | doxygenize | Michael Niedermayer | 2007-02-07 | 2 | -34/+46 |
* | Add a comment about swapped numerator and denominator. | Diego Biurrun | 2007-02-07 | 1 | -0/+2 |
* | missing spaces | Diego Biurrun | 2007-02-07 | 1 | -2/+2 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 16 | -69/+69 |
* | workaround sign bug | Michael Niedermayer | 2007-02-06 | 1 | -1/+1 |
* | 10l use of uninitalized var | Michael Niedermayer | 2007-02-06 | 1 | -2/+2 |
* | kill debuging code | Michael Niedermayer | 2007-02-06 | 1 | -2/+2 |
* | wma encoder | Michael Niedermayer | 2007-02-06 | 8 | -482/+983 |
* | Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe... | Michael Niedermayer | 2007-02-06 | 1 | -0/+1 |
* | simplify and remove useless index in AV_W* | Michael Niedermayer | 2007-02-06 | 1 | -48/+15 |
* | Progressive frames disguised as interlaced are supported | Kostya Shishkov | 2007-02-06 | 1 | -5/+3 |
* | B-frames could not be determined from broken_link/closed_entry, use fixed value | Kostya Shishkov | 2007-02-06 | 1 | -3/+4 |
* | Wrong flag tested | Kostya Shishkov | 2007-02-06 | 1 | -1/+1 |
* | ensure that data[0] is set to NULL for next frame | Aurelien Jacobs | 2007-02-06 | 1 | -0/+1 |
* | oops, revert accidental checkin | Måns Rullgård | 2007-02-05 | 1 | -104/+40 |
* | fix multichannel decoding | Måns Rullgård | 2007-02-05 | 2 | -164/+190 |