| Commit message (Expand) | Author | Age | Files | Lines |
* | rtsp: Properly fail if unable to open an input RTP port | Martin Storsjö | 2011-01-09 | 1 | -0/+4 |
* | fix indentation | Peter Ross | 2011-01-09 | 1 | -9/+9 |
* | wtv: only process timestamp_guid chunks for streams that we know about | Peter Ross | 2011-01-09 | 1 | -0/+3 |
* | wtv: do not repopulate codec information after we have seen data chunks | Peter Ross | 2011-01-09 | 1 | -1/+11 |
* | wtv: stop processing chunks if length is smaller than chunk header | Peter Ross | 2011-01-09 | 1 | -0/+2 |
* | wtv: fix typo | Peter Ross | 2011-01-09 | 1 | -1/+1 |
* | Add audio codec 0x1602 (AAC LATM) | Peter Ross | 2011-01-09 | 1 | -0/+6 |
* | Lagarith decoder by Nathan Caldwell, saintdev at gmail | Carl Eugen Hoyos | 2011-01-08 | 1 | -0/+1 |
* | In mov muxer, override codec tag for dv in mov, fix remuxing from avi | Baptiste Coudurier | 2011-01-07 | 1 | -1/+1 |
* | In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gp | Baptiste Coudurier | 2011-01-07 | 1 | -0/+1 |
* | rtsp: Allow requesting of filtering of source packets | Martin Storsjö | 2011-01-06 | 2 | -3/+11 |
* | udp: Allow specifying the connect option in udp_set_remote_url, too | Martin Storsjö | 2011-01-06 | 1 | -1/+17 |
* | rtpproto: Allow specifying the connect option, passed through to udp | Martin Storsjö | 2011-01-06 | 1 | -4/+13 |
* | Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi. | Carl Eugen Hoyos | 2011-01-06 | 1 | -5/+3 |
* | rtpdec: Don't set RTP timestamps if they already are set by the depacketizer | Martin Storsjö | 2011-01-06 | 1 | -0/+2 |
* | Fix assertion fail on audio files with invalid sample rates, | Daniel Kang | 2011-01-06 | 1 | -1/+1 |
* | Revert previous commit, as it was not meant to be pushed. | Stefano Sabatini | 2011-01-06 | 1 | -4/+2 |
* | Issue more explicit error messages in compute_pkt_fields2(). | Stefano Sabatini | 2011-01-06 | 1 | -2/+4 |
* | In av_close_input_stream(), flush the packet queue before to actually | Stefano Sabatini | 2011-01-06 | 1 | -1/+1 |
* | rtsp: Parse RTP-Info headers | Martin Storsjö | 2011-01-05 | 1 | -0/+59 |
* | Reindent | Martin Storsjö | 2011-01-05 | 1 | -3/+3 |
* | rtsp: Simplify code | Martin Storsjö | 2011-01-05 | 1 | -7/+4 |
* | rtsp: Move resetting of rtpdec parameters to before sending the PLAY request | Martin Storsjö | 2011-01-05 | 1 | -5/+13 |
* | In ogg muxer, correctly mux VFR streams, fix issue #2398 | Baptiste Coudurier | 2011-01-05 | 1 | -7/+23 |
* | In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490 | Baptiste Coudurier | 2011-01-05 | 1 | -1/+4 |
* | In mov demuxer, check that stts data exists, fix crash, issue #2479 | Baptiste Coudurier | 2011-01-05 | 1 | -1/+2 |
* | lavf: rename meta.h->ffmeta.h for consistency. | Anton Khirnov | 2011-01-04 | 3 | -2/+2 |
* | wtv: obtain codec information from stream2_guid chunks, if present | Peter Ross | 2011-01-04 | 1 | -15/+42 |
* | wtv: display warning if scrambled stream is detected | Peter Ross | 2011-01-02 | 1 | -1/+10 |
* | Add AVOption support for muxers. | Anssi Hannula | 2011-01-02 | 2 | -1/+7 |
* | Use new function put_nbyte() to speed up padding. | Anssi Hannula | 2011-01-02 | 1 | -3/+2 |
* | Add function put_nbyte() to speed up padding in SPDIF muxer. | Anssi Hannula | 2011-01-02 | 2 | -0/+15 |
* | rtsp: Store the Content-Base header value straight to the target | Martin Storsjö | 2011-01-02 | 3 | -9/+3 |
* | rtsp: Pass the method name to ff_rtsp_parse_line | Martin Storsjö | 2011-01-02 | 2 | -3/+3 |
* | rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState | Martin Storsjö | 2011-01-02 | 2 | -7/+7 |
* | rtsp: Add a method parameter to ff_rtsp_read_reply | Martin Storsjö | 2011-01-02 | 4 | -6/+8 |
* | Fix a floating point exception for invalid framerate, fixes issue 2470. | Daniel Kang | 2011-01-02 | 1 | -1/+1 |
* | rtpdec: Emit timestamps for packets before the first RTCP packet, too | Martin Storsjö | 2011-01-01 | 4 | -5/+29 |
* | move ff_get_bmp_header under CONFIG_DEMUXERS block | Peter Ross | 2011-01-01 | 1 | -17/+17 |
* | Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an... | Carl Eugen Hoyos | 2010-12-30 | 1 | -0/+4 |
* | Cosmetics: Re-indent after last commit. | Carl Eugen Hoyos | 2010-12-29 | 1 | -4/+4 |
* | Do not add the preamble if the DTS stream is already padded, like DTS in | Anssi Hannula | 2010-12-29 | 1 | -1/+12 |
* | s/IEC958/IEC 61937 - IEC958 is a lower level format. | Anssi Hannula | 2010-12-29 | 3 | -65/+65 |
* | Fix wrong bitstream mode for AC-3. | Anssi Hannula | 2010-12-29 | 1 | -1/+1 |
* | Improve error return values. | Anssi Hannula | 2010-12-29 | 1 | -9/+9 |
* | Always encapsulate DTS in big-endian format, at least some receivers | Anssi Hannula | 2010-12-29 | 1 | -3/+8 |
* | Add Anssi and myself to the authors in doxygen. | Anssi Hannula | 2010-12-29 | 1 | -0/+2 |
* | wtv: parse MPEG2 descriptor events | Peter Ross | 2010-12-29 | 2 | -29/+39 |
* | add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab... | Peter Ross | 2010-12-29 | 2 | -77/+108 |
* | wtv: only warn about unknown subtype, if it actually unknown | Peter Ross | 2010-12-29 | 1 | -2/+2 |