6073 Commits (bb756b2fbc64ae9984bdffddf18546b0d9f6a4dd)

Author SHA1 Message Date
  kemuri f1dfaa7a82 win32: Use _fstati64() instead of plain old fstat() on Windows to support file 15 years ago
  Martin Storsjö 3c80491daa httpauth: Fix the length passed to av_strlcat 15 years ago
  Luca Barbato 48790d8ba8 Remove stray and possibly wrong line, rtpdec.c sets that already 15 years ago
  Stefano Sabatini fa58643993 Make write_streamheader() log a message if there is no codec tag 15 years ago
  Stefano Sabatini ffd5f09844 Make write_streamheader() return a meaningful error code if no codec 15 years ago
  Stefano Sabatini fc0c41240e Make write_header() and write_headers() return an error code in case of 15 years ago
  Stefano Sabatini da9e6c4295 Make write_streamheader() and write_headers() accept an 15 years ago
  Stefano Sabatini b603ab8dc1 Make the error message issued in case of invalid codec tag more 15 years ago
  Ronald S. Bultje 03a3fcee99 Change default number of channels (used if unspecified in the format desc) 15 years ago
  Michael Niedermayer b742a12ee2 Print an error when MAX_STREAMS is reached. 15 years ago
  Martin Storsjö 27241cbffe Declare the url_write buffer parameter as const 15 years ago
  Peter Ross 0a624147c3 Prevent au_read_packet() looping endlessly when .au file contains unsupported codec type. 15 years ago
  Francesco Lavra 22a255842b Reindent after r23361. 15 years ago
  Francesco Lavra cff87f0404 Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxing 15 years ago
  Francesco Lavra 74e8ccad4c Move rm_codec_tags to rm.c so muxer/demuxer can share it. 15 years ago
  David Conrad 173bb37f82 On2 IVF demuxer 15 years ago
  Michael Niedermayer a5266a4789 Make sure that when the parser is feeded with frame==packet that the 15 years ago
  Stefano Sabatini ab8f600902 Add support for the newly added Nut codec tags (added in Nut r669): 15 years ago
  Alex Converse 1ed87f800f Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its own packet. 15 years ago
  Alex Converse 74a6df59e3 Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. 15 years ago
  Aurelien Jacobs 37dd235658 matroskadec: avoid potential crash after r23169 15 years ago
  Zhou Zongyi aafb822ba5 We're using generic tag-to-ID functions, so specific codec_id assignments 15 years ago
  Carl Eugen Hoyos 74c853b621 Samsung uses SIPP as FourCC for MPEG-4 ASP. 15 years ago
  trueice@gmail.com aae9a0931c 24l trocadero: RTMP reader forgot to shift high byte of timestamp to its 15 years ago
  Baptiste Coudurier ce2a9bc3c8 In ogg muxer, use random serial number of each ogg streams 15 years ago
  Zhentan Feng a24039861d MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>. 15 years ago
  Stefano Sabatini 781cf5fd41 Add missing codec id <-> codec tag entries: 15 years ago
  Reimar Döffinger 0e765181c4 Add -f framemd5 muxer similar to framecrc. 15 years ago
  Jai Menon 9bbe9a0dc1 Display a more descriptive log message when probe buffer limit is 15 years ago
  Janne Grunau 612dc0238a Skip pes payload during probing to avoid start code emulation. 15 years ago
  David Conrad 7bb83d8ddf matroskaenc: Write codec time base as default duration for video tracks. 15 years ago
  Reimar Döffinger f1a0518524 Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many 15 years ago
  David Conrad 8daed34e48 matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere 15 years ago
  Benjamin Larsson 50eae97057 Reduce the score for the aea demuxer probing function. 15 years ago
  Benjamin Larsson 946da73682 Fix detection of some stereo atrac files by not comparing the 15 years ago
  Baptiste Coudurier 2da6050cf2 oups, 100l, revert unrelated hunk from commit r23266 15 years ago
  Baptiste Coudurier a4de2b6ecf write 3gp perf tag for artist metadata 15 years ago
  Baptiste Coudurier 221ed48602 albm 3gp tag has optional track field not date 15 years ago
  Baptiste Coudurier ea4c4d7fe3 change author metadata to artist in mov de/muxer 15 years ago
  Stefano Sabatini 49837b8d24 Make the nut decoder read the ff_nut_video_tags to detect codec id of 15 years ago
  Stefano Sabatini 2e01def0fe Define ff_nut_video_tags and make Nut muxer and demuxer set it in 15 years ago
  Reimar Döffinger 944a1b6b96 Add a md5 muxer that allows checking the md5 sums of generated streams without 15 years ago
  Martin Storsjö 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
  Stefano Sabatini e1745e2f6e Make av_write_header() return AVERROR(EINVAL) rather than -1 if the 15 years ago
  Stefano Sabatini cf5b33d9fa Store in a dedicated array the format name - codec id - codec type 15 years ago
  Francesco Lavra 80b39e1ca6 Move AVCodecTag from riff.h into internal.h. 15 years ago
  Stefano Sabatini 83c2707908 Prefer enum CodecID over int in ff_codec_get_tag(). 15 years ago
  David Conrad 577abedb39 matroskaenc: Don't write track timecode scale 15 years ago
  David Conrad c7b913c8ad matroskadec: Allow unknown EBML doctype 15 years ago
  James Zern 470491faed matroskadec: Support webm doctype 15 years ago