summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: jrevdct_arm: use push/pop mnemonicsMans Rullgard2011-06-131-8/+8
* ARM: jrevdct_arm: misc cleanupMans Rullgard2011-06-131-6/+4
* ARM: optimised mpadsp_apply_window_fixedMans Rullgard2011-06-135-0/+181
* Add some (important) changelog entriesReinhard Tartler2011-06-131-0/+4
* cmdutils: add missing NULL check in parse_options()Stefano Sabatini2011-06-121-1/+1
* x11grab: remove a memory allocation and the associated memcpy.Sven C. Dack2011-06-121-7/+3
* build: fix "make install" with documentation disabledMans Rullgard2011-06-111-0/+1
* build: simplify some conditional targetsMans Rullgard2011-06-111-10/+11
* bitstream: Properly promote av_reverse values before shifting.Alex Converse2011-06-101-4/+4
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-105-1/+83
* H.264: Fix high bit depth explicit biweightJason Garrett-Glaser2011-06-101-0/+1
* h264: Fix 10-bit H.264 x86 chroma v loopfilter asm.Oskar Arvidsson2011-06-101-1/+8
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-107-85/+36
* Update copyright year for ac3enc_opts_template.c.Justin Ruggles2011-06-101-1/+1
* adts: Adjust frame size mask to follow the specification.Kieran Kunhya2011-06-101-1/+1
* movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-103-1/+4
* movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö2011-06-101-3/+3
* rtspenc: Add RTP muxer optionsMartin Storsjö2011-06-103-1/+8
* rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-06-101-0/+13
* rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö2011-06-101-0/+8
* rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö2011-06-102-2/+5
* sdp: Reindent after the previous commitMartin Storsjö2011-06-101-18/+18
* rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-107-3/+167
* avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-104-1/+24
* sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-103-7/+10
* mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura2011-06-101-4/+5
* mpeg12: more advanced ffmpeg mpeg2 aspect guessing code.Michael Niedermayer2011-06-101-2/+16
* swscale: split YUYV output out of yuv2packed[12X]_c().Ronald S. Bultje2011-06-091-44/+137
* lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini2011-06-091-3/+3
* matroskadec: set timestamps for RealAudio packets.Reimar Döffinger2011-06-091-0/+8
* intelh263dec: aspect ratio processing fix.Anton Khirnov2011-06-091-2/+8
* intelh263dec: fix "Strict H.263 compliance" file playbackAnton Khirnov2011-06-091-2/+5
* oss,sndio: simplify by using FFMIN.Reimar Döffinger2011-06-092-6/+2
* swscale: extract monowhite/black output from yuv2packed[12X]_c().Ronald S. Bultje2011-06-091-59/+113
* swscale: de-macro'ify RGB15/16/32 input functions.Ronald S. Bultje2011-06-092-114/+193
* swscale: rearrange code.Ronald S. Bultje2011-06-091-83/+83
* movdec: Add support for the 'wfex' atom.Alex Converse2011-06-091-0/+14
* ffmpeg.c: Add a necessary const qualifierAlex Converse2011-06-091-1/+1
* riff: Fix potential memleak.Alex Converse2011-06-091-0/+1
* swscale: change 48bit RGB input macros to inline functions.Ronald S. Bultje2011-06-091-44/+71
* swscale: change 9/10bit YUV input macros to inline functions.Ronald S. Bultje2011-06-091-23/+41
* swscale: extract gray16 output functions from yuv2packed[12X]().Ronald S. Bultje2011-06-091-55/+142
* swscale: use standard clipping functions.Ronald S. Bultje2011-06-091-33/+20
* swscale: merge macros that are used only once.Ronald S. Bultje2011-06-091-10/+4
* swscale: fix function declarations in swscale.c.Ronald S. Bultje2011-06-091-33/+34
* swscale: fix function declaration keywords in x86/swscale_template.c.Ronald S. Bultje2011-06-091-181/+202
* crypto: Use av_freep instead of av_freeEtienne Buira2011-06-081-2/+2
* lavf: don't try to free private options if priv_data is NULL.Anton Khirnov2011-06-081-1/+1
* swscale: fix types of assembly arguments.Ronald S. Bultje2011-06-081-4/+4
* swscale: move two macros that are only used once into caller.Ronald S. Bultje2011-06-081-36/+30
OpenPOWER on IntegriCloud