28564 Commits (6f2309ed2e0c5c02ab417f3f0acad23e86411079)
 

Author SHA1 Message Date
Aurelien Jacobs 2501d2f386 matroskaenc: add missing new line in av_log() call 14 years ago
Baptiste Coudurier 14cf9e698d dnxhdenc: add AVClass in private context. 14 years ago
Baptiste Coudurier 304e983dc7 movenc: fix yuv range in avid atoms used by dnxhd. 14 years ago
Alex Converse 7fe3207e25 movenc: fix adpcm mono muxing. 14 years ago
Baptiste Coudurier 6ae38aa3ce mpegts: do not output known sized packet if an unbounded packet is already queued. 14 years ago
Stefano Sabatini 9c3f5ef663 ffprobe: tweak error message in open_input_file() 14 years ago
Peter Ross c7d22c5d67 patcheck: warn about assert usage 14 years ago
Stefano Sabatini 92fe258756 configure: sort filter deps entries 14 years ago
Diego Biurrun 0a6b1a9f21 Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
Diego Biurrun be89845708 jfdct: Replace sized int_fast integer types with plain int/unsigned. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Thierry Foucu 45faf7fcd3 nsv: Fix misdetection of MP3 files as NSV. 14 years ago
Clément Bœsch b3bbc6fdc5 oggdec: use explicit AVInputFormat struct initializers 14 years ago
Clément Bœsch f95257d27c oggdec: simplify ogg_probe 14 years ago
Ronald S. Bultje c8f487deae swscale: fix YUV420P 9/10bit support. 14 years ago
Jason Garrett-Glaser 5705b02079 10-bit H.264 x86 chroma v loopfilter asm 14 years ago
Baptiste Coudurier 9aa91043f3 Port SMPTE S302M audio decoder from FFmbc 0.3. 14 years ago
Anatoly Nenashev b44c8ad280 Fix crash of interlaced MPEG2 decoding 14 years ago
Ronald S. Bultje d2bf42895a h264pred: fix one more aliasing violation. 14 years ago
Anton Khirnov 36dc49b713 doc/APIchanges: fill in missing hashes and dates. 14 years ago
Anton Khirnov 880fa21830 flacenc: use proper initializers for AVOption default values. 14 years ago
Anton Khirnov c9e81d0783 lavc: deprecate named constants for deprecated antialias_algo. 14 years ago
Reinhard Tartler 083e715f33 aac: workaround for compilation on cygwin 14 years ago
Baptiste Coudurier 5c511ad4ce swscale: extend YUV422p support to 10bits depth 14 years ago
Stefano Sabatini b437f5b055 tiff: add support for inverted FillOrder for uncompressed data 14 years ago
Diego Biurrun bea705752d Remove unused softfloat implementation. 14 years ago
Ronald S. Bultje 2caf19e90f h264pred: fix aliasing violations. 14 years ago
Diego Biurrun e1e0ca70eb rotozoom: Eliminate French variable name. 14 years ago
Diego Biurrun cbb0930f0e rotozoom: Check return value of fread(). 14 years ago
Diego Biurrun 771339ca20 rotozoom: Return an error value instead of calling exit(). 14 years ago
Diego Biurrun 2131e8590c rotozoom: Make init_demo() return int and check for errors on invocation. 14 years ago
Diego Biurrun 5a37c12c82 rotozoom: Drop silly UINT8 typedef. 14 years ago
Diego Biurrun e9c10459a3 rotozoom: Drop some unnecessary parentheses. 14 years ago
Diego Biurrun f628559d9a rotozoom: K&R coding style cosmetics 14 years ago
Martin Storsjö 0b4949b518 rtsp: Only do keepalive using GET_PARAMETER if the server supports it 14 years ago
Stefano Sabatini 3fd62c6e24 ffmpeg: call pre_process_video_frame() only if decoding is needed 14 years ago
Stefano Sabatini 2b95602e93 ffmpeg: reformat resample condition code in transcode() 14 years ago
Stefano Sabatini 9aa797cd28 ffmpeg: factorize resampling condition check in do_video_out() 14 years ago
Stefano Sabatini c29c2eea8f ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet 14 years ago
Stefano Sabatini 2ecc5b70fb ffmpeg: improve reporting if size/pixel format changes 14 years ago
Stefano Sabatini b568d6d94b ffmpeg: warns the user when the selected pixel format is ignored 14 years ago
Benjamin Larsson 91199cfe55 ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". 14 years ago
Alex Converse ffc437c026 cosmetics: Fix crazy formatting in resample. 14 years ago
Alex Converse 3e00ababc4 Allow resampling with no channel count change for up to 8 channels. 14 years ago
Alex Converse 918a540953 Don't allow unsupported resampling configurations. 14 years ago
Jason Garrett-Glaser 9f3d6ca4f1 Port x86 10-bit H.264 deblock asm from x264 14 years ago
Jason Garrett-Glaser 8ad77b65b5 Update x86 H.264 deblock asm 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Ronald S. Bultje b27b54de31 arm/h264pred: add missing argument type. 14 years ago
Ronald S. Bultje 86b29553f8 h264dsp_mmx: place bracket outside #if/#endif block. 14 years ago