| Commit message (Expand) | Author | Age | Files | Lines |
* | rtmppkt: Add a descriptive comment | Martin Panter | 2014-03-07 | 1 | -1/+1 |
* | rtmppkt: Handle extended timestamp field even for one-byte header | Martin Panter | 2014-03-07 | 2 | -10/+12 |
* | mxf: Return meaningful errors | Luca Barbato | 2014-03-06 | 1 | -9/+12 |
* | mxf: Parse random index pack | Paul B Mahol | 2014-03-06 | 1 | -8/+46 |
* | mxf: Handle identification metadata | Matthieu Bouron | 2014-03-06 | 1 | -0/+115 |
* | mxf: Set audio packets pts | Matthieu Bouron | 2014-03-06 | 1 | -5/+106 |
* | mxf: Introduce ff_mxf_get_samples_per_frame | Matthieu Bouron | 2014-03-06 | 2 | -0/+47 |
* | avienc: K&R formatting cosmetics | Keiji Costantini | 2014-03-04 | 1 | -194/+205 |
* | mathops: move macro to the only place it is used | Vittorio Giovara | 2014-03-04 | 1 | -1/+7 |
* | ass: K&R formatting cosmetics | Patrice Clement | 2014-03-02 | 1 | -46/+49 |
* | mxf: Add DNxHD UL | Tomas Härdin | 2014-02-21 | 1 | -0/+1 |
* | mxf: Add uncompressed 422 8-bit rawvideo UL | Philip de Nier | 2014-02-21 | 1 | -0/+1 |
* | libavformat/mpegts: expose raw packet size | Leandro Dorileo | 2014-02-19 | 1 | -0/+2 |
* | movenc: Add a fallback fragmentation method for plain mp4 as well | Martin Storsjö | 2014-02-19 | 1 | -4/+2 |
* | doxygen: Replace @parblock syntax with manual linebreaks | Diego Biurrun | 2014-02-17 | 1 | -11/+7 |
* | doxygen: Add a number of missing function parameter descriptions | Diego Biurrun | 2014-02-17 | 2 | -0/+22 |
* | Move all example programs to doc/examples | Diego Biurrun | 2014-02-16 | 2 | -58/+0 |
* | jv: detect partial packets in the demuxer | Janne Grunau | 2014-02-12 | 1 | -4/+10 |
* | asfdec: fix seeking with fragmented packets | Janne Grunau | 2014-02-12 | 1 | -0/+10 |
* | asfdec: short-circuit seeking to the start of stream | Andrew Kelley | 2014-02-12 | 1 | -0/+7 |
* | asfdec: check ff_get_guid() return values during seeking | Janne Grunau | 2014-02-12 | 1 | -10/+16 |
* | lavf: always unref the packet passed to av_interleaved_write_frame() on error | Anton Khirnov | 2014-02-10 | 2 | -8/+20 |
* | lavf: extend / improve the AVFormatContext doxy | Anton Khirnov | 2014-02-10 | 1 | -32/+69 |
* | lavf: add some basic documentation of the muxing process | Anton Khirnov | 2014-02-10 | 1 | -0/+52 |
* | lavf: rewrite the av_write_frame() doxy | Anton Khirnov | 2014-02-10 | 1 | -9/+25 |
* | lavf: rewrite the av_interleaved_write_frame() doxy | Anton Khirnov | 2014-02-10 | 1 | -18/+26 |
* | pcmdec: replace a reachable assert with an error check | Anton Khirnov | 2014-02-10 | 1 | -1/+5 |
* | mxfdec: free descriptor extradata in .read_close() | Janne Grunau | 2014-02-09 | 1 | -0/+3 |
* | lavf: default .ogg audio to libvorbis if we can | Andrew Kelley | 2014-02-09 | 1 | -1/+2 |
* | Add raw HEVC muxer | Derek Buitenhuis | 2014-02-09 | 4 | -2/+15 |
* | Mirillis FIC video decoder | Kostya Shishkov | 2014-02-08 | 1 | -0/+1 |
* | lavf: improve handling of sparse streams when muxing | Luca Barbato | 2014-02-04 | 4 | -4/+55 |
* | jvdec: K&R formatting cosmetics | Vittorio Giovara | 2014-02-04 | 1 | -22/+24 |
* | lavf: ignore attachment streams for interleaving purposes | Anton Khirnov | 2014-02-04 | 5 | -1/+28 |
* | lavf: do basic sanity checking on muxed packets | Anton Khirnov | 2014-02-04 | 1 | -0/+27 |
* | mxf: Read field dominance flag | Matthieu Bouron | 2014-02-01 | 1 | -0/+19 |
* | mxf: Handle negative edit_rate | Luca Barbato | 2014-02-01 | 1 | -0/+9 |
* | lavf: include 60 fps in guessed standard frame rates | Janne Grunau | 2014-01-31 | 1 | -2/+2 |
* | avformat: utils: Refactor duplicated PRINT macro | Diego Biurrun | 2014-01-29 | 1 | -31/+23 |
* | avformat: utils: K&R formatting cosmetics | Diego Biurrun | 2014-01-26 | 1 | -776/+910 |
* | rtpdec_asf: Copy the need_parsing field from the chained demuxer | Martin Storsjö | 2014-01-23 | 1 | -0/+2 |
* | rtmpproto: Send a full, absolute timestamp if it isn't monotonically growing | Martin Storsjö | 2014-01-20 | 1 | -1/+2 |
* | rtmpproto: Avoid using uninitialized memory | Martin Storsjö | 2014-01-20 | 1 | -2/+2 |
* | mov: do not set avg_frame_rate in the demuxer | Justin Ruggles | 2014-01-20 | 1 | -4/+0 |
* | avisynth: fix setting packet properties | Michael Niedermayer | 2014-01-17 | 1 | -10/+12 |
* | yuv4mpeg: set average frame rate | Anton Khirnov | 2014-01-17 | 1 | -0/+1 |
* | mp3enc: allow omitting the id3v2 header with -id3v2_version 0 | Anton Khirnov | 2014-01-17 | 2 | -7/+24 |
* | mp3enc: add an option for disabling the Xing frame. | Anton Khirnov | 2014-01-17 | 1 | -1/+4 |
* | mov: Free an earlier allocated array if allocating a new one | Martin Storsjö | 2014-01-15 | 1 | -0/+1 |
* | mov: Free intermediate arrays in the normal cleanup function | Martin Storsjö | 2014-01-15 | 1 | -0/+8 |