30462 Commits (c96f3750c22ef1576a46140f3101e3585041f41f)
 

Author SHA1 Message Date
Piotr Kaczuba c96f3750c2 postprocess: Remove test for impossible condition (was: Re: postprocess.c: replace check for p==NULL with *p==0) 14 years ago
Clément Bœsch b443447536 Fix various uninitialized variable warnings 14 years ago
Reimar Döffinger 58fd70b04d Port remove of get_sws_cpuflags from MPlayer's libmpcodecs. 14 years ago
Reimar Döffinger 3c194f390f Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails. 14 years ago
Reimar Döffinger 3379531c40 Port recent changes to MPlayer libmpcodecs. 14 years ago
Reimar Döffinger 2a30df09fd Replace non-existent HAVE_SSE2 with HAVE_SSE. 14 years ago
Michael Niedermayer cd8cb54990 Merge remote-tracking branch 'qatar/master' 14 years ago
Reimar Döffinger 06a9da7365 Simplify code and avoid compiler warning about incompatible types. 14 years ago
Reimar Döffinger bf19c87101 Fix type of out[] variable, it should not be const. 14 years ago
Mans Rullgard 8e112df409 ARM: ac3dsp: optimised update_bap_counts() 14 years ago
Diego Biurrun bde2c1c7fe mpegaudiodec: Fix av_dlog() invocation. 14 years ago
Stefano Sabatini eb5a3ab7b0 swscale: fix compilation of bfin due to missing pixdesc.h header 14 years ago
Stefano Sabatini adf9415598 lavf: tag dump_format() as @deprecated 14 years ago
Stefano Sabatini 1f95fb5813 yuv4mpeg: complain and exit if a non-rawvideo stream is selected 14 years ago
Stefano Sabatini ac41f3b036 ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formats 14 years ago
Stefano Sabatini ca858ab77d doc/examples: give meaningful names to the example files 14 years ago
Daniel Kang f3aa65af3a h264/10bit: add HAVE_ALIGNED_STACK checks. 14 years ago
Michael Niedermayer 201549d1a9 swscale: More accurate rounding in YSCALE_YUV_2_PACKEDX_FULL_C() 14 years ago
Michael Niedermayer f6a8ce98a7 Merge remote-tracking branch 'qatar/master' 14 years ago
Daniel Kang 348493db60 Update 8-bit H.264 IDCT function names to reflect bit-depth. 14 years ago
Daniel Kang 836f47d34b Add IDCT functions for 10-bit H.264. 14 years ago
Diego Biurrun 7e985c9e35 mpegaudioenc: Fix broken av_dlog statement. 14 years ago
Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 14 years ago
Mans Rullgard c51695dbf6 ARM: fix MUL64 inline asm for pre-armv6 14 years ago
James Zern 0abbd3adb6 doc: add libvpx encoder section 14 years ago
Diego Biurrun 5ac4952a58 vf_drawtext: Replace FFmpeg by Libav in license boilerplate. 14 years ago
Mans Rullgard fdf18e33bb mpegaudiodec: remove unusued code and variables 14 years ago
Piotr Kaczuba 84fb4e9df7 postprocess.c: filter name needs to be double 0 terminated 14 years ago
Gil Pedersen c16919487e improved 'edts' atom writing support 14 years ago
Mans Rullgard 6f1ec38ce2 mpegaudio: clean up compute_antialias() definition 14 years ago
Ronald S. Bultje 9ebcf7699b vp8: fix segmentation race during frame-threading. 14 years ago
Reimar Döffinger a52f598d63 Port libmpcodec fixes from MPlayer. 14 years ago
Alexander Strange a54dceb26a Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Michael Niedermayer 40c29d42cf Merge remote-tracking branch 'qatar/master' 14 years ago
Diego Biurrun f635a233e3 swscale: Remove unused variable. 14 years ago
Mans Rullgard 6bb70dfd74 ARM: simplify inline asm with 64-bit operands 14 years ago
Reimar Döffinger 3d0424f2ff Add "const" to avoid "initialization discards qualifiers" warning. 14 years ago
Reimar Döffinger 70564983c5 Add const to fix "cast discards qualifiers" warnings. 14 years ago
Reimar Döffinger b7b62c3a53 Include pixdesc.h for av_get_pix_fmt_name. 14 years ago
Tomas Härdin f86d260df3 wav: Don't avio_seek() if we know we'll run into EOF 14 years ago
Stefano Sabatini c328122a8d api-example: uppercase first letter in "copyright" 14 years ago
Stefano Sabatini f501c74d99 output-example: create @file doxy from text in the copyright header 14 years ago
Stefano Sabatini 9362b50941 examples: move API examples to a dedicated dir in doc 14 years ago
Stefano Sabatini f712f6c8a4 ffmpeg: simplify opt_*_codec() options 14 years ago
Stefano Sabatini 7533a727f9 v4l2: rewrite code iterating the supported standards 14 years ago
Stefano Sabatini 2d48515eb7 v4l2: perform minor style fixes 14 years ago
Stefano Sabatini 7b017086d4 v4l2: replace memset() with explicit struct initialization 14 years ago
Stefano Sabatini 50fee0fc8b rawdec: fail in case of unknow pixel format 14 years ago
Stefano Sabatini e1197b9e17 swscale: remove sws_format_name() 14 years ago
Michael Niedermayer 2c10ee2358 error.c: fix compile flags 14 years ago