summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Revert needless API change in 05e84c95.Reimar Döffinger2011-06-221-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-221-1/+1
|\
| * mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos2011-06-211-0/+4
| * mov: Support R10g codec identifier.ami_stuff2011-06-211-0/+1
| * riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad2011-06-212-0/+2
| * riff: Add DAVC fourcc.ami_stuff2011-06-211-0/+1
| * riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos2011-06-211-0/+4
| * rawvideo: Support auv2 fourcc.ami_stuff2011-06-211-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-212-2/+2
|\ \ | |/
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
| * mov: Fix empty edit detection.Yusuke Nakamura2011-06-191-1/+1
* | Fix bink audio playback outside of FFmpeg.Ivan Kalvachev2011-06-201-1/+3
* | dump_metadata: Fix 0xd in metadataMichael Niedermayer2011-06-201-2/+7
* | avidec: consider non video to contain only keyframes when seeking.Michael Niedermayer2011-06-201-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-191-1/+4
|\ \ | |/
| * lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje2011-06-181-1/+1
| * lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov2011-06-181-0/+3
* | avidec: Ignore unknown stream typesami_stuff2011-06-191-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-1810-126/+311
|\ \ | |/
| * Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-161-2/+2
| * lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-163-15/+80
| * Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-167-120/+87
| * lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-163-1/+153
* | Support DTS in mp4/mov.Carl Eugen Hoyos2011-06-171-0/+3
* | Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'Michael Niedermayer2011-06-172-4/+4
|\ \ | |/
| * rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun2011-06-161-2/+2
| * rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö2011-06-161-2/+2
| * mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-161-1/+1
* | mmsh: fix 400 bad requestKirill Zorin2011-06-161-2/+2
* | mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-161-1/+1
* | Make buffer size check consistent and avoid a possible overflow.Reimar Döffinger2011-06-151-1/+1
* | Fix spelling.Reimar Döffinger2011-06-151-3/+3
* | Full support for sending H.264 in RTPLuca Abeni2011-06-151-3/+29
* | Support reading chan atoms with empty channel descriptions.Andrew Wason2011-06-151-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-141-2/+0
|\ \ | |/
| * utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun2011-06-131-2/+0
| * wav: remove an invalid free().Carl Eugen Hoyos2011-06-131-1/+0
| * lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer2011-06-131-0/+1
| * img2: add .dpx to the list of supported file extensions.Peter Ross2011-06-131-1/+1
* | matroskadec: properly decode color space in an endian neutral wayAurelien Jacobs2011-06-141-3/+4
* | matroskadec: use a temporary fourcc variableAurelien Jacobs2011-06-141-5/+7
* | matroskaenc: ensure the written colorspace don't depend on host endiannessAurelien Jacobs2011-06-141-2/+4
* | replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs2011-06-135-13/+13
* | matroskaenc: write colourspace element for rawvideo tracksAurelien Jacobs2011-06-131-0/+3
* | nsv: simplify probe functionAurelien Jacobs2011-06-131-16/+10
* | nsv: return error code instead of discarding it in read_header()Aurelien Jacobs2011-06-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-1120-98/+112
|\ \ | |/
| * Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-107-85/+36
| * adts: Adjust frame size mask to follow the specification.Kieran Kunhya2011-06-101-1/+1
| * movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-103-1/+4
OpenPOWER on IntegriCloud