15411 Commits (68215724997c26d02a215b377de441b511804ecc)

Author SHA1 Message Date
Michael Niedermayer 6821572499 avformat/movenc: dont mark multichannel as mono tracks as containing the center channel 11 years ago
Michael Niedermayer 47c84c0bf7 avformat/wavdec: add basic sanity check for the sample count 11 years ago
Michael Niedermayer 2db1bcf1b9 avformat/asfdec: Try to improve skip case 11 years ago
Lukasz Marek 4cc0f79a2c lavf: add samba protocol via libsmbclient 11 years ago
Star Brilliant 3f815f713b AVFormat: LRC demuxer and muxer 11 years ago
Michael Niedermayer 4eb13cdfb0 avformat/asfdec: dvrms timestamps are pts not dts 11 years ago
Michael Niedermayer 8202c49b43 avformat/utils: do not wait for packets from discarded streams for genpts 11 years ago
Michael Niedermayer 4470a3eeaf avformat/mpegts: dont clear programs during probing 11 years ago
Lukasz Marek ca671beead lavf/libssh: set freed pointers to NULL 11 years ago
Paul B Mahol 6779bf3f0f avformat/wavenc: use av_mallocz_array() 11 years ago
Michael Niedermayer c6c172d173 avformat/mpegts: skip updating programs/streams when determining duration 11 years ago
Luca Barbato df2aa22203 mov: Clarify tkhd flag settings 11 years ago
Luca Barbato f90729699d mov: Do not group tracks if more than one is enabled per type 11 years ago
Michael Niedermayer 0089fb79cc avformat/cdg: Do not fail if filesize cannot be determined 11 years ago
Nidhi Makhijani 44386aaad8 cdg: Forward error from avio_size() in read_header() function 11 years ago
Alexander V. Lukyanov 5adcef9c1b mpegts: pass MpegTSContext ptr explicitly 11 years ago
Nicolas Martyanoff 6cc1fec412 avformat/hlsenc: correctly compute target duration 11 years ago
Michael Niedermayer b83e0903ec avformat/m4vdec: raise threshold slightly for detection 11 years ago
Anton Khirnov 0307cc2253 rtpdec: pass an AVFormatContext to ff_parse_fmtp() 11 years ago
Anton Khirnov 650d384048 yuv4mpegenc: do not access AVCodecContext.coded_frame 11 years ago
Anton Khirnov 27c1f82f56 nsvdec: remove commented out cruft 11 years ago
Anton Khirnov edb1af7c46 mov: free the dv demux context with avformat_free_context() 11 years ago
Anton Khirnov a14b61658c mtv: do not set sample_rate for video 11 years ago
Anton Khirnov b8604a9761 oggparsecelt: do not set AVCodecContext.frame_size 11 years ago
Anton Khirnov d5cf5afabb adxdec: get rid of an avpriv function 11 years ago
Anton Khirnov f6ee61fb05 lavc: export DV profile API used by muxer/demuxer as public 11 years ago
Anton Khirnov c9c1265c52 avformat: update muxing doxy 11 years ago
Anton Khirnov abda15a990 cdg: set the keyframe flag on the first packet 11 years ago
Mark Boorer 352756ecae avformat/movenc: respect color_range when encoding dnxhd. 11 years ago
Michael Niedermayer 7125b6ca90 avformat/segment: remove gettimeofday() use, remove sys/time.h 11 years ago
Alexander V. Lukyanov 8635954335 avformat/mpegts: pass MpegTSContext ptr explicitly (fixes #3721) 11 years ago
Martin Storsjö 18fb38fb9e mov: Remove a variable that is set but never used 11 years ago
Luca Barbato 52a1c32c0a nut: Use nut->version in the version range check 11 years ago
Michael Niedermayer a981d1b6aa avformat/nutdec: if all else fails try to lookup video tag in isom 11 years ago
Michael Niedermayer 5a4edf6f0d avformat/movenc: check that the video resolution is supported 11 years ago
Roman Savchenko 3d90f27ad5 avformat_new_stream: make the AVCodec parameter const 11 years ago
Michael Niedermayer b8d017adba avformat/segment: simplify localtime* use 11 years ago
Deti fliegl 8cda23f341 avformat/segment: Support cutting at clocktime 11 years ago
Michael Niedermayer a863c97e99 smoothstreamingenc: Fix a memory leak on errors 11 years ago
Nidhi Makhijani 02a7a5e330 vc1test: Check malloc call 11 years ago
Nidhi Makhijani 77fc7b7672 vc1test: Return proper error codes 11 years ago
Martin Storsjö 865461099e librtmp: Don't free the temp url at the end of rtmp_open 11 years ago
Michael Niedermayer a53c5d454e avformat/smoothstreamingenc: fix memleak 11 years ago
Carl Eugen Hoyos d919fdd4f7 Do not detect jp2 images as mov files. 11 years ago
Lukasz Marek b7adc5b5a6 lavf/libssh: call ssh_userauth_none before ssh_userauth_list 11 years ago
Michael Niedermayer d1a8659efe avformat/img2dec: remove functions from image pipe which are unneeded for image pipes 11 years ago
Michael Niedermayer c277ab6b78 avformat/img2dec: improve bmp probe 11 years ago
Michael Niedermayer d36fe733c1 avformat/img2dec: increase probe buffer to 2k 11 years ago
Michael Niedermayer 0437445926 avformat/img2dec: set AVProbeData size correctly on corner cases of tiny files 11 years ago
Michael Niedermayer 6691eee48c avformat/img2dec: avoid seekback on probeing 11 years ago