15429 Commits (28f31e78eb9c2683fb50a1116e337dca5b97dab2)

Author SHA1 Message Date
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
Michael Niedermayer 726e253b00 avformat/img2dec: allocate and clear padding area for probe correctly 11 years ago
Carl Eugen Hoyos 4c145b692c Autodetect JPEG2000 imagess. 11 years ago
Lukasz Marek c82521713d lavf/ftp: always treat all response codes >= 500 as error 11 years ago
Lukasz Marek a0358db323 lavf/ftp: explicitly enable UTF-8 11 years ago
Lukasz Marek 3ba6dce48d lavf/ftp: make response parsing more RFC compliant 11 years ago
Anton Khirnov 9279826008 id3v2enc: use a case-insensitive comparison for APIC picture type 11 years ago
Nidhi Makhijani 0955e57ad0 daud: split muxer and demuxer 11 years ago
Carl Eugen Hoyos d538dd824e avformat: Add image3 demuxers with format autodetection 11 years ago
James Zern dea377fcc0 ivfenc: support VP9 11 years ago
Michael Niedermayer a3c479fc49 avformat/avformat: minor grammar improvement 11 years ago
Vittorio Giovara cdab9db2ad lavf: document av_dump_format() 11 years ago
Carl Eugen Hoyos b02cfad7d2 Fix standalone compilation of the wtv muxer. 11 years ago
Michael Niedermayer 98569d8963 matroskadec: Fix a double negation typo 11 years ago
Luca Barbato 48e6432407 matroska: Factor out mkv_write_stereo_mode 11 years ago
Luca Barbato b75a1f9892 matroska: Factor out write_track from mkv_write_tracks 11 years ago
Luca Barbato f1f6156b3f matroska: K&R formatting cosmetics 11 years ago
Yusuke Nakamura 20f95f21f9 mov: Support default-base-is-moof. 11 years ago
Michael Niedermayer f054d1e7ae avformat/hdsenc: Use av_mallocz_array() 11 years ago
Michael Niedermayer ca384d708b avformat/rtsp: use av_malloc_array() 11 years ago
Michael Niedermayer e6aba1be4c avformat/options_table: Fix flush_packet flag flags 11 years ago
Michael Niedermayer c599c211fb avformat/mux: fix flush_packets flag with flushing buffers 11 years ago
Vittorio Giovara 39975acc69 rtpenc_jpeg: check for color_range too 11 years ago
Gaullier Nicolas 134beb9e02 avformat/mxfenc: rename very recently added option to set/force channelcount in MXF D-10 11 years ago
Anton Khirnov 3f4edf0125 dump_stream: print the timebase as is, do not reduce it 11 years ago
Gaullier Nicolas 3eae34d50f avformat/mxfenc: set/force channelcount in MXF D-10 11 years ago
Michael Niedermayer 74bd039f8c avformat/nutdec: improve probe speed by 30% 11 years ago
Michael Niedermayer 501158c682 avformat/wavenc: simplify malloc failure checking 11 years ago
Michael Niedermayer 3bd0221bc1 avformat/wavenc: more specific error return for "Writing 16 bit peak for 8 bit audio" 11 years ago
Michael Niedermayer d34d3304a8 avformat/wavenc: do not hardcode array size in memset and other functions 11 years ago
Michael Niedermayer 2e1e10a6bb avformat/wavenc: use the bitexact flag from avformat instead of the one from avcodec 11 years ago
Georg Lippitsch fd504f7c6f Peak Envelope Chunk encoder: Indent 11 years ago
Georg Lippitsch e3b03da772 EBU Tech 3285 - Supplement 3 - Peak Envelope Chunk encoder 11 years ago
Justin Ruggles f2f2e7627f Check mp3 header before calling avpriv_mpegaudio_decode_header(). 11 years ago