summaryrefslogtreecommitdiff
path: root/libavformat/rdt.c
Commit message (Expand)AuthorAge
* Merge commit '8692e6284f5169257a537c8fc25addf32fc67c87'Michael Niedermayer2014-05-24
|\
| * rdt: check malloc callsNidhi Makhijani2014-05-24
* | Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'Michael Niedermayer2013-10-29
|\|
| * lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov2013-10-28
* | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer2013-09-27
|\|
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-19
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* | rdt: make const tables static constMichael Niedermayer2013-08-05
* | Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer2013-05-01
|\|
| * avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* | Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer2012-12-21
|\|
| * rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* | rmdec: pass mime type to ff_rm_read_mdpr_codecdata()Michael Niedermayer2012-08-21
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\|
| * rdt: remove workaround for infinite loop with aacJustin Ruggles2012-03-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-12
|\|
| * Fix a bunch of common typos.Diego Biurrun2011-12-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-08
|\|
| * rdt: Check the return value of avformat_openMartin Storsjö2011-11-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-18
|\|
| * Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-11
* Remove final semicolon from some macrosMans Rullgard2011-02-10
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-01
* get rid of MAX_STREAMS limit in RDTAurelien Jacobs2010-08-09
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-02
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove dead initialization.Ronald S. Bultje2010-04-02
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
* handler can be NULL if we did not support this dynamic format (codec).Ronald S. Bultje2010-01-07