aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-055-30/+50
|\
| * tty: factorise returning error codes.Anton Khirnov2011-06-041-11/+12
| * 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
* | udp: support old, crappy non pthread modeMichael Niedermayer2011-06-041-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-048-20/+24
|\|
| * 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
* | oggdec: fix Ticket185Michael Niedermayer2011-06-031-0/+2
* | udp: fix indentionJULIAN GARDNER2011-06-031-1/+1
* | wav: update size check for ds64Michael Niedermayer2011-06-031-1/+1
* | wav: fix skip size at end of ds64 chunkPhilip de Nier2011-06-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-0321-126/+84
|\|
| * 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
* | Fix various uninitialized variable warningsClément Bœsch2011-06-022-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-023-29/+36
|\|
| * Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-313-34/+41
* | Simplify code and avoid compiler warning about incompatible types.Reimar Döffinger2011-06-011-5/+5
* | lavf: tag dump_format() as @deprecatedStefano Sabatini2011-06-011-0/+3
* | yuv4mpeg: complain and exit if a non-rawvideo stream is selectedStefano Sabatini2011-06-011-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-011-10/+39
|\|
| * improved 'edts' atom writing supportGil Pedersen2011-05-311-10/+39
* | wav: Don't avio_seek() if we know we'll run into EOFTomas Härdin2011-05-301-13/+16
* | examples: move API examples to a dedicated dir in docStefano Sabatini2011-05-302-539/+0
* | TCP: change default timeout to 5secMichael Niedermayer2011-05-301-1/+1
* | Revert "Timeout TCP open() after 5 seconds."Michael Niedermayer2011-05-301-7/+0
* | Fix various unused variable warningsClément Bœsch2011-05-3016-29/+25
* | Fix various bad printf format warningsClément Bœsch2011-05-303-11/+11
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-294-13/+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
* | iff: remove duplicated file descriptionStefano Sabatini2011-05-281-1/+0
* | Export PCR pidKieran Kunhya2011-05-282-0/+13
* | Export more transport stream information.Kieran Kunhya2011-05-282-1/+15
* | Output MPEG-TS stream identifiers.Kieran Kunhya2011-05-282-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-2721-129/+189
|\|
| * 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