summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Factorize initial "printf(" and ");" in show_license().Stefano Sabatini2009-05-251-6/+2
* Altivec VP3 IDCTDavid Conrad2009-05-253-0/+200
* Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini2009-05-251-4/+2
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-251-7/+7
* dv1394 is disabled by default, do not redundantly disable it on Hurd.Diego Biurrun2009-05-251-1/+0
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-252-3/+6
* NEON-OBJS should also be cleared for each subdir.Ramiro Polla2009-05-251-1/+1
* cosmetics: tabs->spacesRamiro Polla2009-05-251-1/+1
* Workaround broken AVI files from DC-XZ6.Michael Niedermayer2009-05-251-0/+11
* Move colorspace conversion functions implemented in pure C from templateKostya Shishkov2009-05-252-137/+138
* eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles2009-05-251-2/+2
* Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger2009-05-251-6/+5
* Add Hurd to OS list and disable dv1394 in the Hurd case.Andres Mejia2009-05-251-0/+3
* honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr...Baptiste Coudurier2009-05-251-3/+2
* mlp: Re-enable x86-optimized DSP functions.Ramiro Polla2009-05-252-0/+6
* mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla2009-05-251-5/+5
* Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla2009-05-251-0/+3
* CorePNG can be decoded since 18421Ben Littler2009-05-251-0/+1
* move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier2009-05-241-5/+5
* Fix unaligned dsputil call.Vitor Sessak2009-05-241-3/+8
* fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier2009-05-241-2/+3
* move DEBUG define before include to get dprintf and move guidcmp before print...Baptiste Coudurier2009-05-241-6/+6
* eatqi: move "block" variable into context to ensure sufficient alignment forReimar Döffinger2009-05-241-3/+3
* Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger2009-05-241-9/+10
* Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger2009-05-241-0/+7
* Move "block" variable in rtjpeg decoder to context to ensure sufficient align...Reimar Döffinger2009-05-242-1/+2
* H264: Don't deblock if alpha or beta is 0.Haruhiko Yamagata2009-05-241-0/+4
* Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those definedStefano Sabatini2009-05-231-18/+1
* indentMichael Niedermayer2009-05-231-1/+1
* Fix lowres with rv20.Michael Niedermayer2009-05-231-2/+3
* Fix passing of unaligned addresses to dsputil diff_bytes() byJeff Downs2009-05-231-4/+4
* Add offset argument to encode_422_bitstream() to control whereJeff Downs2009-05-231-11/+14
* ARM: actually add VP3 loop filterDavid Conrad2009-05-231-0/+94
* ARM: NEON VP3 Loop FilterDavid Conrad2009-05-232-0/+12
* Fix regression tests, diff was due to a patch to mpeg-2 parser timestamp fetc...Baptiste Coudurier2009-05-231-4/+4
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j...Larbi Joubala2009-05-233-3/+6
* simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a...Baptiste Coudurier2009-05-231-16/+5
* compute total bitrate more accurately, patch by corp186, chasedouglas at gmai...corp1862009-05-233-29/+34
* fix qtrle encoding when previous frame linesize differs, fix #998Baptiste Coudurier2009-05-231-6/+9
* pad last audio frame when encodingBaptiste Coudurier2009-05-235-113/+116
* remove useless includeBaptiste Coudurier2009-05-232-2/+0
* Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier2009-05-231-2/+4
* Revert part of r18903:Ramiro Polla2009-05-232-6/+0
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-233-0/+196
* fix mouse seeking when start time is not set, fix #1083Baptiste Coudurier2009-05-221-1/+5
* Remove duplicated RGB_TO_[YUV] macros, use those included inStefano Sabatini2009-05-221-17/+1
* Fix grammar for avfilter_graph_parse() doxy.Stefano Sabatini2009-05-221-1/+1
* Fix libtheora encoding for non-mod16 sizesDavid Conrad2009-05-221-5/+5
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-227-18/+13
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-221-0/+2