summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qdm2: Fix alignment of local array.Michael Niedermayer2011-06-181-3/+3
* vsrc_color: set output pos values to -1Stefano Sabatini2011-06-181-1/+1
* vsrc_color: add @file doxyStefano Sabatini2011-06-182-1/+6
* graphparser: add missing NULL check in avfilter_graph_parse()Stefano Sabatini2011-06-181-1/+1
* Support DTS in mp4/mov.Carl Eugen Hoyos2011-06-171-0/+3
* Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'Michael Niedermayer2011-06-174-18/+14
|\
| * ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov2011-06-161-11/+7
| * rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun2011-06-161-2/+2
| * rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö2011-06-161-2/+2
| * mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-161-1/+1
| * codec-regression: remove pointless -r options for dnxhdAnton Khirnov2011-06-161-3/+3
* | Do not crash if SDL_SetVideoMode() fails.Carl Eugen Hoyos2011-06-161-1/+1
* | Move do_exit() and stream_close() up.Carl Eugen Hoyos2011-06-161-51/+51
* | Fix documentation for -ar and -ac.Carl Eugen Hoyos2011-06-161-6/+3
* | Fix compilation with old yasm.Carl Eugen Hoyos2011-06-163-1/+15
* | ffmpeg: Force 420 with target dvd and svcd.Michael Niedermayer2011-06-161-0/+2
* | mmsh: fix 400 bad requestKirill Zorin2011-06-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-1611-71/+92
|\ \ | |/
| * ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles2011-06-151-11/+13
| * ffmpeg: don't abuse a global for passing framerate from input to outputAnton Khirnov2011-06-151-9/+13
| * ffmpeg: don't abuse a global for passing channels from input to outputAnton Khirnov2011-06-151-6/+9
| * ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov2011-06-154-19/+21
| * ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard2011-06-152-19/+25
| * swscale: use SwsContext for av_log when availableJanne Grunau2011-06-151-4/+4
| * swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled.Diego Biurrun2011-06-152-2/+2
| * swscale: Fix compilation with --disable-mmx2.Diego Biurrun2011-06-152-1/+5
* | mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-161-1/+1
* | Make buffer size check consistent and avoid a possible overflow.Reimar Döffinger2011-06-151-1/+1
* | Fix spelling.Reimar Döffinger2011-06-151-3/+3
* | Full support for sending H.264 in RTPLuca Abeni2011-06-151-3/+29
* | Support reading chan atoms with empty channel descriptions.Andrew Wason2011-06-151-4/+6
* | Reindent after last commit.Carl Eugen Hoyos2011-06-151-2/+2
* | Fix multi-channel AAC encoding.Carl Eugen Hoyos2011-06-152-1/+29
* | Fix "redundant redeclaration" warning.Carl Eugen Hoyos2011-06-151-2/+0
* | Fix compilation with --disable-everything --enable-encoder=ac3/ac3_fixed.Carl Eugen Hoyos2011-06-151-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-1527-998/+2048
|\ \ | |/
| * swscale: remove misplaced comment.Ronald S. Bultje2011-06-141-1/+0
| * ffmpeg: fix streaming to ffserver.Ronald S. Bultje2011-06-141-0/+1
| * swscale: split out RGB48 output functions from yuv2packed[12X]_c().Ronald S. Bultje2011-06-141-88/+235
| * build: move vpath directives to main MakefileMans Rullgard2011-06-142-5/+5
| * swscale: fix JPEG-range YUV scaling artifacts.Michael Niedermayer2011-06-1411-25/+25
| * build: move ALLFFLIBS to a more logical placeMans Rullgard2011-06-142-2/+2
| * ARM: factor some repetitive code into macrosMans Rullgard2011-06-142-174/+69
| * Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-131-12/+16
| * H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-132-65/+84
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-1318-646/+1608
| * ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-133-9/+32
* | vf_mp: Fix large memleak.Michael Niedermayer2011-06-151-1/+1
* | mjpegenc: Fix JFIF versionWilliam Yu2011-06-151-1/+1
* | CrystalHD: Use mp4toannexb bitstream filter.Philip Langdale2011-06-131-11/+37