789 Commits (7c4c60e520054f04f37a110ecefcc408fb9d5fda)

Author SHA1 Message Date
Michael Niedermayer 2d4eeaadc4 Workaround ffms behavior of returning EAGAIN at EOF. 16 years ago
Michael Niedermayer ad51c68c01 Handle av_read_frame() EAGAIN return. 16 years ago
Baptiste Coudurier 6c7c44ee7a exit with error code if av_encode failed 16 years ago
David Conrad d43b26ea13 Copy width/height for subtitle streams (needed for scodec copy of mov/mp4 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer 528271ff67 Check the return of audio and video encoders. 16 years ago
Michael Niedermayer 95af5e1c81 All negative returns are errors not just -1. 16 years ago
Aurelien Jacobs 094d9df72e free all allocated metadata structures 16 years ago
Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 16 years ago
Michael Niedermayer db4fac64db Change AVSubtitle.rects to an array of pointers so ABI does not break 16 years ago
Stefano Sabatini 22730e8790 Put pass_logfilename_prefix check on a single line, improve readability. 16 years ago
Stefano Sabatini ad16627fa0 Rename variables: 16 years ago
Wolfram Gloger 50e3477f0f Offer an option (disabled by default) to enable the copy of the frames before 16 years ago
Michael Niedermayer 09a76db8e6 Do not skip frames until the first keyframe when stream copying but 16 years ago
Stefano Sabatini 76bdac6dbf Cosmetics: remove empty comments. 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Stefano Sabatini 42d1d06e8f Make more informative the error messages regarding the access to the 16 years ago
Benjamin Larsson 13367a46bc channel layout support for ffmpeg.c 16 years ago
Stefano Sabatini 3a25ca18f3 Make rate_emu a global property rather than to be settable for a 16 years ago
Stefano Sabatini cdd7157bc3 Remove AVInputStream frame variable definition and usage, unnecessary 16 years ago
Stefano Sabatini cb103a194b Make the input realtime framerate emulation code use ist->pts for 16 years ago
Stefano Sabatini e178d7fd0f Make ffmpeg print in the error message the exact line of a preset file 16 years ago
Stefano Sabatini b04665ac02 Make ffmpeg print in the error message the exact line of a preset file 16 years ago
Stefano Sabatini fc5d0db59a Improve error message in case of output file with no streams, dumping 16 years ago
Stefano Sabatini bdb9fd9b7f Improve messages printed when there is no input/output file, making 16 years ago
Stefano Sabatini 7a7da6b42f Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a 16 years ago
Luca Barbato 536cd1db71 Flush SDP description 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Stefano Sabatini 70899705ee Provide more context to the opt_preset() error messages, printing the 16 years ago
Stefano Sabatini b73533176b Make ffmpeg abort if a preset file contains an invalid option or 16 years ago
Stefano Sabatini 9ac1c884a0 Provide more context for the error message issued when no preset file 16 years ago
Ramiro Polla 3ddb448d0a Support absolute DOS paths for preset parameters 16 years ago
Stefano Sabatini a57bf69758 Add preset options documentation strings. 16 years ago
Michael Niedermayer 965530e156 Limit discontinuity handling to containers that allow discontinuities. 16 years ago
Aurelien Jacobs fd2b356a62 cosmetics: indentation 16 years ago
Aurelien Jacobs 6488cf9b09 lookup AVCodec by name 16 years ago
Stefano Sabatini 0093396cff Remove unused and invalid code from ffmpeg.c. 16 years ago
Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
Diego Biurrun c44c4e181f cosmetics: Consistently use #ifdef in preprocessor directives. 16 years ago
Wolfram Gloger 143df82789 set video_enc->sample_aspect_ratio to fix stream copy 16 years ago
Michael Niedermayer 85663ef302 Move opt_default() and set_context_opts() to cmdutils so it can be used from 16 years ago
Stefano Sabatini d2845b758e Implement the force_fps option, which disables the automatic selection 16 years ago
Michael Niedermayer 4e72f129c3 Support loading presets from random paths. 16 years ago
Baptiste Coudurier fb1d2d7be2 include sys/select.h, fix freebsd 5.5 compilation 16 years ago
Michael Niedermayer 8a4f816a6d Support comments in preset files. 16 years ago
Gert Vervoort 46cd15ca31 Fix setting default value of scan_offset option for target svcd. 16 years ago
Baptiste Coudurier f2abc55945 add -xerror option, ffmpeg will now exit right when an error occurs 16 years ago
Baptiste Coudurier 6b682df233 print error when deinterlacing fails 16 years ago
Peter Ross 287ba997b5 Remove further 1sample=2byte assumptions within FFmpeg to allow 16 years ago