10021 Commits (95d312d6c82e7485f43c3ddda0f369af0e41c83b)

Author SHA1 Message Date
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
Roman Savchenko 3d90f27ad5 avformat_new_stream: make the AVCodec parameter const 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
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
Vittorio Giovara cdab9db2ad lavf: document av_dump_format() 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
Vittorio Giovara 39975acc69 rtpenc_jpeg: check for color_range too 11 years ago
Anton Khirnov 3f4edf0125 dump_stream: print the timebase as is, do not reduce it 11 years ago
Justin Ruggles f2f2e7627f Check mp3 header before calling avpriv_mpegaudio_decode_header(). 11 years ago
Diego Biurrun 73953df71a Replace av_malloc() and memset(0) by av_mallocz() 11 years ago
Diego Biurrun 85d805d5cc build: Add missing object files for webm muxer 11 years ago
Diego Biurrun 03391b5432 build: Add missing object files for Matroska demuxer 11 years ago
Diego Biurrun 49470b9404 build: Add missing replaygain object file for CAF demuxer 11 years ago
Joshua Kordani c385313d25 rtsp: Support misordered fmtp rtpmap 11 years ago
Luca Barbato c9c1e00f95 rtsp: Factor out fmtp parsing 11 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
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
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
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
Martin Storsjö 103243ca64 oggenc: Set the right AVOption size for the pref_duration option 11 years ago
Martin Storsjö e7d6d0bf3c mov: Export geotag metadata fields 11 years ago
Martin Storsjö 95b7fa1729 oggenc: Support flushing the muxer 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
Tudor Suciu d2ef708c95 matroskaenc: Allow VP9 and Opus in webm 11 years ago
Martin Storsjö f797b134ca rtpenc_chain: Don't copy the time base to the source stream by default 11 years ago
Martin Storsjö abb810db03 Revert "rtpenc_chain: Don't copy the time_base back to the caller" 11 years ago
Anton Khirnov 962d631573 matroskaenc: set the stream timebase earlier 11 years ago
Anton Khirnov 43e7f0797f flvenc: only write the framerate tag based on avg_frame_rate 11 years ago
Anton Khirnov cf6977712c movenc: write avg_frame_rate as the framerate, not the codec timebase 11 years ago
Anton Khirnov 81eec081af matroskaenc: base DefaultDuration on the framerate, not the codec timebase 11 years ago