| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/hnm: fix decoding of 256x256 video | Michael Niedermayer | 2014-04-16 | 1 | -1/+1 |
* | avformat/flacdec/flac_read_timestamp: free the correct packet | Michael Niedermayer | 2014-04-16 | 1 | -2/+2 |
* | avformat/flacdec/flac_read_timestamp: dont modify AVStream state | Michael Niedermayer | 2014-04-15 | 1 | -8/+12 |
* | avformat/xmv: use av_malloc_array() | Michael Niedermayer | 2014-04-15 | 1 | -1/+1 |
* | avformat/mpegtsenc: use av_malloc_array() | Michael Niedermayer | 2014-04-15 | 1 | -1/+1 |
* | avformat/utils: fix typo | Michael Niedermayer | 2014-04-15 | 1 | -1/+1 |
* | avformat: add av_format_inject_global_side_data(), and disable it by default | Michael Niedermayer | 2014-04-15 | 3 | -4/+27 |
* | avformat/img2dec: fix typo | Michael Niedermayer | 2014-04-14 | 1 | -2/+2 |
* | Merge branch 'flac' of https://github.com/FernetMenta/FFmpeg | Michael Niedermayer | 2014-04-14 | 1 | -0/+45 |
|\ |
|
| * | flac demuxer: improve seeking | Rainer Hochecker | 2014-04-14 | 1 | -0/+45 |
* | | Fix writing RGB 5:5:5 rawvideo into avi. | Carl Eugen Hoyos | 2014-04-14 | 1 | -0/+6 |
* | | avformat/rtmpproto: Added handling of an initial RTMP chunk size packet. | Stephan Soller | 2014-04-14 | 1 | -0/+13 |
* | | Merge commit '6477139721f559b26eafd415e23e13ea2b0c27e1' | Michael Niedermayer | 2014-04-14 | 1 | -1/+1 |
|\ \ |
|
| * | | rtmpproto: Make sure to pass on the error code if read_connect failed | Martin Storsjö | 2014-04-14 | 1 | -1/+1 |
* | | | avformat/network: use av_malloc_array() | Michael Niedermayer | 2014-04-13 | 1 | -1/+1 |
* | | | avformat/mp3enc: drop redundant and uninitialized variable | Michael Niedermayer | 2014-04-13 | 1 | -2/+2 |
* | | | avformat/utils: reinject global side data on seeks | Michael Niedermayer | 2014-04-13 | 1 | -0/+2 |
* | | | avformat/utils: factorize if() | Michael Niedermayer | 2014-04-13 | 1 | -3/+3 |
* | | | avformat/utils: Inject global side data into first packet. | Michael Niedermayer | 2014-04-13 | 2 | -0/+24 |
* | | | avformat/iff: indent | Peter Ross | 2014-04-13 | 1 | -15/+15 |
* | | | avformat/iff: remove unused code | Peter Ross | 2014-04-13 | 1 | -6/+0 |
* | | | Merge commit '617a1a98a6be3e59db6fbfc21afab2fb9a049c03' | Michael Niedermayer | 2014-04-12 | 1 | -30/+33 |
|\| |
| |/
|/| |
|
| * | mp3enc: Properly write bitrate value in XING header | Michael Niedermayer | 2014-04-12 | 1 | -7/+39 |
* | | avformat/img2dec: support nanosecond file times | Michael Niedermayer | 2014-04-12 | 1 | -2/+16 |
* | | avformat/hls: reduce memory usage by using dynamically allocated url/key | Michael Schenk | 2014-04-12 | 1 | -5/+29 |
* | | Improve amr bitrate calculation for VBR files. | Carl Eugen Hoyos | 2014-04-11 | 1 | -2/+12 |
* | | Warn if rawvideo and an unreadable pix_fmt are written. | Carl Eugen Hoyos | 2014-04-11 | 2 | -0/+21 |
* | | lavd: add device capabilities API | Lukasz Marek | 2014-04-11 | 2 | -2/+25 |
* | | avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocol | Anssi Hannula | 2014-04-11 | 1 | -5/+5 |
* | | lavf/rtspcodes: add missing header include | James Almer | 2014-04-10 | 1 | -0/+2 |
* | | avformat/mov: merge mov_read_custom_metadata() and mov_read_custom() | Michael Niedermayer | 2014-04-10 | 1 | -77/+21 |
* | | Merge commit '9a07fac678a8540d076e635061bbaa4ed09a9431' | Michael Niedermayer | 2014-04-10 | 2 | -1/+98 |
|\| |
|
| * | mov: read hydrogenaudio replaygain information | Anton Khirnov | 2014-04-10 | 2 | -1/+98 |
| * | rawvideo: Support decoding YVYU422 FourCC | Vittorio Giovara | 2014-04-08 | 1 | -0/+1 |
* | | lavf/utils: fix mem leak | Lukasz Marek | 2014-04-10 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-04-10 | 3 | -4/+5 |
|\ \ |
|
| * | | Fix a typo in amr.c. | Carl Eugen Hoyos | 2014-04-09 | 1 | -1/+1 |
| * | | Remove an unneeded include of avassert.h from amr.c. | Carl Eugen Hoyos | 2014-04-09 | 1 | -1/+0 |
| * | | Do not allow writing invalid wav channel layouts by default. | Carl Eugen Hoyos | 2014-04-09 | 2 | -2/+4 |
* | | | avformat/nut: add ff_nut_audio_extra_tags to demuxer too | Michael Niedermayer | 2014-04-09 | 3 | -2/+4 |
|/ / |
|
* | | rtspcodes: don't check for >0 on error codes macro | Anshul Maheshwari | 2014-04-08 | 1 | -1/+1 |
* | | avformat/oggdec: reset nstreams in close | Schenk, Michael | 2014-04-07 | 1 | -0/+3 |
* | | avformat/mov: reset drefs_count in close | Schenk, Michael | 2014-04-07 | 1 | -0/+3 |
* | | rtspcodes: add full list of RTSP status codes | Reynaldo H. Verdejo Pinochet | 2014-04-07 | 1 | -11/+97 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-04-06 | 2 | -0/+5 |
|\ \ |
|
| * | | Set Matroska private data when muxing Prores. | Carl Eugen Hoyos | 2014-04-06 | 2 | -0/+5 |
* | | | Merge commit 'eeadcdfd1a6f3089b6bf6e194d6ece8d3f113123' | Michael Niedermayer | 2014-04-06 | 2 | -19/+33 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | LucasArts SMUSH demuxer | Paul B Mahol | 2014-04-06 | 4 | -1/+259 |
| * | replaygain: remove unused variable | Michael Niedermayer | 2014-04-04 | 1 | -1/+0 |
* | | rtspdec: check for strchr returning NULL. | Reimar Döffinger | 2014-04-06 | 1 | -0/+4 |