| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -1/+0 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -6/+6 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -6/+6 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
* | | Merge commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43' | Michael Niedermayer | 2013-05-06 | 1 | -1/+2 |
|\| |
|
| * | avformat: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-05 | 1 | -1/+2 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -7/+10 |
|\| |
|
| * | G.723.1 demuxer and decoder | Mohamed Naufal Basheer | 2012-07-22 | 1 | -0/+85 |
* | Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725' | Michael Niedermayer | 2012-05-30 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
* | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -6/+4 |
* | lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). | Clément Bœsch | 2011-12-03 | 1 | -1/+2 |
* | Rename remaining url_ftell to avio_tell. | Clément Bœsch | 2011-11-14 | 1 | -1/+1 |
* | Rename remaining get_byte to avio_r8. | Clément Bœsch | 2011-11-14 | 1 | -1/+1 |
* | Rename remaining get_buffer to avio_read. | Clément Bœsch | 2011-11-14 | 1 | -1/+1 |
* | Replace remaining av_new_stream() with avformat_new_stream(). | Clément Bœsch | 2011-11-05 | 1 | -1/+1 |
* | g723.1: use raw muxer | Mohamed Naufal | 2011-10-13 | 1 | -21/+0 |
* | g723.1 muxer | Mohamed Naufal | 2011-10-10 | 1 | -0/+21 |
* | g723_1_demuxer: rco is also a commonly used extension. | Michael Niedermayer | 2011-09-30 | 1 | -1/+1 |
* | Add the G723.1 demuxer and decoder | Mohamed Naufal Basheer | 2011-09-29 | 1 | -0/+83 |