summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-254-2/+6
* libdc1394: add a private option for channel.Anton Khirnov2011-05-251-4/+27
* dv1394: add a private option for channel.Anton Khirnov2011-05-251-2/+1
* v4l2: reindent.Anton Khirnov2011-05-251-14/+14
* v4l2: add a private option for channel.Anton Khirnov2011-05-251-5/+8
* lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-255-1/+9
* v4l2: add a private option for video standard.Anton Khirnov2011-05-251-5/+28
* v4l: add a private option for video standard.Anton Khirnov2011-05-251-7/+30
* dv1394: add a private option for video standard.Anton Khirnov2011-05-251-5/+25
* bktr: add a private option for video standard.Anton Khirnov2011-05-251-5/+27
* lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-255-2/+12
* rawdec: add sample_rate/channels private options.Anton Khirnov2011-05-253-6/+42
* ALSA: add channels and sample_rate private options.Anton Khirnov2011-05-252-15/+26
* oss: add channels and sample_rate private options.Anton Khirnov2011-05-251-4/+20
* sndio: add channels and sample_rate private options.Anton Khirnov2011-05-252-5/+21
* lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov2011-05-252-3/+3
* mpegts: add compute_pcr option.Anton Khirnov2011-05-253-4/+28
* lavf: add priv_class field to AVInputFormat.Anton Khirnov2011-05-251-0/+2
* configure: enable memalign_hack automatically when neededMans Rullgard2011-05-251-5/+3
* swscale: unbreak the build on non-x86 systems.Ronald S. Bultje2011-05-241-2/+6
* swscale: remove if(bitexact) branch from functions.Ronald S. Bultje2011-05-241-23/+11
* swscale: remove if(canMMX2BeUsed) conditional.Ronald S. Bultje2011-05-241-91/+8
* swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje2011-05-243-302/+28
* swscale: use emms_c().Ronald S. Bultje2011-05-242-5/+3
* Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-242-19/+15
* tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini2011-05-241-10/+13
* rtsp: use strtoul to parse rtptime and seq values.Ilya2011-05-241-2/+2
* pgssubdec: fix incorrect colors.Alexandre Colucci2011-05-241-1/+1
* dvdsubdec: fix incorrect colors.Alexandre Colucci2011-05-241-1/+1
* ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos2011-05-241-3/+3
* swscale: remove dead macro WRITEBGR24OLD.Ronald S. Bultje2011-05-241-56/+0
* swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje2011-05-242-35/+2
* swscale: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje2011-05-242-794/+3
* swscale: remove duplicated x86/ functions.Ronald S. Bultje2011-05-241-196/+16
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-2416-340/+171
* vsrc_buffer.h: add file doxyStefano Sabatini2011-05-241-0/+5
* vsrc_buffer: tweak error message in init()Stefano Sabatini2011-05-241-1/+1
* msmpeg4: reindent.Anton Khirnov2011-05-241-8/+8
* lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-245-34/+2
* ac3enc: add channel coupling supportJustin Ruggles2011-05-2410-179/+787
* configure: Add -U__STRICT_ANSI__ to CPPFLAGS on Cygwin and DOS.Diego Biurrun2011-05-231-0/+2
* aacdec: fix typo in scalefactor clipping checkJustin Ruggles2011-05-231-1/+1
* fate: fix fate-h264-conformance-frext-pph10i4-panasonic-a crcs.Ronald S. Bultje2011-05-231-13/+4
* fate: update 9/10bit refs.Ronald S. Bultje2011-05-231-4/+4
* h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras2011-05-231-0/+3
* x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo2011-05-231-1/+1
* Fix 9/10 bit in swscale.Kieran Kunhya2011-05-231-4/+4
* ffmpeg: Don't trigger url_interrupt_cb on the first signalMartin Storsjö2011-05-221-1/+3
* avoptions: Check the return value from av_get_numberMartin Storsjö2011-05-221-3/+6
* dct32_sse: eliminate some spillsLoren Merritt2011-05-223-60/+176
OpenPOWER on IntegriCloud