6356 Commits (ec973f45a3afd82fd53313b0b570645c03b2b178)

Author SHA1 Message Date
Przemysław Sobala ec973f45a3 Fix mem leak when trying to open a non-existing image file (issue 2126). 14 years ago
Aurelien Jacobs 3c0eec06d8 get rid of MAX_STREAMS limit in nutdec 14 years ago
Martin Storsjö f53b9a2964 rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frames_per_packet 14 years ago
Aurelien Jacobs 6b2b337657 get rid of MAX_STREAMS limit in mpegts 14 years ago
Aurelien Jacobs be73ba2fa4 get rid of MAX_STREAMS limit in RTSP 14 years ago
Aurelien Jacobs dfdb353cd5 get rid of MAX_STREAMS limit in RDT 14 years ago
Martin Storsjö b5c4bb989d rtpenc_xiph: Set the ident value via a define 14 years ago
Martin Storsjö 62c7e2c336 rtpenc_xiph: Don't needlessly cast pointers to integers 14 years ago
Martin Storsjö 311baee795 Make hex_to_data a lavf internal function 14 years ago
Martin Storsjö f240ed18ef http: Return EOF at the end of the content even if the connection isn't closed 14 years ago
Alex Converse 73c44cb286 oggparsevorbis: Add some sanity checks to header packet ordering/presence. 14 years ago
Reinhard Tartler 2901cc9a95 Fix spelling in comment(s) 14 years ago
Josh Allmann 91af5601c1 Add RTP packetization of Theora and Vorbis 14 years ago
Luca Barbato d93fdcbf5c Preserve status reason 14 years ago
Martin Storsjö 504de2ec8f rtpdec_xiph: Split packets in the depacketizer 14 years ago
Zhentan Feng aaa91aa00e Move read_mms_packet() code to be inlined in the calling function. 14 years ago
Zhentan Feng 05fc9a1bcf Remove is_playing variable. 14 years ago
Zhentan Feng b949875bf6 Move send_media_packet_request() and clear_stream_buffers() up. 14 years ago
Martin Storsjö 737b3972b5 rtpdec_xiph: Correct the bitmask for num_pkts 14 years ago
Benoit Fouet eea72ee863 Fix doxygen comment. 14 years ago
Alex Converse f7cf0f3148 Add WebM to the Matroska demuxer name. 14 years ago
Aurelien Jacobs f138fa78a3 100l: av_freep() needs the address of the pointer 14 years ago
Martin Storsjö 965a3ddb1f Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
Aurelien Jacobs 37287d41f4 avidec: demux ASS and SRT tracks out of GAB2 chunks 14 years ago
Aurelien Jacobs ac066b83e9 add seeking support in ASS demuxer 14 years ago
Reimar Döffinger 8250561149 Check for udp_set_remote_url error. 14 years ago
Martin Storsjö 2845006608 rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, too 14 years ago
Baptiste Coudurier f0187d20d1 In wav muxer, always flush in write_trailer, fix pipe output 14 years ago
Alexander Kojevnikov ff58de29f1 Skip short padding in id3v2. 14 years ago
Josh Allmann 42c63263d1 rtpdec_xiph: Handle the sampling SDP parameter 14 years ago
Reimar Döffinger f8a169ac8e Add extern to mxf_d10_muxer forward declaration to avoid a redundant 14 years ago
Michael Niedermayer a20df85886 Fix doxy that refers to the wrong variable. 14 years ago
Michael Niedermayer ec906fcdd7 Fix 2 doxy comments that referred to the wrong variable. 14 years ago
Michael Niedermayer 76c56376ca Make doxygen formatting more consistent. 14 years ago
Stefano Sabatini 88ad2faff8 Place the concat protocol entry at the begin of the registered 14 years ago
Alex Converse ac3ccbc0e2 Document existing rules for AVInputFormat.name. 14 years ago
Alexander Kojevnikov 2a758efe31 Make frames unsigned. 14 years ago
Alexander Kojevnikov 49d7ef282d Show correct bitrate for VBR MP3 files. 14 years ago
Måns Rullgård 8a0f61c4fb Remove duplicate initialiser for cavsvideo_muxer.extensions 14 years ago
Josh Allmann adc03a3406 rtpdec_xiph: Drop RTP packets that come in without a prior fragment start marker. 14 years ago
Måns Rullgård 4db40efa47 libavformat needs libavcore 14 years ago
Stefan Gehrer de29597680 add Chinese AVS encoding via external library libxavs 14 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 14 years ago
Ronald S. Bultje db9cc3a55a Reindent after r24516. 14 years ago
Ronald S. Bultje e87b7d72c6 Use inverse error branches, i.e. instead of if(something){success} else {error}, 14 years ago
Ronald S. Bultje 540ab68c64 Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This 14 years ago
Aurelien Jacobs 2701fd40f9 matroskaenc: add support for muxing SRT tracks 14 years ago
Aurelien Jacobs 7b53f463b4 add mime-type for ASS muxer 14 years ago
Martin Storsjö 752ff3ffa7 Include the correct header that actually is used, use quotes instead of angle brackets 14 years ago
Reimar Döffinger 853a0fccce Cosmetics: fix indentation and remove a useless else. 14 years ago