aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtsp: Properly fail if unable to open an input RTP portMartin Storsjö2011-01-091-0/+4
* fix indentationPeter Ross2011-01-091-9/+9
* wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross2011-01-091-0/+3
* wtv: do not repopulate codec information after we have seen data chunksPeter Ross2011-01-091-1/+11
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-091-0/+2
* wtv: fix typoPeter Ross2011-01-091-1/+1
* Add audio codec 0x1602 (AAC LATM)Peter Ross2011-01-091-0/+6
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-081-0/+1
* In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier2011-01-071-1/+1
* In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier2011-01-071-0/+1
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-062-3/+11
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-061-1/+17
* rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö2011-01-061-4/+13
* Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos2011-01-061-5/+3
* rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö2011-01-061-0/+2
* Fix assertion fail on audio files with invalid sample rates,Daniel Kang2011-01-061-1/+1
* Revert previous commit, as it was not meant to be pushed.Stefano Sabatini2011-01-061-4/+2
* Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini2011-01-061-2/+4
* In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini2011-01-061-1/+1
* rtsp: Parse RTP-Info headersMartin Storsjö2011-01-051-0/+59
* ReindentMartin Storsjö2011-01-051-3/+3
* rtsp: Simplify codeMartin Storsjö2011-01-051-7/+4
* rtsp: Move resetting of rtpdec parameters to before sending the PLAY requestMartin Storsjö2011-01-051-5/+13
* In ogg muxer, correctly mux VFR streams, fix issue #2398Baptiste Coudurier2011-01-051-7/+23
* In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490Baptiste Coudurier2011-01-051-1/+4
* In mov demuxer, check that stts data exists, fix crash, issue #2479Baptiste Coudurier2011-01-051-1/+2
* lavf: rename meta.h->ffmeta.h for consistency.Anton Khirnov2011-01-043-2/+2
* wtv: obtain codec information from stream2_guid chunks, if presentPeter Ross2011-01-041-15/+42
* wtv: display warning if scrambled stream is detectedPeter Ross2011-01-021-1/+10
* Add AVOption support for muxers.Anssi Hannula2011-01-022-1/+7
* Use new function put_nbyte() to speed up padding.Anssi Hannula2011-01-021-3/+2
* Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula2011-01-022-0/+15
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-023-9/+3
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-022-3/+3
* rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö2011-01-022-7/+7
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-024-6/+8
* Fix a floating point exception for invalid framerate, fixes issue 2470.Daniel Kang2011-01-021-1/+1
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-014-5/+29
* move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross2011-01-011-17/+17
* Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an...Carl Eugen Hoyos2010-12-301-0/+4
* Cosmetics: Re-indent after last commit.Carl Eugen Hoyos2010-12-291-4/+4
* Do not add the preamble if the DTS stream is already padded, like DTS inAnssi Hannula2010-12-291-1/+12
* s/IEC958/IEC 61937 - IEC958 is a lower level format.Anssi Hannula2010-12-293-65/+65
* Fix wrong bitstream mode for AC-3.Anssi Hannula2010-12-291-1/+1
* Improve error return values.Anssi Hannula2010-12-291-9/+9
* Always encapsulate DTS in big-endian format, at least some receiversAnssi Hannula2010-12-291-3/+8
* Add Anssi and myself to the authors in doxygen.Anssi Hannula2010-12-291-0/+2
* wtv: parse MPEG2 descriptor eventsPeter Ross2010-12-292-29/+39
* add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2010-12-292-77/+108
* wtv: only warn about unknown subtype, if it actually unknownPeter Ross2010-12-291-2/+2