Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-12Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini
2011-01-12aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö
2011-01-12In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier
2011-01-11In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier
2011-01-11Do not crash for illegal sample size, fixes issue 2502.Daniel Kang
2011-01-11Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini
2011-01-11electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross
2011-01-11revert r26302Peter Ross
2011-01-10electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross
2011-01-10electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross
2011-01-10perform sanity check on sample rate in electronicarts demuxerDaniel Kang
2011-01-10perform sanity check on number of channels in electronicarts demuxerDaniel Kang
2011-01-09rtsp: Properly fail if unable to open an input RTP portMartin Storsjö
2011-01-09fix indentationPeter Ross
2011-01-09wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross
2011-01-09wtv: do not repopulate codec information after we have seen data chunksPeter Ross
2011-01-09wtv: stop processing chunks if length is smaller than chunk headerPeter Ross
2011-01-09wtv: fix typoPeter Ross
2011-01-09Add audio codec 0x1602 (AAC LATM)Peter Ross
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
2011-01-07In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier
2011-01-07In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier
2011-01-06rtsp: Allow requesting of filtering of source packetsMartin Storsjö
2011-01-06udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö
2011-01-06rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö
2011-01-06Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos
2011-01-06rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö
2011-01-06Fix assertion fail on audio files with invalid sample rates,Daniel Kang
2011-01-06Revert previous commit, as it was not meant to be pushed.Stefano Sabatini
2011-01-06Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini
2011-01-06In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini
2011-01-06rtsp: Parse RTP-Info headersMartin Storsjö
2011-01-06ReindentMartin Storsjö
2011-01-06rtsp: Simplify codeMartin Storsjö
2011-01-06rtsp: Move resetting of rtpdec parameters to before sending the PLAY requestMartin Storsjö
2011-01-05In ogg muxer, correctly mux VFR streams, fix issue #2398Baptiste Coudurier
2011-01-05In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490Baptiste Coudurier
2011-01-05In mov demuxer, check that stts data exists, fix crash, issue #2479Baptiste Coudurier
2011-01-04lavf: rename meta.h->ffmeta.h for consistency.Anton Khirnov
2011-01-04wtv: obtain codec information from stream2_guid chunks, if presentPeter Ross
2011-01-02wtv: display warning if scrambled stream is detectedPeter Ross
2011-01-02Add AVOption support for muxers.Anssi Hannula
2011-01-02Use new function put_nbyte() to speed up padding.Anssi Hannula
2011-01-02Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula
2011-01-02rtsp: Store the Content-Base header value straight to the targetMartin Storsjö
2011-01-02rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö
2011-01-02rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö
2011-01-02rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö
2011-01-02Fix a floating point exception for invalid framerate, fixes issue 2470.Daniel Kang
2011-01-02rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö