| Commit message (Expand) | Author | Age | Files | Lines |
* | matroska: Fix leaking memory allocated for laces. | Dale Curtis | 2012-04-12 | 1 | -3/+7 |
* | movenc: Remove a dead initialization | Alex Converse | 2012-04-12 | 1 | -1/+1 |
* | avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics | Diego Biurrun | 2012-04-12 | 1 | -36/+36 |
* | movenc: small refactor mov_write_packet | Luca Barbato | 2012-04-11 | 1 | -27/+32 |
* | movenc: remove redundant check | Luca Barbato | 2012-04-11 | 1 | -3/+0 |
* | Drop some pointless #ifdefs. | Diego Biurrun | 2012-04-10 | 1 | -2/+0 |
* | nutdec: K&R formatting cosmetics | Asen Lekov | 2012-04-10 | 1 | -436/+500 |
* | rtsp: Don't use av_malloc(0) if there are no streams | Martin Storsjö | 2012-04-08 | 1 | -2/+3 |
* | rtsp: Don't use uninitialized data if there are no streams | Martin Storsjö | 2012-04-08 | 1 | -1/+1 |
* | cosmetics: Fix indentation | Martin Storsjö | 2012-04-08 | 1 | -1/+1 |
* | rtsp: Don't expose the MS-RTSP RTX data stream to the caller | Martin Storsjö | 2012-04-08 | 8 | -10/+37 |
* | rtpdec_asf: Set the no_resync_search option for the chained asf demuxer | Martin Storsjö | 2012-04-07 | 1 | -1/+4 |
* | asfdec: Add an option for not searching for the packet markers | Martin Storsjö | 2012-04-07 | 1 | -1/+20 |
* | libavformat: Only require first packet to be known for audio/video streams | Joakim Plate | 2012-04-06 | 1 | -1/+3 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 63 | -156/+174 |
* | rtmp: implement bandwidth notification | Raffaele Sena | 2012-04-03 | 1 | -0/+16 |
* | rtmp: update supported audio codecs value | Samuel Pitoiset | 2012-04-03 | 1 | -1/+5 |
* | id3v2: fix skipping extended header in id3v2.4 | Anton Khirnov | 2012-04-01 | 1 | -2/+11 |
* | oggenc: fix condition when not to flush due to keyframe granule. | Reimar Döffinger | 2012-03-30 | 1 | -7/+8 |
* | oggenc: add pagesize option to set preferred page size | Andres Gonzalez | 2012-03-30 | 1 | -2/+25 |
* | output-example: K&R formatting cosmetics, comment spelling fixes | Diego Biurrun | 2012-03-30 | 1 | -97/+100 |
* | avf: make the example output the proper message | Luca Barbato | 2012-03-29 | 1 | -2/+2 |
* | avf: fix audio writing in the output-example | Luca Barbato | 2012-03-29 | 1 | -1/+1 |
* | mov: don't overwrite existing indexes. | Ronald S. Bultje | 2012-03-29 | 1 | -8/+11 |
* | id3v2: add another mimetype for JPEG image | Kostya Shishkov | 2012-03-29 | 1 | -0/+1 |
* | asf: only set index_read if the index contained entries. | Ronald S. Bultje | 2012-03-28 | 1 | -1/+1 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 9 | -24/+12 |
* | oggdec: calculate correct timestamps in Ogg/FLAC | Justin Ruggles | 2012-03-27 | 1 | -0/+1 |
* | westwood_vqa: fix SND0 chunk handling | Paul B Mahol | 2012-03-27 | 1 | -63/+71 |
* | westwood_vqa: set video stream duration | Paul B Mahol | 2012-03-27 | 1 | -0/+2 |
* | make av_interleaved_write_frame() flush packets when pkt is NULL | Jindrich Makovicka | 2012-03-27 | 2 | -12/+20 |
* | mpegts: Fix dead error checks | Alex Converse | 2012-03-26 | 1 | -6/+12 |
* | build: prettyprinting cosmetics | Diego Biurrun | 2012-03-26 | 1 | -2/+2 |
* | lavf doxy: expand AVStream.codec doxy. | Anton Khirnov | 2012-03-26 | 1 | -1/+12 |
* | lavf doxy: improve AVStream.time_base doxy. | Anton Khirnov | 2012-03-26 | 1 | -3/+5 |
* | lavf doxy: add some basic documentation about reading from the demuxer. | Anton Khirnov | 2012-03-26 | 1 | -0/+16 |
* | lavf doxy: document passing options to demuxers. | Anton Khirnov | 2012-03-26 | 1 | -0/+41 |
* | lavf doxy: clarify that an AVPacket contains encoded data. | Anton Khirnov | 2012-03-26 | 1 | -2/+2 |
* | mpegtsenc: allow user triggered PES packet flushing | Jindrich Makovicka | 2012-03-26 | 1 | -9/+31 |
* | movenc: Merge if statements | Martin Storsjö | 2012-03-25 | 1 | -5/+2 |
* | avc: Add a function for converting mp4 style extradata to annex b | Martin Storsjö | 2012-03-24 | 3 | -24/+42 |
* | libavformat: Document who sets the AVStream.id field | Martin Storsjö | 2012-03-24 | 1 | -1/+6 |
* | xwma: Validate channels and bits_per_coded_sample. | Alex Converse | 2012-03-22 | 1 | -0/+11 |
* | mov: Do not read past the end of the ctts_data table. | Alex Converse | 2012-03-22 | 1 | -1/+1 |
* | mov: Add missing terminator to mov_ch_layout_map_1ch. | Alex Converse | 2012-03-22 | 1 | -0/+1 |
* | asf: reset side data elements on packet copy. | Ronald S. Bultje | 2012-03-22 | 1 | -0/+2 |
* | oggparseogm: fix order of arguments of avpriv_set_pts_info(). | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 |
* | aiffdec: set block_duration to 1 for PCM codecs that are supported in AIFF-C | Justin Ruggles | 2012-03-22 | 1 | -0/+7 |
* | aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFF | Justin Ruggles | 2012-03-22 | 1 | -13/+8 |
* | aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-C | Justin Ruggles | 2012-03-22 | 1 | -5/+4 |