summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rawdec: add framerate private option.Anton Khirnov2011-06-043-19/+35
* Add missing #includes to make headers self-contained.Diego Biurrun2011-06-041-0/+3
* mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun2011-06-032-9/+10
* Mark some variables with av_unusedMans Rullgard2011-06-035-9/+13
* rawdec: initialize return value to 0.Anton Khirnov2011-06-031-1/+1
* rawdec: don't leak option strings.Anton Khirnov2011-06-031-1/+0
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-033-8/+1
* Replace custom debug output functions by av_dlog().Diego Biurrun2011-06-031-58/+46
* Remove stray extra arguments from av_dlog() invocations.Diego Biurrun2011-06-024-9/+7
* oma: check avio_read() return valueMans Rullgard2011-06-021-0/+2
* nutdec: remove unused variableMans Rullgard2011-06-021-3/+1
* Remove unused variablesMans Rullgard2011-06-0217-54/+34
* Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-313-34/+41
* improved 'edts' atom writing supportGil Pedersen2011-05-311-10/+39
* webm: support stereo videos in matroska/webm muxerAlok Ahuja2011-05-282-1/+38
* lavf: deprecate AVFormatParameters.pix_fmt.Anton Khirnov2011-05-271-3/+1
* rawdec: add a pixel_format private option.Anton Khirnov2011-05-272-10/+20
* movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-275-3/+24
* movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-272-0/+19
* tcp: make connect() timeout properlyLuca Barbato2011-05-271-8/+17
* rawdec: factor video demuxer definitions into a macro.Anton Khirnov2011-05-2710-105/+22
* rtspdec: add initial_pause private option.Anton Khirnov2011-05-273-3/+30
* lavf: deprecate AVFormatParameters.width/height.Anton Khirnov2011-05-271-2/+2
* tty: add video_size private option.Anton Khirnov2011-05-271-2/+23
* rawdec: add video_size private option.Anton Khirnov2011-05-273-4/+45
* id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse2011-05-261-1/+6
* id3v2: Initialize tflags for version 2.2.Alex Converse2011-05-261-1/+1
* lavf: initialize demuxer private options.Anton Khirnov2011-05-261-0/+4
* Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-261-1/+2
* avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-254-2/+10
* rtmp: ReindentMartin Storsjö2011-05-251-3/+3
* rtmp: Don't try to do av_malloc(0)Martin Storsjö2011-05-252-1/+3
* tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov2011-05-251-3/+21
* Fix end time of last chapter in compute_chapters_endJohn Stebbins2011-05-251-1/+1
* lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-251-1/+1
* lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-251-1/+1
* lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-252-2/+6
* rawdec: add sample_rate/channels private options.Anton Khirnov2011-05-253-6/+42
* lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov2011-05-252-3/+3
* mpegts: add compute_pcr option.Anton Khirnov2011-05-253-4/+28
* lavf: add priv_class field to AVInputFormat.Anton Khirnov2011-05-251-0/+2
* rtsp: use strtoul to parse rtptime and seq values.Ilya2011-05-241-2/+2
* ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos2011-05-241-3/+3
* multiple inclusion guard cleanupDiego Biurrun2011-05-216-7/+13
* avio: document buffer must created with av_malloc() and friendsCan Wu2011-05-211-0/+1
* avio: check AVIOContext malloc failureCan Wu2011-05-211-0/+2
* mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö2011-05-201-0/+1
* Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun2011-05-191-2/+1
* asfdec: add missing #include for av_bswap32()Mans Rullgard2011-05-191-0/+1
* lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-05-171-1/+0
OpenPOWER on IntegriCloud