summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Altivec VP3 IDCTDavid Conrad2009-05-25
| | | | Originally committed as revision 18949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini2009-05-25
| | | | Originally committed as revision 18948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-25
| | | | Originally committed as revision 18947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv1394 is disabled by default, do not redundantly disable it on Hurd.Diego Biurrun2009-05-25
| | | | Originally committed as revision 18946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-25
| | | | | | Build them when ARCH_X86 is enabled. Fixes linking with MMX disabled. Originally committed as revision 18945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NEON-OBJS should also be cleared for each subdir.Ramiro Polla2009-05-25
| | | | Originally committed as revision 18944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: tabs->spacesRamiro Polla2009-05-25
| | | | Originally committed as revision 18943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround broken AVI files from DC-XZ6.Michael Niedermayer2009-05-25
| | | | | | Fixes issue897. Originally committed as revision 18942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move colorspace conversion functions implemented in pure C from templateKostya Shishkov2009-05-25
| | | | | | into swscale.c Originally committed as revision 29320 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles2009-05-25
| | | | | | multiplication in GAQ mantissa ramapping. Originally committed as revision 18941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger2009-05-25
| | | | | | | into the context to avoid issues when stack variables can not be aligned reliably. Originally committed as revision 18940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Hurd to OS list and disable dv1394 in the Hurd case.Andres Mejia2009-05-25
| | | | | | patch by Andres Mejia, mcitadel gmail com Originally committed as revision 18938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes ↵Baptiste Coudurier2009-05-25
| | | | | | correctly Originally committed as revision 18937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: Re-enable x86-optimized DSP functions.Ramiro Polla2009-05-25
| | | | Originally committed as revision 18936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla2009-05-25
| | | | Originally committed as revision 18935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla2009-05-25
| | | | Originally committed as revision 18934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CorePNG can be decoded since 18421Ben Littler2009-05-25
| | | | Originally committed as revision 18933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier2009-05-24
| | | | Originally committed as revision 18932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix unaligned dsputil call.Vitor Sessak2009-05-24
| | | | | | Should fix FATE corepng test on Solaris/Sparc. Originally committed as revision 18930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier2009-05-24
| | | | Originally committed as revision 18929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DEBUG define before include to get dprintf and move guidcmp before ↵Baptiste Coudurier2009-05-24
| | | | | | print_guid, fix compilation with DEBUG Originally committed as revision 18928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eatqi: move "block" variable into context to ensure sufficient alignment forReimar Döffinger2009-05-24
| | | | | | | idct_put for compilers/architectures that can not align stack variables that much. This is also consistent with similar code in eatgq.c Originally committed as revision 18927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger2009-05-24
| | | | Originally committed as revision 18926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger2009-05-24
| | | | | | | Might avoid crashes in unlikely cases, but mostly avoids ugly artefacts for partial frames. Originally committed as revision 18925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move "block" variable in rtjpeg decoder to context to ensure sufficient ↵Reimar Döffinger2009-05-24
| | | | | | | | alignment for idct_put on architectures/compilers that have problems aligning on the stack. Originally committed as revision 18924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264: Don't deblock if alpha or beta is 0.Haruhiko Yamagata2009-05-24
| | | | | | | This ensures that the MMX loop filter is always bitexact with the C version. Patch by Haruhiko Yamagata <h.yamagata _a_ nifty com> Originally committed as revision 18923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those definedStefano Sabatini2009-05-23
| | | | | | in libavcodec/colorspace.h. Originally committed as revision 18922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2009-05-23
| | | | Originally committed as revision 18921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lowres with rv20.Michael Niedermayer2009-05-23
| | | | | | Fixes issue1102. Originally committed as revision 18920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix passing of unaligned addresses to dsputil diff_bytes() byJeff Downs2009-05-23
| | | | | | | | | | | | changeing calls to sub_left_prediction such that the source frame data pointers are no longer offset to skip the initial elements. This keeps them properly aligned for the subsequent call to diff_bytes. Changes encoding offset to compensate. Mailing list thread: https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-May/069952.html Originally committed as revision 18919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add offset argument to encode_422_bitstream() to control whereJeff Downs2009-05-23
| | | | | | | | | in the source data array to start encoding. Change all calls to pass zero for this new argument for equivalent behavior. This is a restructure to support a forthcoming bug fix. Originally committed as revision 18918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: actually add VP3 loop filterDavid Conrad2009-05-23
| | | | Originally committed as revision 18917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON VP3 Loop FilterDavid Conrad2009-05-23
| | | | Originally committed as revision 18916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression tests, diff was due to a patch to mpeg-2 parser timestamp ↵Baptiste Coudurier2009-05-23
| | | | | | | | fetching, pending, current ref is technically more correct though. Originally committed as revision 18912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot ↵Larbi Joubala2009-05-23
| | | | | | joubala at resonate-mp4 dot com Originally committed as revision 18911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify pes timestamps fetching, based on a patch by corp186, chasedouglas ↵Baptiste Coudurier2009-05-23
| | | | | | at gmail dot com Originally committed as revision 18910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute total bitrate more accurately, patch by corp186, chasedouglas at ↵corp1862009-05-23
| | | | | | gmail dot com Originally committed as revision 18909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix qtrle encoding when previous frame linesize differs, fix #998Baptiste Coudurier2009-05-23
| | | | Originally committed as revision 18908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pad last audio frame when encodingBaptiste Coudurier2009-05-23
| | | | Originally committed as revision 18907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless includeBaptiste Coudurier2009-05-23
| | | | Originally committed as revision 18906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier2009-05-23
| | | | | | setting mb_height for interlaced mpeg-2 encoding. Originally committed as revision 18905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert part of r18903:Ramiro Polla2009-05-23
| | | | | | | | | | | | MLP DSP functions x86-optimized. 12.59% overall speedup in x86_32 9.98% overall speedup in x86_64 compared to gcc 4.3.3 It breaks on x86_64 with PIC because the MANGLE macro appends (%%rip), which is not wanted for labels. Originally committed as revision 18904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-23
| | | | | | | | 12.59% overall speedup in x86_32 9.98% overall speedup in x86_64 compared to gcc 4.3.3 Originally committed as revision 18903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mouse seeking when start time is not set, fix #1083Baptiste Coudurier2009-05-22
| | | | Originally committed as revision 18902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated RGB_TO_[YUV] macros, use those included inStefano Sabatini2009-05-22
| | | | | | libavcodec/colorspace.h. Originally committed as revision 18901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar for avfilter_graph_parse() doxy.Stefano Sabatini2009-05-22
| | | | Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix libtheora encoding for non-mod16 sizesDavid Conrad2009-05-22
| | | | Originally committed as revision 18899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
| | | | Originally committed as revision 18898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-22
| | | | Originally committed as revision 18897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move eatgq blocks array from the stack to the codec context and make sureReimar Döffinger2009-05-22
| | | | | | | | it is aligned as necessary for DSPContext's idct_put. Just aligning it on the stack would have been possible but less reliable and without any real benefit. Originally committed as revision 18896 to svn://svn.ffmpeg.org/ffmpeg/trunk