summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-18
|\
| * Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-16
| * lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-16
| * Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
| * lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-16
* | Support DTS in mp4/mov.Carl Eugen Hoyos2011-06-17
* | Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'Michael Niedermayer2011-06-17
|\|
| * rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun2011-06-16
| * rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö2011-06-16
| * mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-16
* | mmsh: fix 400 bad requestKirill Zorin2011-06-16
* | mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-16
* | Make buffer size check consistent and avoid a possible overflow.Reimar Döffinger2011-06-15
* | Fix spelling.Reimar Döffinger2011-06-15
* | Full support for sending H.264 in RTPLuca Abeni2011-06-15
* | Support reading chan atoms with empty channel descriptions.Andrew Wason2011-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-14
|\|
| * utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun2011-06-13
| * wav: remove an invalid free().Carl Eugen Hoyos2011-06-13
| * lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer2011-06-13
| * img2: add .dpx to the list of supported file extensions.Peter Ross2011-06-13
* | matroskadec: properly decode color space in an endian neutral wayAurelien Jacobs2011-06-14
* | matroskadec: use a temporary fourcc variableAurelien Jacobs2011-06-14
* | matroskaenc: ensure the written colorspace don't depend on host endiannessAurelien Jacobs2011-06-14
* | replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs2011-06-13
* | matroskaenc: write colourspace element for rawvideo tracksAurelien Jacobs2011-06-13
* | nsv: simplify probe functionAurelien Jacobs2011-06-13
* | nsv: return error code instead of discarding it in read_header()Aurelien Jacobs2011-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-11
|\|
| * Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
| * adts: Adjust frame size mask to follow the specification.Kieran Kunhya2011-06-10
| * movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-10
| * movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö2011-06-10
| * rtspenc: Add RTP muxer optionsMartin Storsjö2011-06-10
| * rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-06-10
| * rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö2011-06-10
| * rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö2011-06-10
| * sdp: Reindent after the previous commitMartin Storsjö2011-06-10
| * rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-10
| * sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-10
| * mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura2011-06-10
* | Extract rotation in MOV metadataDave Badia2011-06-10
* | lavf: bump minor after the addition of fps_probe_size to AVFormatContextStefano Sabatini2011-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-10
|\|
| * lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini2011-06-09
| * matroskadec: set timestamps for RealAudio packets.Reimar Döffinger2011-06-09
| * movdec: Add support for the 'wfex' atom.Alex Converse2011-06-09
| * riff: Fix potential memleak.Alex Converse2011-06-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * crypto: Use av_freep instead of av_freeEtienne Buira2011-06-08