summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* cosmetics: indentation, whitespacesBaptiste Coudurier2010-05-11
* simplify, reuse existing args variableBaptiste Coudurier2010-05-11
* cosmetics: filt_graph_all -> graph, like in ffplay.cBaptiste Coudurier2010-05-11
* Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs.Janne Grunau2010-05-11
* Remove unused FRAC_RND() macro from mpegaudiodec.c.Michael Niedermayer2010-05-11
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-11
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-11
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-11
* Adding missing () to mathops.h.Michael Niedermayer2010-05-11
* Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger2010-05-10
* Optimize decodeplane32().Sebastian Vater2010-05-10
* Ensure that width and height are > 0. avcodec_open() itself only checks thatSebastian Vater2010-05-10
* FATE: print friendly error for individual tests when SAMPLES unsetMåns Rullgård2010-05-10
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-10
* Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak2010-05-10
* Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra2010-05-09
* Reorder nut specific codec tags and add a comment for marking them asStefano Sabatini2010-05-09
* Add missing nut-specific codec tags for rawvideo pixel formats.Stefano Sabatini2010-05-09
* Make the codec tags for the yuvjXXX pixel formats the same as theStefano Sabatini2010-05-09
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-09
* Make the nut demuxer issue a more meaningful error message if itStefano Sabatini2010-05-09
* bswap: 10L add missing parens around macro argsMåns Rullgård2010-05-09
* Replace usage of s->streams[0]->* with st->*, which is shorter.Sebastian Vater2010-05-09
* Remove "bps" parameter to decodeplane8/32(), it's unused.Sebastian Vater2010-05-09
* Add entry for AVFilterPicRef interlaced and top_field_first fieldsStefano Sabatini2010-05-09
* Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini2010-05-09
* qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsMartin Storsjö2010-05-09
* FATE: update idroq-video-encode commandMåns Rullgård2010-05-09
* IFF: decode last 8 pixels per lineMåns Rullgård2010-05-09
* Fix build with swscale disabledMåns Rullgård2010-05-09
* Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-08
* Fix auto-scaling.Stefano Sabatini2010-05-08
* Add means to adjust the log level per context.Michael Niedermayer2010-05-08
* Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReimar Döffinger2010-05-08
* Another try for fixing/improving decode_video documentation.Reimar Döffinger2010-05-08
* Make config_props() show conversion information before to create theStefano Sabatini2010-05-07
* Log input size, input format and swscale flags used for conversion inStefano Sabatini2010-05-07
* blackfin: fix yuv422 to yuv420 conversionRonaldo Moura2010-05-07
* vf_pad: fix mixed code and declarationsMåns Rullgård2010-05-07
* c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer2010-05-07
* Document the pad filter.Stefano Sabatini2010-05-07
* Document cmdutils.c:print_error().Stefano Sabatini2010-05-07
* Remove messy pading hack in ffmpeg.c.Michael Niedermayer2010-05-07
* Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.Michael Niedermayer2010-05-07
* Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer2010-05-07
* configure: update suncc SPARC CPU name mappingMichael Kostylev2010-05-07
* Add pad filter.Michael Niedermayer2010-05-07
* SPARC: disable VIS for Niagara CPUMichael Kostylev2010-05-07
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-07
* avfilter support for ffmpegMichael Niedermayer2010-05-07