| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/oggenc: Fix return code in case of flushing | Michael Niedermayer | 2015-06-09 | 1 | -1/+1 |
* | avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment() | Michael Niedermayer | 2015-05-11 | 1 | -2/+4 |
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -3/+3 |
|\ |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -3/+3 |
* | | avformat/oggenc: Simplify by using OFFSET and PARAM | Michael Niedermayer | 2015-02-01 | 1 | -1/+1 |
* | | Merge commit 'f726fc21ef76a8ba3445448066f7b2a687fbca16' | Michael Niedermayer | 2015-02-01 | 1 | -1/+4 |
|\| |
|
| * | ogg: Provide an option to offset the serial number | Luca Barbato | 2015-02-01 | 1 | -1/+4 |
* | | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head... | Michael Niedermayer | 2014-12-14 | 1 | -1/+1 |
* | | lavf/oggenc: use meaningful error codes | Lukasz Marek | 2014-12-03 | 1 | -5/+5 |
* | | Merge commit 'e839de0f851535b5e19256b52f9865f0cb768a7c' | Michael Niedermayer | 2014-11-06 | 1 | -5/+3 |
|\| |
|
| * | oggenc: accept only STREAMINFO extradata | Anton Khirnov | 2014-11-06 | 1 | -5/+3 |
| * | oggenc: remove unneeded null check | Michael Niedermayer | 2014-10-29 | 1 | -1/+1 |
* | | Merge commit 'eabdc2a830f1ab1a3f12243eb7e2fba801cb81f0' | Michael Niedermayer | 2014-10-14 | 1 | -1/+4 |
|\| |
|
| * | lavf: use initial_padding instead of deprecated delay | Anton Khirnov | 2014-10-13 | 1 | -1/+4 |
* | | Merge commit 'f9f34cb9983ec6f4ef119c34b726d3b39c143110' | Michael Niedermayer | 2014-08-23 | 1 | -28/+12 |
|\| |
|
| * | ogg: Use separate classes for the aliases | Luca Barbato | 2014-08-23 | 1 | -9/+13 |
* | | Merge commit '051aadeed104ecbe8ee4850ec2d7e5394f5e1ccd' | Michael Niedermayer | 2014-08-22 | 1 | -18/+16 |
|\| |
|
| * | ogg: Provide aliases for Speex, Opus and audio-only ogg | Luca Barbato | 2014-08-22 | 1 | -1/+52 |
* | | Merge commit '194be1f43ea391eb986732707435176e579265aa' | Michael Niedermayer | 2014-06-18 | 1 | -2/+2 |
|\| |
|
| * | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -2/+1 |
| * | oggenc: Set the right AVOption size for the pref_duration option | Martin Storsjö | 2014-06-06 | 1 | -1/+1 |
* | | Merge commit '95b7fa1729b93bbb3f4fb85a5c0cb53cf970c3c7' | Michael Niedermayer | 2014-06-04 | 1 | -2/+19 |
|\| |
|
| * | oggenc: Support flushing the muxer | Martin Storsjö | 2014-06-04 | 1 | -2/+19 |
| * | oggenc: Fix the EOS flag | Michael Niedermayer | 2014-05-28 | 1 | -2/+2 |
* | | Merge commit 'efcde917af407a6031ecff68edd51fce7b83d104' | Michael Niedermayer | 2014-05-28 | 1 | -3/+2 |
|\| |
|
| * | vorbiscomment: simplify API by using av_dict_count() | Anton Khirnov | 2014-05-28 | 1 | -3/+2 |
* | | avformat/oggenc: fix EOS flag | Michael Niedermayer | 2014-05-28 | 1 | -2/+2 |
* | | Merge commit '9767d7c092c890ecc5953452e8a951fd902dd67b' | Michael Niedermayer | 2014-05-28 | 1 | -0/+2 |
|\| |
|
| * | oggenc: Flush after writing headers | Andrew Kelley | 2014-05-27 | 1 | -0/+2 |
* | | Merge commit '1d3eb0b5735f6dd72d2bf648455cf06ac7c24bc1' | Michael Niedermayer | 2014-05-28 | 1 | -22/+22 |
|\| |
|
| * | oggenc: Move ogg_write_pages up above ogg_write_header | Andrew Kelley | 2014-05-27 | 1 | -22/+22 |
* | | Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52' | Michael Niedermayer | 2014-05-15 | 1 | -5/+5 |
|\| |
|
| * | lavf: add AVFMT_FLAG_BITEXACT. | Anton Khirnov | 2014-05-15 | 1 | -5/+5 |
* | | oggenc: check return value of av_mallocz() | James Almer | 2014-04-04 | 1 | -0/+3 |
* | | Add an .oga muxer. | Carl Eugen Hoyos | 2014-03-25 | 1 | -0/+24 |
* | | Merge commit 'b0c2c097e422b9e10a7d856582f8321d28af821e' | Michael Niedermayer | 2014-02-09 | 1 | -1/+2 |
|\| |
|
| * | lavf: default .ogg audio to libvorbis if we can | Andrew Kelley | 2014-02-09 | 1 | -1/+2 |
* | | Add an Opus and a Speex muxer. | Carl Eugen Hoyos | 2013-12-01 | 1 | -9/+65 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | | avformat: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | oggenc: Write stream metadata if available | James Almer | 2013-07-28 | 1 | -4/+6 |
* | | Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be' | Michael Niedermayer | 2013-04-26 | 1 | -0/+1 |
|\| |
|
| * | lavf: introduce AVFMT_TS_NEGATIVE | Luca Barbato | 2013-04-25 | 1 | -0/+1 |
* | | oggenc: Fix pref_duration AVOption type | Michael Niedermayer | 2013-04-13 | 1 | -1/+1 |
* | | oggenc: fix "oggstream may be used uninitialized in this function" warning | Michael Niedermayer | 2013-01-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-09 | 1 | -7/+42 |
|\| |
|
| * | oggenc: add a page_duration option and deprecate the pagesize option | Justin Ruggles | 2013-01-08 | 1 | -7/+42 |
* | | oggenc: remove unneeded null check. | Michael Niedermayer | 2012-11-05 | 1 | -1/+1 |
* | | libavformat/oggenc: add {} to complex ifs | Michael Niedermayer | 2012-10-21 | 1 | -2/+2 |