| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-04 | 1 | -0/+7 |
|\ |
|
| * | aviobuf: Discard old buffered, previously read data in ffio_read_partial | Martin Storsjö | 2013-01-03 | 1 | -0/+7 |
* | | Merge commit 'e96406eda4f143f101bd44372f7b2d542183000a' | Michael Niedermayer | 2013-01-04 | 5 | -18/+84 |
|\| |
|
| * | rtsp: Add support for depacketizing RTP data via custom IO | Martin Storsjö | 2013-01-03 | 5 | -18/+84 |
* | | Merge commit '3f95f0dda55fca74b646937095a02a8fa9776622' | Michael Niedermayer | 2013-01-04 | 3 | -13/+9 |
|\| |
|
| * | rtpdec: Move the URLContext used for RTCP RR out from the context, to a param... | Martin Storsjö | 2013-01-03 | 3 | -13/+9 |
* | | Merge commit 'a0b7e289075dccf223b7f407790d8a86fc5d77e8' | Michael Niedermayer | 2013-01-04 | 2 | -3/+9 |
|\| |
|
| * | aviobuf: Partial support for reading in read/write contexts | Martin Storsjö | 2013-01-03 | 1 | -1/+8 |
| * | build: Avoid detecting bogus components named 'x' | Clément Bœsch | 2013-01-03 | 1 | -3/+1 |
* | | matroskadec: fix ffio_init_context() usage | Michael Niedermayer | 2013-01-04 | 1 | -1/+1 |
* | | Add a comment about an intentional misspelling to the id3v1 tags. | Carl Eugen Hoyos | 2013-01-04 | 1 | -1/+2 |
* | | Revert "Fix id3v1 tag spelling." | Carl Eugen Hoyos | 2013-01-04 | 1 | -1/+1 |
* | | Fix id3v1 tag spelling. | Benjamin Kerensa | 2013-01-04 | 1 | -1/+1 |
* | | Support more AVC-Intra files | Reimar Döffinger | 2013-01-03 | 5 | -5/+114 |
* | | mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intra | Reimar Döffinger | 2013-01-03 | 1 | -0/+1 |
* | | aiffenc: metadata support | Paul B Mahol | 2013-01-03 | 1 | -0/+21 |
* | | lavf: add return to silence compiler warning | Michael Niedermayer | 2013-01-03 | 1 | -0/+1 |
* | | lavf/webvtt: use ff_subtitles_read_chunk(). | Clément Bœsch | 2013-01-03 | 2 | -31/+11 |
* | | subviewer: sanitize packets. | Clément Bœsch | 2013-01-03 | 2 | -13/+24 |
* | | Replace references to "que" with the appropriate word. | Clément Bœsch | 2013-01-03 | 1 | -2/+2 |
* | | lavf/mpegtsenc: fix missing word in error message. | Clément Bœsch | 2013-01-03 | 1 | -1/+1 |
* | | avformat_seek_file: Dont attempt to rescale INT64_MIN/MAX | Michael Niedermayer | 2013-01-03 | 1 | -2/+2 |
* | | lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_see... | Michael Niedermayer | 2013-01-02 | 2 | -10/+12 |
* | | lavf: remove generic index flag from text subtitles. | Clément Bœsch | 2013-01-02 | 7 | -7/+0 |
* | | lavf/vobsub: do not count trailing NUL char in extradata. | Clément Bœsch | 2013-01-02 | 1 | -3/+2 |
* | | lavf: Fix codec id forcing with probed codecs | Michael Niedermayer | 2013-01-02 | 1 | -0/+1 |
* | | lavf: move force_codec_ids() up | Michael Niedermayer | 2013-01-02 | 1 | -15/+15 |
* | | lavf/matroskaenc: respect bitexact for attachments. | Nicolas George | 2013-01-01 | 1 | -1/+19 |
* | | lavf: add data: URI scheme. | Nicolas George | 2013-01-01 | 4 | -2/+122 |
* | | aiffdec: set block duration for QDM2 | Piotr Bandurski | 2013-01-01 | 1 | -1/+3 |
* | | lavf/mov: fix timecode track reference usage. | Clément Bœsch | 2013-01-01 | 1 | -3/+7 |
* | | lavf/mov: simplify timecode track ref. | Clément Bœsch | 2013-01-01 | 2 | -25/+8 |
* | | mov: fix parsing of the chap atom. | Hendrik Leppkes | 2013-01-01 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-01 | 2 | -5/+229 |
|\| |
|
| * | rtmp: Add support for limelight authentication | Martin Storsjö | 2012-12-31 | 2 | -7/+76 |
| * | rtmp: Add support for adobe authentication | Martin Storsjö | 2012-12-31 | 2 | -5/+160 |
* | | Merge commit '33f28a3be3092f642778253d9529dd66fe2a014a' | Michael Niedermayer | 2013-01-01 | 3 | -1/+23 |
|\| |
|
| * | rtmp: Add a function for writing AMF strings based on two substrings | Martin Storsjö | 2012-12-31 | 2 | -0/+22 |
| * | rtmp: Return a proper error code in handle_invoke_error | Martin Storsjö | 2012-12-31 | 1 | -1/+1 |
* | | mov: fix handling of odd sized yv12 | Carl Eugen Hoyos | 2013-01-01 | 1 | -1/+4 |
* | | Sony Wave64 muxer | Paul B Mahol | 2012-12-31 | 7 | -22/+158 |
* | | microdvd: sanitize AVPackets. | Clément Bœsch | 2012-12-31 | 2 | -6/+19 |
* | | Add SubViewer v1 subtitles demuxer and decoder. | Clément Bœsch | 2012-12-31 | 4 | -1/+127 |
* | | Add PJS subtitles demuxer and decoder. | Clément Bœsch | 2012-12-30 | 4 | -1/+140 |
* | | Add AQTitle subtitles demuxer. | Clément Bœsch | 2012-12-30 | 4 | -1/+151 |
* | | lavf/subtitles: fix CLRF/CRLF typo. | Clément Bœsch | 2012-12-30 | 1 | -1/+1 |
* | | Add MPlayer subtitles demuxer. | Clément Bœsch | 2012-12-30 | 4 | -1/+143 |
* | | lavf: move srtdec:read_chunk() to subtitles utils. | Clément Bœsch | 2012-12-30 | 3 | -47/+62 |
* | | 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix. | Clément Bœsch | 2012-12-30 | 4 | -4/+4 |
* | | Add VPlayer subtitles demuxer and decoder. | Clément Bœsch | 2012-12-30 | 4 | -1/+131 |