15089 Commits (9646ea63df78fe79b2f9fa3e8a0f08e48bd074bb)

Author SHA1 Message Date
  Michael Niedermayer 9646ea63df avformat/mmf: switch to AVFMT_FLAG_BITEXACT 11 years ago
  Michael Niedermayer 0421409c52 avformat/matroskaenc: switch to AVFMT_FLAG_BITEXACT 11 years ago
  Michael Niedermayer fab50573bb avformat/mp3enc: switch to AVFMT_FLAG_BITEXACT 11 years ago
  Michael Niedermayer d524d424ec avformat/nutenc: switch to AVFMT_FLAG_BITEXACT 11 years ago
  Michael Niedermayer 0323a55cd8 avformat/rtpenc: switch to AVFMT_FLAG_BITEXACT 11 years ago
  Michael Niedermayer 46380e8d26 avformat/aviobuf/ff_get_line: also accept \r as end of line character 12 years ago
  Olivier Langlois f78bc96b7c lavf: Use av_gettime_relative() 12 years ago
  nu774 584f884090 riff: Pass block_align to estimate frame duration 11 years ago
  Carl Eugen Hoyos 4c49d0824a Fix alaw and mulaw muxing in caf. 11 years ago
  Martin Storsjö 34e2ce5dde hlsenc: Set the default codecs to AAC and H264 11 years ago
  Reynaldo H. Verdejo Pinochet 93cade4825 rtmpproto: info out for unsupported auth vars 11 years ago
  Reynaldo H. Verdejo Pinochet e83aae2839 rtmpproto: avoid setting auth var value if null 11 years ago
  Michael Niedermayer 77a0df4b5e estimate_timings_from_pts: Execute max 1 iteration extra to find more than 1 duration 11 years ago
  Gaullier Nicolas 68cea1bc8e estimate_timings_from_pts: Try to get the duration for all streams 11 years ago
  Michael Niedermayer 424599c7cc estimate_timings_from_pts: simplify filesize end check 11 years ago
  Gaullier Nicolas 5d944f58db estimate_timings_from_pts: Also consider packet duration 11 years ago
  Gaullier Nicolas 85349d8d00 estimate_timings_from_pts: Warn about A/V streams for which no duration could be set 11 years ago
  Hendrik Leppkes 7c377f0e74 avisynth: set duration of audio streams 12 years ago
  Anton Khirnov c9281a01b7 lavf: drop the zero-sized packets hack 12 years ago
  Anton Khirnov 0c1959b056 lavf: add AVFMT_FLAG_BITEXACT. 12 years ago
  Alex Sukhanov 8b96f31817 libavformat/mov: Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_METADATA is enabled 11 years ago
  Michael Niedermayer 09cd22860f avformat/libnut: use av_mallocz_array() 11 years ago
  Michael Niedermayer f6d17d2aa9 avformat/matroskaenc: use av_mallocz_array() 11 years ago
  Michael Niedermayer 56193d33be avformat/http: remove never twice executable loop 12 years ago
  Anton Khirnov a738540366 lavf: properly document the distinction between flags and ctx_flags 12 years ago
  Janne Grunau 449511740f build: handle library dependencies in configure 12 years ago
  Olivier Langlois f1c167496e Support broadcast destination for udp protocol 12 years ago
  Aaron Graham 72dcd48c19 avformat/asfenc: honor the maximum of 63 payloads 12 years ago
  Michael Niedermayer a8bc175dd9 avformat/mp3dec: check the number of frames per buffer size 12 years ago
  Michael Niedermayer b3b505c73b avformat/utils: if the id3 tag is too large for data after it to become available, use the full AVPROBE_SCORE_EXTENSION if extension matches 12 years ago
  Michael Niedermayer d05588e21e avformat/utils: limit probe score in the id3 case only if there is a chance that data after the id3 tag will become available 12 years ago
  Carl Eugen Hoyos ab21acecc7 Use Matroska document version 2 for WebM files if possible. 12 years ago
  Aman Gupta 72fed6d122 avformat/mpegtsenc: fix minor typo in omit_video_pes_length description 12 years ago
  Michael Niedermayer dc6b99d6b2 avformat/movenc: Check ff_put_wav_header() return code 12 years ago
  Diego Elio 'Flameeyes' Pettenò a7b554f863 rtpdec: make the NTP time values unsigned. 15 years ago
  Michael Niedermayer 0c2a6dabce avformat/rtmpproto: add FFMIN() to av_strlcpy() 12 years ago
  Martin Storsjö 0bacfa8d37 rtmpproto: Check the buffer sizes when copying app/playpath strings 12 years ago
  Lukasz Marek ce1eefe691 lavf: use av_fifo_freep 12 years ago
  Michael Niedermayer 134206ca7a avformat/utils: fix const warnings 12 years ago
  Michael Niedermayer cd20b93e2f avformat/h263dec/h263_probe: Check TR 12 years ago
  Michael Niedermayer 3ad21c50af avformat/h263dec/h263_probe: Check PSC bit 9 and 13 in 12 years ago
  Michael Niedermayer 04b15a6055 avformat/h263dec: shift data in state to make more bits available to probe 12 years ago
  Uwe L. Korn 7ce3bd9614 rtmpproto: Support alternative slist parameter in rtmp URLs 12 years ago
  Michael Niedermayer 1394e0a9e0 avformat/segment: Use av_malloc_array() 12 years ago
  Marton Balint 6c5375100c mpegts: always reset pes packet state on new packet 12 years ago
  Marton Balint a78274329c mpegts: unref buffer in reset_pes_packet_state 12 years ago
  Marton Balint d7ca914988 mpegts: factorize pes packet state reset function 12 years ago
  Marton Balint e2752de344 mpegts: fix indentation after last commit 12 years ago
  Marton Balint 9ba8debce9 mpegts: only emit new packets if data buffer exists 12 years ago
  Marton Balint a82e87618f mpegts: remove uneeded buf_size check 12 years ago