| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpproto: Remove unused defines | Martin Storsjö | 2012-12-12 | 1 | -3/+0 |
* | rtpdec_mpeg4: Cosmetic cleanup | Martin Storsjö | 2012-12-12 | 1 | -12/+7 |
* | rtpdec: Cosmetic cleanup of the header | Martin Storsjö | 2012-12-12 | 1 | -19/+26 |
* | rtpdec: Get rid of a useless _s suffix on a struct name | Martin Storsjö | 2012-12-12 | 1 | -3/+3 |
* | rtpdec/enc: Remove outdated/useless/misleading comments | Martin Storsjö | 2012-12-12 | 2 | -17/+15 |
* | rtpdec: Improve some comments | Martin Storsjö | 2012-12-12 | 1 | -2/+3 |
* | rtpdec: Remove unused context variables | Martin Storsjö | 2012-12-12 | 1 | -3/+0 |
* | rtpdec: Limit writing to the buffer size | Martin Storsjö | 2012-12-12 | 1 | -1/+1 |
* | swfdec: cosmetics: fix indentation | Justin Ruggles | 2012-12-11 | 1 | -16/+16 |
* | swfdec: do better validation of tag length | Justin Ruggles | 2012-12-11 | 1 | -3/+19 |
* | rtpdec: Remove an outdated todo comment | Martin Storsjö | 2012-12-10 | 1 | -10/+0 |
* | rtpdec: Rename a static variable to normal naming conventions | Martin Storsjö | 2012-12-10 | 1 | -5/+5 |
* | rtpdec: K&R formatting and spelling cosmetics | Martin Storsjö | 2012-12-09 | 1 | -102/+110 |
* | avio: K&R cosmetic formatting | Luca Barbato | 2012-12-09 | 1 | -54/+67 |
* | lavf: fix arithmetic overflows in avformat_seek_file() | Mans Rullgard | 2012-12-08 | 1 | -1/+1 |
* | hls: use a meaningful long name | Luca Barbato | 2012-12-08 | 1 | -1/+1 |
* | hls: add start_number option | Luca Barbato | 2012-12-08 | 1 | -0/+1 |
* | tak: demuxer, parser, and decoder | Paul B Mahol | 2012-12-07 | 4 | -1/+188 |
* | bitstream: add get_bits64() to support reading more than 32 bits at once | Michael Niedermayer | 2012-12-07 | 1 | -13/+0 |
* | mov: validate number of DataReferenceBox entries against box size | Janne Grunau | 2012-12-07 | 1 | -1/+3 |
* | mov: compute avg_frame_rate only if duration is known | Janne Grunau | 2012-12-07 | 1 | -2/+3 |
* | raw demuxer: initialize end of partial packets | Janne Grunau | 2012-12-05 | 1 | -0/+4 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 5 | -12/+0 |
* | build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable place | Diego Biurrun | 2012-12-03 | 1 | -19/+19 |
* | build: Make the ISMV muxer select the MOV muxer | Diego Biurrun | 2012-12-03 | 1 | -3/+0 |
* | img2: K&R formatting cosmetics | Diego Biurrun | 2012-11-29 | 3 | -120/+131 |
* | rtpenc_chain: Remove unused variable | Diego Biurrun | 2012-11-28 | 1 | -1/+1 |
* | nuv: check for malloc failure when allocating extradata | Justin Ruggles | 2012-11-28 | 1 | -6/+14 |
* | nuv: use the stream indices generated by avformat_new_stream() | Justin Ruggles | 2012-11-28 | 1 | -5/+6 |
* | nuv: cosmetics: pretty-printing | Justin Ruggles | 2012-11-28 | 1 | -132/+147 |
* | lavf: move nuv fourcc audio tags from riff to nuv | Justin Ruggles | 2012-11-28 | 2 | -8/+20 |
* | lavf: add a common function for selecting a pcm codec from parameters | Justin Ruggles | 2012-11-28 | 4 | -36/+57 |
* | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 18 | -16/+9 |
* | lavf: move "MP3 " fourcc from riff to nut | Justin Ruggles | 2012-11-28 | 2 | -1/+1 |
* | wavenc: write fact chunk sample count at the correct file position | Michael Niedermayer | 2012-11-26 | 1 | -4/+5 |
* | riff: do not add empty metadata tags in INFO chunk | Justin Ruggles | 2012-11-26 | 1 | -0/+6 |
* | riff: only warn on a bad INFO chunk code size instead of failing | Justin Ruggles | 2012-11-26 | 1 | -4/+5 |
* | lavf: avoid integer overflow in ff_compute_frame_duration() | Janne Grunau | 2012-11-26 | 1 | -1/+4 |
* | yop: fix typo | Paul B Mahol | 2012-11-25 | 1 | -1/+1 |
* | riff: Make ff_riff_tags static and move under appropriate #ifdef | Diego Biurrun | 2012-11-25 | 1 | -11/+11 |
* | id3v2: fix reading unsynchronized frames. | Anton Khirnov | 2012-11-22 | 1 | -8/+10 |
* | apetag: fix error handling in ff_ape_parse_tag() | Xi Wang | 2012-11-21 | 1 | -2/+2 |
* | mxfdec: fix typo in mxf_read_seek() | Janne Grunau | 2012-11-15 | 1 | -1/+1 |
* | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 12 | -26/+66 |
* | avformat: clarify stream id for muxing | Luca Barbato | 2012-11-14 | 1 | -1/+1 |
* | segment: fix NULL pointer dereference in seg_write_header() | Xi Wang | 2012-11-14 | 1 | -1/+1 |
* | hlsenc: stand alone hls segmenter | Luca Barbato | 2012-11-13 | 3 | -1/+326 |
* | yop: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+2 |
* | wtv: set channel layout for mpeg audio | Justin Ruggles | 2012-11-12 | 1 | -2/+9 |
* | westwood_aud: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+3 |