15358 Commits (0ebcf878032fa32a02e406a3397b51dc8b45109d)

Author SHA1 Message Date
  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
  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
  Michael Niedermayer dc5972f886 avformat/flvdec: give live_flvdec a separate name 11 years ago
  Carl Eugen Hoyos e3fd263f0b Show duration for large asf files as written in the file header. 11 years ago
  Diego Biurrun 97578f5f3b build: Add missing object file for Matroska demuxer 11 years ago
  Moritz Barsnick 10b8481a26 fix several typos 11 years ago
  Gaullier Nicolas 650ef18078 avformat/utils: better probing for duration in estimate_timings_from_pts() 11 years ago
  James Almer 4c9ee1590f lavf/Makefile: fix standalone compilation of live_flv 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
  Michael Niedermayer 1d54f51084 avformat/mux: simplify ff_choose_timebase() 11 years ago
  Michael Niedermayer 75511c293a dump_stream_format: fix division by 0 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
  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