Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-06-07Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun
2011-06-07Replace some printf instances in debug code by av_log.Diego Biurrun
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-06-06flvenc: propagate error properlyLuca Barbato
2011-06-06lavf: deprecate AVFormatParameters.time_base.Anton Khirnov
2011-06-06img2: add framerate private option.Anton Khirnov
2011-06-06img2: add video_size private option.Anton Khirnov
2011-06-06img2: add pixel_format private option.Anton Khirnov
2011-06-06tty: add framerate private option.Anton Khirnov
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04tty: factorise returning error codes.Anton Khirnov
2011-06-04rawdec: add framerate private option.Anton Khirnov
2011-06-04Add missing #includes to make headers self-contained.Diego Biurrun
2011-06-03mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-06-03rawdec: initialize return value to 0.Anton Khirnov
2011-06-03rawdec: don't leak option strings.Anton Khirnov
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03Replace custom debug output functions by av_dlog().Diego Biurrun
2011-06-03Remove stray extra arguments from av_dlog() invocations.Diego Biurrun
2011-06-02oma: check avio_read() return valueMans Rullgard
2011-06-02nutdec: remove unused variableMans Rullgard
2011-06-02Remove unused variablesMans Rullgard
2011-06-01Employ correct printf format specifiers, mostly in debug output.Diego Biurrun
2011-05-31improved 'edts' atom writing supportGil Pedersen
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja
2011-05-28lavf: deprecate AVFormatParameters.pix_fmt.Anton Khirnov
2011-05-28rawdec: add a pixel_format private option.Anton Khirnov
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
2011-05-27movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
2011-05-27tcp: make connect() timeout properlyLuca Barbato
2011-05-27rawdec: factor video demuxer definitions into a macro.Anton Khirnov
2011-05-27rtspdec: add initial_pause private option.Anton Khirnov
2011-05-27lavf: deprecate AVFormatParameters.width/height.Anton Khirnov
2011-05-27tty: add video_size private option.Anton Khirnov
2011-05-27rawdec: add video_size private option.Anton Khirnov
2011-05-27id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse
2011-05-27id3v2: Initialize tflags for version 2.2.Alex Converse
2011-05-26lavf: initialize demuxer private options.Anton Khirnov
2011-05-26Mark parameterless function declarations as 'void'.Diego Biurrun
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse
2011-05-25rtmp: ReindentMartin Storsjö
2011-05-25rtmp: Don't try to do av_malloc(0)Martin Storsjö
2011-05-25tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov
2011-05-25Fix end time of last chapter in compute_chapters_endJohn Stebbins
2011-05-25lavf: deprecate AVFormatParameters.channel.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov
2011-05-25rawdec: add sample_rate/channels private options.Anton Khirnov