| Commit message (Expand) | Author | Age | Files | Lines |
* | ftp: fix using uninitialized value | Lukasz Marek | 2013-06-04 | 1 | -3/+2 |
* | lavf/aacdec: add support for reading ape tags | Paul B Mahol | 2013-06-03 | 2 | -2/+8 |
* | tta: add support for reading ape tags | Paul B Mahol | 2013-06-03 | 2 | -1/+6 |
* | tta: return meaningful error codrs | Paul B Mahol | 2013-06-03 | 1 | -3/+3 |
* | avformat/network: check the return value from setsockopt() | Michael Niedermayer | 2013-06-03 | 1 | -1/+3 |
* | matroskadec: fix memleak of pkt_data | Michael Niedermayer | 2013-06-03 | 1 | -1/+2 |
* | matroskadec: favor av_freep() | Michael Niedermayer | 2013-06-03 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-03 | 1 | -1/+1 |
|\ |
|
| * | movenc: Change the track struct name to match the typedef | Martin Storsjö | 2013-06-03 | 1 | -1/+1 |
* | | Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c' | Michael Niedermayer | 2013-06-03 | 1 | -3/+3 |
|\| |
|
| * | Go2Webinar decoder | Kostya Shishkov | 2013-06-03 | 1 | -0/+3 |
* | | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' | Michael Niedermayer | 2013-06-03 | 1 | -27/+0 |
|\| |
|
| * | nsvdec: Remove commented-out debug cruft | Diego Biurrun | 2013-06-02 | 1 | -27/+0 |
* | | use Kostyas full name in copyrights | Michael Niedermayer | 2013-06-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-02 | 3 | -47/+58 |
|\| |
|
| * | network: factor out connect-listening code | Luca Barbato | 2013-06-01 | 3 | -45/+56 |
* | | Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f' | Michael Niedermayer | 2013-06-02 | 7 | -31/+43 |
|\| |
|
| * | network: factor out bind-listening code | Luca Barbato | 2013-06-01 | 3 | -27/+39 |
| * | use my full first name instead of short one in copyrights | Kostya Shishkov | 2013-06-01 | 4 | -4/+4 |
* | | lavf/webvttdec: factorize identifier and settings side data code. | Clément Bœsch | 2013-06-01 | 1 | -21/+13 |
* | | lavf/webvttdec: save cue id and settings as side data | Matthew Heaney | 2013-06-01 | 1 | -11/+42 |
* | | lavf/allformats: align nit for tee muxer. | Clément Bœsch | 2013-06-01 | 1 | -1/+1 |
* | | lavf/tta: check header and seek table checksum | James Almer | 2013-05-31 | 1 | -3/+21 |
* | | ftp: enhanced error handling | Lukasz Marek | 2013-05-31 | 1 | -15/+15 |
* | | ftp: reconnect on seek | Lukasz Marek | 2013-05-31 | 1 | -56/+48 |
* | | ftp: move common commands code to function | Lukasz Marek | 2013-05-31 | 1 | -67/+38 |
* | | ftp: enhanced status code handling | Lukasz Marek | 2013-05-31 | 1 | -73/+141 |
* | | ftp: reconnect on read | Lukasz Marek | 2013-05-31 | 1 | -52/+73 |
* | | ftp: move create control connection to function | Lukasz Marek | 2013-05-31 | 1 | -48/+68 |
* | | ftp: credentials moved into FTPContext | Lukasz Marek | 2013-05-31 | 1 | -38/+27 |
* | | ftp: rename function name | Lukasz Marek | 2013-05-31 | 1 | -4/+4 |
* | | ftp: formatting and typos fixes | Lukasz Marek | 2013-05-31 | 1 | -16/+17 |
* | | lavf/id3v2enc: fix cover art display on some software | Matthieu Bouron | 2013-05-30 | 2 | -2/+13 |
* | | tta: remove pointless code | Paul B Mahol | 2013-05-30 | 2 | -15/+11 |
* | | avformat/mov: Try to detect and support files with invalid sample sizes | Michael Niedermayer | 2013-05-30 | 1 | -0/+12 |
* | | wtvenc: use ffio_fill() | Paul B Mahol | 2013-05-29 | 1 | -6/+2 |
* | | wvenc: remove flush call, not needed since 4f112a8e3 | Paul B Mahol | 2013-05-29 | 1 | -2/+0 |
* | | remove APEv1 tag writer | Paul B Mahol | 2013-05-29 | 1 | -65/+0 |
* | | apetag: do not create invalid APE tags | Paul B Mahol | 2013-05-29 | 1 | -1/+13 |
* | | lavf/flacenc: use ffio_fill() | Paul B Mahol | 2013-05-29 | 1 | -4/+2 |
* | | Merge commit '2d2d6a4883479403798f4ed46941d5b365823570' | Michael Niedermayer | 2013-05-29 | 6 | -39/+173 |
|\| |
|
| * | lavf: add a raw WavPack muxer. | Anton Khirnov | 2013-05-28 | 4 | -3/+92 |
| * | apetag: add support for writing APE tags | Anton Khirnov | 2013-05-28 | 2 | -0/+61 |
| * | matroskaenc: support muxing WavPack | Anton Khirnov | 2013-05-28 | 2 | -2/+73 |
* | | Merge commit '794ca87d2bff2513118de8b97595b3e23070e67d' | Michael Niedermayer | 2013-05-29 | 4 | -54/+146 |
|\| |
|
| * | wvdec: split block header parsing into a separate file | Anton Khirnov | 2013-05-28 | 4 | -53/+145 |
* | | Merge commit '0a1a94450a28eef854162f859e79ecfb9f97915b' | Michael Niedermayer | 2013-05-29 | 2 | -1/+1 |
|\| |
|
| * | lavf: rename wv.c to wvdec.c | Anton Khirnov | 2013-05-28 | 2 | -1/+1 |
* | | tta: make probing more robust | Paul B Mahol | 2013-05-28 | 1 | -3/+5 |
* | | os2threads: move from lavc to compat/ | Dave Yeo | 2013-05-28 | 1 | -1/+1 |