10456 Commits (776a4e42a7524630bcfc46bbd23f26b7dc7f65ca)

Author SHA1 Message Date
Jindrich Makovicka b1c56eabe8 mpegtsenc: use AVFormatContext for AAC packetization 13 years ago
Jindrich Makovicka d1a3a3d4b2 mpegtsenc: use AVERROR() for return codes 13 years ago
Michael Niedermayer e0eaf10049 oggdec: fix regression that caused reading the whole file during open 13 years ago
Michael Niedermayer 5665674b55 lavf: use input keyframe flag when muxer does not provide keyframe flags. 13 years ago
Martin Storsjö dbaf79c9d7 http: Add the url_shutdown function for https, too 13 years ago
Martin Storsjö 5952564185 http: Simplify code by removing a local variable 13 years ago
Martin Storsjö 3cbcfa2dec http: Clear the old URLContext pointer when closed 13 years ago
Michael Niedermayer f218121a4d http: use ffurl_closep() 13 years ago
Michael Niedermayer edf96d631c url: add ffurl_closep() which also sets the context pointer to NULL 13 years ago
Michael Niedermayer f89aa6751c lavf: use av_freep() in ffurl_close() 13 years ago
Martin Storsjö 2dbb8cc6a3 tcp: Check the return values from bind and accept 13 years ago
Martin Storsjö b7c3772be8 tcp: Try enabling SO_REUSEADDR when listening 13 years ago
Martin Storsjö 641f4a885f tcp: Check the return values from bind and accept 13 years ago
Michael Niedermayer 3c276ac0f8 dv-demux: dont mess with codec values 13 years ago
Clément Bœsch 303619d3ca jacosub_probe: slightly increase the score to limit misdetection. 13 years ago
Clément Bœsch 908293d1bc jacosub_probe: speedup by making only one call to sscanf 13 years ago
Oka Motofumi 5c742005fb avisynth: Make sure the filename passed to avisynth is in the right code page 13 years ago
Michael Niedermayer 18b46a494e oggparsevorbis: fix null ptr dereference 13 years ago
Matthieu Bouron 320e537baf mxfenc: support 50 and 60 frame rates 13 years ago
Michael Niedermayer cc4d80c99f ipmovie_probe: speedup by avoiding memcmp() call 13 years ago
Michael Niedermayer ebfe0c6eb8 ac3_probe: speedup by checking for header earlier 13 years ago
Michael Niedermayer 76170f5373 yop_probe: check more fields to avoid detecting random data as yop 13 years ago
Michael Niedermayer 57778f61d0 avidec: fix odd extradata size case. 13 years ago
Michael Niedermayer 76853a3e0c libavformat: ff_get_bmp_header: return esize too 13 years ago
Samuel Pitoiset 9613240f72 http: Pass the proper return code of net IO operations 13 years ago
Samuel Pitoiset 1876e7c0c2 http: Add 'post_data', a new option which sets custom HTTP post data 13 years ago
Ronald S. Bultje 64bde80563 mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3. 13 years ago
Clément Bœsch 2d52ee8a1a lavf/microdvd: support events lasting to the next one. 13 years ago
Michael Niedermayer e7cb161515 ape: Fix null ptr dereference with files missing a seekatable. 13 years ago
Michael Niedermayer 5880d78873 movdec: Check count of stts/ctts elements instead of just the pointer. 13 years ago
Michael Niedermayer 1b8741a684 4xm: fix division by zero caused by bps<8 13 years ago
Philip Langdale ea60a11e8e movenc: Fix muxing of Apple Quicktime chapters. v3 13 years ago
Samuel Pitoiset e999b641df http: Add support for reusing the http socket for subsequent requests 13 years ago
Samuel Pitoiset 3bdb438e65 http: Add support for using persistent connections 13 years ago
Michael Niedermayer 875851294f avienc: create xsub in avi files that are closer to whats in the wild 13 years ago
Michael Niedermayer 65212e3ed9 mxfdec: remove unused last_index_duration 13 years ago
Carl Eugen Hoyos ab7d6cb8f7 Support decoding fourcc YVYU. 13 years ago
Martin Storsjö 6099543ad4 rtsp: Check for dynamic payload handlers if no static payload mapping was found 13 years ago
Michael Niedermayer f7c89705e4 avio: fix "discards const qualifier from pointer target type" warning 13 years ago
Martin Storsjö 68c813081b rtpenc_chain: Return an error code instead of just a plain pointer 13 years ago
Martin Storsjö 93cef6f923 rtpenc_chain: Free the URLContext on failure 13 years ago
Martin Storsjö 2dcb21a95d rtpenc: Expose the ssrc as an avoption 13 years ago
ami_stuff ca8623e1a5 Support some BOXX codecs. 13 years ago
Martin Storsjö 39e29aa019 cosmetics: Fix indentation 13 years ago
Luca Barbato c6eeb9b7b6 rtmp: fix url parsing 13 years ago
Alex Converse ed7bdd8647 movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio. 13 years ago
Samuel Pitoiset 177bcc9593 rtmp: Pass the proper return code in rtmp_handshake 13 years ago
Samuel Pitoiset bba287fdac rtmp: Check return codes of net IO operations 13 years ago
Samuel Pitoiset a4d3f3580b rtmp: Return a proper error code instead of -1 13 years ago
Samuel Pitoiset 08e93f5b46 rtmp: Check malloc calls 13 years ago