| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\ |
|
| * | lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share... | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9' | Michael Niedermayer | 2013-09-27 | 1 | -1/+3 |
|\| |
|
| * | lavf: Reset the entry count and allocation size variables on av_reallocp fail... | Martin Storsjö | 2013-09-26 | 1 | -1/+3 |
* | | Merge commit '5626f994f273af80fb100d4743b963304de9e05c' | Michael Niedermayer | 2013-09-19 | 1 | -7/+6 |
|\| |
|
| * | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -7/+6 |
* | | rdt: make const tables static const | Michael Niedermayer | 2013-08-05 | 1 | -1/+1 |
* | | Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff' | Michael Niedermayer | 2013-05-01 | 1 | -5/+5 |
|\| |
|
| * | avformat: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -5/+5 |
* | | Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59' | Michael Niedermayer | 2012-12-21 | 1 | -3/+3 |
|\| |
|
| * | rtpdec: Pass the sequence number to depacketizers | Martin Storsjö | 2012-12-21 | 1 | -3/+3 |
* | | rmdec: pass mime type to ff_rm_read_mdpr_codecdata() | Michael Niedermayer | 2012-08-21 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -3/+0 |
|\| |
|
| * | rdt: remove workaround for infinite loop with aac | Justin Ruggles | 2012-03-05 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -1/+1 |
|\| |
|
| * | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\| |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-08 | 1 | -1/+5 |
|\| |
|
| * | rdt: Check the return value of avformat_open | Martin Storsjö | 2011-11-07 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+2 |
|\| |
|
| * | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-18 | 1 | -2/+2 |
|\| |
|
| * | Deprecate av_open_input_* and remove their uses. | Anton Khirnov | 2011-06-16 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -2/+2 |
|\| |
|
| * | rtp: Rename the open/close functions to alloc/free | Martin Storsjö | 2011-04-24 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -6/+6 |
* | avio: rename av_alloc_put_byte -> avio_alloc_context for consistency | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -2/+3 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | rtsp/rdt: Assign the RTSPStream index to AVStream->id | Martin Storsjö | 2011-02-11 | 1 | -9/+3 |
* | Remove final semicolon from some macros | Mans Rullgard | 2011-02-10 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer | Martin Storsjö | 2010-10-01 | 1 | -1/+2 |
* | get rid of MAX_STREAMS limit in RDT | Aurelien Jacobs | 2010-08-09 | 1 | -4/+18 |
* | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun | 2010-07-02 | 1 | -6/+6 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Remove dead initialization. | Ronald S. Bultje | 2010-04-02 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | Add a lowercase parameter to ff_data_to_hex | Martin Storsjö | 2010-03-25 | 1 | -2/+1 |
* | handler can be NULL if we did not support this dynamic format (codec). | Ronald S. Bultje | 2010-01-07 | 1 | -1/+1 |
* | Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function | Ronald S. Bultje | 2009-07-30 | 1 | -1/+1 |
* | Use named initializers and use new/free_context() instead of extradata() | Colin McQuillan | 2009-07-27 | 1 | -9/+9 |