| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/aviobuf: Add ffio_init_(read|write)_context() | Andreas Rheinhardt | 2023-09-07 | 1 | -3/+2 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+2 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -16/+17 |
* | avformat: move AVStream.{first,cur}_dts to AVStreamInternal | James Almer | 2021-06-09 | 1 | -2/+2 |
* | avformat/rtpdec: Constify RTPDynamicProtocolHandlers | Andreas Rheinhardt | 2021-01-24 | 1 | -1/+1 |
* | lavf/rtpdec: Constify several pointers. | Carl Eugen Hoyos | 2018-02-11 | 1 | -1/+1 |
* | lavf/rtp: replace linked list with array | Josh de Kock | 2018-02-06 | 1 | -8/+1 |
* | Use the new AVIOContext destructor. | Anton Khirnov | 2017-09-01 | 1 | -1/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -4/+4 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -4/+4 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+1 |
* | | lavc/lavf: remove incompatible abi checks for the new 64bit fields | James Almer | 2015-09-17 | 1 | -4/+0 |
* | | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. | Michael Niedermayer | 2015-09-15 | 1 | -0/+4 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit 'b72b212a4c43563f1b9fc3ce9a5ff91f89b857ac' | Michael Niedermayer | 2015-03-05 | 1 | -3/+3 |
|\| |
|
| * | rdt: Use a separate variable to clarify the different value namespaces | Martin Storsjö | 2015-03-05 | 1 | -3/+3 |
* | | Merge commit 'd594dbecce5f3af7f80bbf5bb1b516d740b69ccd' | Michael Niedermayer | 2015-02-25 | 1 | -2/+2 |
|\| |
|
| * | rtpdec: Rename the free method to close | Martin Storsjö | 2015-02-24 | 1 | -2/+2 |
* | | Merge commit '078d43e23a7a3d64aafee8a58b380d3e139b3020' | Michael Niedermayer | 2015-02-25 | 1 | -3/+0 |
|\| |
|
| * | rtpdec: Free depacketizers if the init function failed | Martin Storsjö | 2015-02-24 | 1 | -3/+0 |
* | | Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239' | Michael Niedermayer | 2015-02-25 | 1 | -1/+0 |
|\| |
|
| * | rtpdec: Don't free the payload context in the .free function | Martin Storsjö | 2015-02-24 | 1 | -1/+0 |
* | | Merge commit '78791c086bcaf9eb084c27555b31fea8bbb7624a' | Michael Niedermayer | 2015-02-25 | 1 | -16/+10 |
|\| |
|
| * | rtpdec: Use .init instead of .alloc to set default values | Martin Storsjö | 2015-02-24 | 1 | -14/+7 |
* | | Merge commit 'da7e31a240f276836a0b90ca6c0714181b353cc4' | Michael Niedermayer | 2015-02-17 | 1 | -0/+2 |
|\| |
|
| * | rmdec: Check memory allocations from ff_rm_alloc_rmstream() | Hugo Beauzée-Luyssen | 2015-02-17 | 1 | -0/+2 |
* | | Merge commit '1c77ead1fb14d64e6798fc5e32af04abcb3cebb4' | Michael Niedermayer | 2014-12-06 | 1 | -1/+1 |
|\| |
|
| * | rm: Use the correct codec_data_size signedness | Luca Barbato | 2014-12-04 | 1 | -1/+1 |
* | | avformat/rdt: Forward whitelists to rdt demuxer | Michael Niedermayer | 2014-10-25 | 1 | -6/+16 |
* | | avformat/rdt: fix compiler warning about const qualifier being discarded | Michael Niedermayer | 2014-08-27 | 1 | -1/+1 |
* | | Merge commit '8692e6284f5169257a537c8fc25addf32fc67c87' | Michael Niedermayer | 2014-05-24 | 1 | -2/+6 |
|\| |
|
| * | rdt: check malloc calls | Nidhi Makhijani | 2014-05-24 | 1 | -2/+6 |
* | | 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 |
|\| |
|