6502 Commits (311e223f28e25c5c387fe4d8367c2a25c2da2e93)

Author SHA1 Message Date
Aurelien Jacobs dba249abee ffmpeg: add a grow_array() helper function 15 years ago
Martin Storsjö 321259c1ab rtsp: Return a queued packet if it has been in the queue for longer than max_delay 15 years ago
Martin Storsjö 58ee09911e rtpdec: Reorder received RTP packets according to the seq number 15 years ago
Martin Storsjö 0260741876 rtpdec: Split out the part of rtp_parse_packet that does the parsing of new packets 15 years ago
Reimar Döffinger 27af8902c4 Fix indentation of ff_id3v2_read 15 years ago
Martin Storsjö c690fa97e5 Reindent/rewrap 15 years ago
Martin Storsjö 38f8c80b62 rtsp: Reorganize if statements in rtsp_read_play 15 years ago
Martin Storsjö ad4ad27fb6 rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 15 years ago
Martin Storsjö 96a7c9753e rtsp: Use a dynamically allocated receive buffer 15 years ago
Tomas Härdin 8878e3b21b Add demuxer for LXF (Leitch/Harris' VR native stream format) 15 years ago
Baptiste Coudurier d8e456400e Correct tag is m2v1 15 years ago
Stefano Sabatini f3f5eb6e70 Document url_filesize(). 15 years ago
Stefano Sabatini 0a216bd1dd Make register_protocol() use the function av_register_protocol2() 15 years ago
Baptiste Coudurier 826481ea91 Remove duplicate entries 15 years ago
Baptiste Coudurier 3432c26319 Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osx 15 years ago
Ronald S. Bultje 3dedbeff7b Check return value of get_chunk_header(). Since enum can be unsigned, the 15 years ago
Baptiste Coudurier 6d19fd5c26 In mov demuxer, check that nb_streams is valid before using it in read_dac3 15 years ago
Michael Chinen 59cb40b921 Fix index_entries pos: 15 years ago
Martin Storsjö 4a94cfea02 rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfrom 15 years ago
Tomas Härdin 1620939022 mpegtsenc: Indent 15 years ago
Tomas Härdin d1ac03517e mpegtsenc: Write subtitle extradata if set 15 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 15 years ago
Kostya Shishkov cba322d76d Make WMV3 decoder attempt to decode WMVP as well 15 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 15 years ago
Martin Storsjö 6df4029549 Add an AVOption max_delay for AVFormatContext->max_delay 15 years ago
Carl Eugen Hoyos b7d56a17ae Fix indentation after r25158. 15 years ago
Richard Buteau 6ac6e3d123 Fix aspect ratio for files that have it stored in 15 years ago
Diego Biurrun 26d5112c57 cosmetics: Place concat protocol entry in alphabetical order. 15 years ago
Martin Storsjö b416267622 tcp: Check both wfds and efds when waiting for the result from connect 15 years ago
Martin Storsjö 63206a8ffb Check for the IPPROTO_IPV6 define before using it 15 years ago
Martin Storsjö 160918d588 rtsp: Handle standard assigned codec names for private payload types, too 15 years ago
Martin Storsjö 0048a2a8d3 Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 15 years ago
Michael Niedermayer 4faf628f20 Clarify what av_read_frame() returns. 15 years ago
Zhou Zongyi 4383692896 Add R10k decoder. 15 years ago
David Byron 0c41d554e2 Read all id3v2 tags at the beginning of mp3 files. 15 years ago
Tomás Touceda 16f825085a FLV Metadata 15 years ago
Måns Rullgård 324d22b2b4 nutenc: fix unstable floating-point calculations 15 years ago
Alex Converse 20de72a447 adts demuxer: Set the time base to be the LCM of all ADTS sample rates. 15 years ago
Martin Storsjö 9013560f13 Add a muxer and demuxer for raw G.722 15 years ago
Baptiste Coudurier 6bd296f1e4 In mov muxer, write reduced sample aspect ratio values in pasp 15 years ago
Baptiste Coudurier 0e7d436d92 Check dref size based on a patch by google 15 years ago
Baptiste Coudurier 9044dd8399 In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, fix issue #1539 15 years ago
Christian d'Heureuse b163078fe3 Fix formatting for negative start times (issue 2139). 15 years ago
Justin Ruggles bdecdd2bfc Read the number of channels from the 'dac3' tag for AC-3 in MP4. 15 years ago
Reimar Döffinger 1b4d327b1c Add a special function to mkv demxuer to parse length values that includes 15 years ago
Aurelien Jacobs b004207df4 move stream info arrays into a struct to ease future dynamic allocation 15 years ago
Aurelien Jacobs 4a194c8f47 matroskadec: allow uint and float elements with length = 0 15 years ago
Ronald S. Bultje f0d8ac529f Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups 15 years ago
James Darnley 521d434fd5 Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>. 15 years ago
Ronald S. Bultje 7bac991fd9 Reindent after r25032. 15 years ago