| Commit message (Expand) | Author | Age | Files | Lines |
* | ircamenc: 10l do not use avio_skip() | Paul B Mahol | 2012-12-05 | 1 | -1/+2 |
* | Ensoniq Paris Audio File demuxer | Paul B Mahol | 2012-12-05 | 4 | -1/+107 |
* | IRCAM demuxer & muxer | Paul B Mahol | 2012-12-05 | 7 | -1/+257 |
* | rsodec: use ff_pcm_read_packet() | Paul B Mahol | 2012-12-05 | 1 | -17/+2 |
* | soxdec: use ff_pcm_read_packet() | Paul B Mahol | 2012-12-05 | 1 | -21/+1 |
* | audec: use ff_pcm_read_packet() | Paul B Mahol | 2012-12-05 | 1 | -21/+2 |
* | pvfdec: use ff_pcm_read_packet() | Paul B Mahol | 2012-12-05 | 1 | -12/+1 |
* | avr: use ff_pcm_read_packet() | Paul B Mahol | 2012-12-05 | 2 | -3/+4 |
* | pcmdec: move read_packet function to pcm.c so it can be shared with other dem... | Paul B Mahol | 2012-12-05 | 3 | -25/+20 |
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 4 | -10/+0 |
|\ |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 5 | -12/+0 |
* | | oggdec: prevent codec from changing through ogg_replace_stream() | Michael Niedermayer | 2012-12-05 | 1 | -0/+3 |
* | | Set some audio stream properties in the vivo demuxer. | Carl Eugen Hoyos | 2012-12-05 | 1 | -0/+2 |
* | | lavf: compute probe buffer size more reliably. | Nicolas George | 2012-12-04 | 1 | -3/+2 |
* | | lavf: the core rfps code needs 2 durations to estimate rfps | Michael Niedermayer | 2012-12-04 | 1 | -1/+1 |
* | | av_register_protocol is gone :( | Paul B Mahol | 2012-12-04 | 1 | -1/+0 |
* | | rawvideodec: set bit rate | Paul B Mahol | 2012-12-04 | 1 | -0/+2 |
* | | gifdec: do not handle timestamps | Paul B Mahol | 2012-12-04 | 1 | -9/+0 |
* | | Add debug output when skipping unknown swf tags. | Carl Eugen Hoyos | 2012-12-04 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-04 | 1 | -19/+19 |
|\| |
|
| * | build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable place | Diego Biurrun | 2012-12-03 | 1 | -19/+19 |
* | | auenc: remove pointless assigment | Paul B Mahol | 2012-12-04 | 1 | -2/+0 |
* | | mmf: return meaningful error codes | Paul B Mahol | 2012-12-04 | 1 | -6/+6 |
* | | AST Muxer | James Almer | 2012-12-04 | 7 | -16/+270 |
* | | ast: Rename ast.c -> astdec.c | James Almer | 2012-12-04 | 2 | -1/+1 |
* | | iff demuxer: include DEEP TVDC lookup table in extradata buffer | Peter Ross | 2012-12-04 | 2 | -2/+13 |
* | | matroskadec: reset size when freeing data. | Michael Niedermayer | 2012-12-04 | 1 | -0/+1 |
* | | mpegts: check that codec is not open in mpegts_find_stream_type | Michael Niedermayer | 2012-12-03 | 1 | -0/+5 |
* | | mpegts_set_stream_info: remove unneeded codec id check | Michael Niedermayer | 2012-12-03 | 1 | -1/+1 |
* | | ff_mp4_read_dec_config_descr: check that the codec is not open | Michael Niedermayer | 2012-12-03 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-03 | 1 | -3/+0 |
|\| |
|
| * | build: Make the ISMV muxer select the MOV muxer | Diego Biurrun | 2012-12-03 | 1 | -3/+0 |
* | | wtvdec: fix null pointer dereference | Michael Niedermayer | 2012-12-02 | 1 | -1/+1 |
* | | asfdec: check extradata size before alloc and read | Michael Niedermayer | 2012-12-02 | 1 | -1/+1 |
* | | mpc8: check seektable size before attempting to use it. | Michael Niedermayer | 2012-12-02 | 1 | -0/+4 |
* | | Add FourCC V264 for H264 in CCTV recordings. | Carl Eugen Hoyos | 2012-12-02 | 1 | -0/+1 |
* | | lavf/assdec: return appropriate error code instead of -1. | Clément Bœsch | 2012-12-02 | 1 | -1/+1 |
* | | lavf/assdec: add ass_ prefix to callbacks. | Clément Bœsch | 2012-12-02 | 1 | -11/+11 |
* | | lavf/assdec: rewrite using the demux subtitles API. | Clément Bœsch | 2012-12-02 | 1 | -120/+75 |
* | | lavf: use ff_subtitles_queue_seek() for text subtitles demuxers. | Clément Bœsch | 2012-12-02 | 6 | -0/+54 |
* | | lavf/subtitles: seek a little more backward when necessary. | Clément Bœsch | 2012-12-02 | 1 | -0/+11 |
* | | lavf/subtitles: add ff_subtitles_queue_seek(). | Clément Bœsch | 2012-12-02 | 2 | -0/+45 |
* | | PVF demuxer | Paul B Mahol | 2012-12-01 | 4 | -1/+89 |
* | | Support Sorenson Spark in f4v files streamed by Flash Media Server. | Carl Eugen Hoyos | 2012-12-01 | 2 | -2/+6 |
* | | mxfdec: check index_tables before dereferencing in close. | Michael Niedermayer | 2012-12-01 | 1 | -4/+6 |
* | | gifdec: rudimentary seeking | Paul B Mahol | 2012-12-01 | 1 | -0/+1 |
* | | mvi: check av_mallocz() result | Paul B Mahol | 2012-12-01 | 1 | -0/+2 |
* | | check std tag size before reading. | Michael Niedermayer | 2012-12-01 | 1 | -0/+4 |
* | | gifdec: remove width and height from demuxer context | Paul B Mahol | 2012-11-30 | 1 | -8/+6 |
* | | undo file modifiers that suck in | Paul B Mahol | 2012-11-30 | 1 | -0/+0 |