15279 Commits (5039aadf68deb9ad6dd0737ea11259fe53d3727b)

Author SHA1 Message Date
Anton Khirnov d754ed4172 riffenc: take an AVStream instead of an AVCodecContext 11 years ago
Anton Khirnov f792d3cbb8 lavf: add the notimestamps flag to the muxers missing it 11 years ago
Anton Khirnov cfbdd7ffbd rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebase 11 years ago
Anton Khirnov 894682a973 Remove avserver. 11 years ago
Josh Allmann 74bc945805 flvenc: Don't over-count metadata. 11 years ago
Michael Niedermayer 2fbdfba0f2 avformat/flvdec: Support live flv / NGINX RTMP streams 11 years ago
Michael Niedermayer 7b7afaf849 avformat/dump: put copyright back from the file from which dump.c was split out 11 years ago
Michael Niedermayer c1b15c16ef avformat/smoothstreamingenc: Use av_mallocz_array() 11 years ago
Michael Niedermayer 153b5fb2fd avformat/framecrcenc: print the checksum and size of extradata as well 11 years ago
Michael Niedermayer 86a9370e2b avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it 11 years ago
Vittorio Giovara 711aa2a827 lavf: dump stream side data when probing 11 years ago
Vittorio Giovara 2dc265619a lavf: group dump functions together 11 years ago
Diego Biurrun dca7ba4bff Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs 11 years ago
Michael Niedermayer 27b8ef5bb7 avformat/oggparsevorbis: Dont attempt to calculate timestamps from gp=0 11 years ago
Luca Barbato f121dbd9f7 mpegts: Provide an option to override the pcr period 11 years ago
Luca Barbato 3f7e94eccd mpegts: Move the option section to the bottom 11 years ago
Michael Niedermayer 3a76d7f73d avformat/nutenc: cleaner version check 11 years ago
Michael Niedermayer d7f398c542 avformat/nutenc: Fix error handling in nut_write_packet() 11 years ago
Michael Niedermayer 0f0f626048 avformat/rawdec: Increase probe score when "Content-Type: image/jpeg" is found at the file start 11 years ago
Carl Eugen Hoyos 5482780a3b Allow values >31bit for -analyzeduration. 11 years ago
Michael Niedermayer ec2b6ee59a avformat/utils: dont wait for a first dts on demuxers which have AVFMT_NOTIMESTAMPS set 11 years ago
Michael Niedermayer b45a451dbe avformat/rawdec: mark raw vc1 and mjpeg as having no timestamps 11 years ago
Michael Niedermayer 65571ee4e3 avformat/rawdec: add FF_DEF_RAWVIDEO_DEMUXER2, which allows specifying the flags 11 years ago
Michael Niedermayer 2351ea8a2e avformat/nutenc: Fix error handling in write_sm_data() 11 years ago
Carl Eugen Hoyos 958168d505 lavf/mpegts: Reduce number of "Predefined SLConfigDescriptor" warnings shown. 11 years ago
Michael Niedermayer 2d3842f541 avformat: add mjpeg_probe() 11 years ago
Michael Niedermayer 52e563bb2f avformat/cavsvideodec: Fix probing when the file extension is avs 11 years ago
Michael Niedermayer 7c3af60016 avformat/movenc: use av_malloc(z)_array() 11 years ago
Michael Niedermayer b2d1e22c2a avformat/udp: fix build on MINIX 11 years ago
Michael Niedermayer 74760883fc avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled. 11 years ago
Vignesh Venkatasubramanian c80181352c lavf/matroskaenc: Fix Cues on Audio for WebM DASH 11 years ago
Martin Storsjö 103243ca64 oggenc: Set the right AVOption size for the pref_duration option 11 years ago
Michael Niedermayer 27b893b231 avformat/mov: fix "warning: variable altitude set but not used" warning 11 years ago
Martin Storsjö e7d6d0bf3c mov: Export geotag metadata fields 11 years ago
Carl Eugen Hoyos d58bcc1921 Allow >2G for skip_initial_bytes. 11 years ago
Martin Storsjö 95b7fa1729 oggenc: Support flushing the muxer 11 years ago
Michael Niedermayer 571ab8344a avformat/avidec: allow rounding errors between scale/rate and timebase 11 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer 72e4ceeb79 avformat/asfdec: Use a parser for mpeg4-asp to find has_b_frames 11 years ago
Carl Eugen Hoyos 763e714442 Do not limit blocksize when reading PCM from aiff. 11 years ago
Michael Niedermayer 1a426d5404 avformat/utils/avformat_find_stream_info: Move max_analyze_duration setup out of the packet loop 11 years ago
Michael Niedermayer 6f6edfe1c0 avformat/utils: Call ff_rfps_add_frame() only for video 11 years ago
Michael Niedermayer bfb3ed1a9d avformat/mux: Dont leave stale side data pointers in ff_interleave_add_packet() 11 years ago
Michael Niedermayer 74ece44373 avformat/mux: fix memleak of side data in flac fate tests 11 years ago
Carl Eugen Hoyos f284e85714 Report "unknown codec" instead of "unspecifed size" if the codec is unknown. 11 years ago
Uwe L. Korn 59cb5747ec rtmpproto: read metadata to set correct FLV header 11 years ago
Uwe L. Korn 3b18857ab3 rtmppkt: Add method to read an AMF string that is not prefixed by its type 11 years ago
Uwe L. Korn a1859032e3 flvdec: Do not default to a video and audio stream 11 years ago
Anton Khirnov e19d48dfce flac muxer: support reading updated extradata from side data 11 years ago
Anton Khirnov 0097cbea69 flac muxer: accept only STREAMINFO extradata 11 years ago