Commit History

Author SHA1 Message Date
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Baptiste Coudurier fe3ab8adfa Fix encoder metadata string langcode in mov muxer 14 years ago
  Baptiste Coudurier cc255afeb5 Correctly mark mov metadata as utf-8, using iso language code 14 years ago
  Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 14 years ago
  Stefano Sabatini ade5b91dda Use av_match_ext() rather than the deprecated match_ext(), fix 14 years ago
  Mike Melanson 2cf9c7ef9c Add support for these widely-used iTunes metadata fields: Album Artist, 15 years ago
  Baptiste Coudurier 1bd26e51f3 100l, max value for timescale is UINT16_MAX 15 years ago
  Baptiste Coudurier 729ef3ba62 remove useless mov timescale field 15 years ago
  Baptiste Coudurier 74ccc66099 change track timescale to unsigned int, fix warning 15 years ago
  Baptiste Coudurier 7506e117db track time can be 64bit 15 years ago
  Baptiste Coudurier 7c4b7d0f41 support pcm_f32/64le in mov 15 years ago
  Baptiste Coudurier ba7c0ece61 cosmetics, reindent after last commit 15 years ago
  Baptiste Coudurier feaa8d110d support sample rates > INT16_MAX in mov using stsd v2 15 years ago
  David Conrad 7382902b86 MOV: Add several iTunes metadata tags 15 years ago
  David Conrad 620af1a17a MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) 15 years ago
  Justin Ruggles aca857ecd3 Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an 15 years ago
  Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
  Larbi Joubala 15c315b7f1 fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com 15 years ago
  Larbi Joubala 606d48cee1 fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com 15 years ago
  Baptiste Coudurier e1316b19ea write 'stps' for mpeg-2 open gop in .mov 15 years ago
  Baptiste Coudurier ab4752e382 use flags field and remove key_frame field 15 years ago
  Baptiste Coudurier fe335ff530 change cts type to int, save some space 15 years ago
  Baptiste Coudurier 3a86d3f646 factorize av_set_pts_info 15 years ago
  Baptiste Coudurier 1fbbedff85 cosmetics, alignment 15 years ago
  Baptiste Coudurier f65aad9587 rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing 15 years ago
  Baptiste Coudurier 5b50b8f57f bgra in .mov muxing 15 years ago
  Baptiste Coudurier dfb0471fce correct pixfmt for argb 15 years ago
  Baptiste Coudurier ed88074a32 rgba in .mov muxing 15 years ago
  Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 15 years ago
  Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 15 years ago
  Baptiste Coudurier 3c8d144789 move codec tag tables near corresponding code 15 years ago
  Baptiste Coudurier 08680ab8c2 cosmetics, reindent 15 years ago
  Baptiste Coudurier 0872acc45c cosmetics, add empty line and remove useless braces 15 years ago
  Baptiste Coudurier b6cb99469f fix compilation, add missing parenthesis 15 years ago
  Baptiste Coudurier 130ba4b17a comment the ipod subtitle check 15 years ago
  Baptiste Coudurier 6452af7a33 invert condition to simplify code 15 years ago
  Baptiste Coudurier cf9ce6a3d6 remove no more needed code, tag is set by default 15 years ago
  Baptiste Coudurier 2ab57c0443 cosmetics, reindent, add empty lines 15 years ago
  Baptiste Coudurier 6b60028595 split mov_find_codec_tag in separate per format functions 15 years ago
  Baptiste Coudurier 2fa6bc789f set bits_per_coded_sample for rawvideo 15 years ago
  Baptiste Coudurier 50d2d05d34 override mov fourcc for pcm audio, this is safer when stream copying 15 years ago
  Baptiste Coudurier 5c5776e10d allocate tracks instead of using MAX_STREAMS 15 years ago
  Baptiste Coudurier 7c4502c8c4 typo in the mail, the 4am commit is always the worst 15 years ago
  Baptiste Coudurier 4909e517fd cosmetics 15 years ago
  Baptiste Coudurier 983bdd3788 add my copyright in mov de/muxer 15 years ago
  Baptiste Coudurier d168b3fd2d reindent 15 years ago
  Baptiste Coudurier 7943a90a0d keep original tag when stream copying subs with ipod format 15 years ago
  Baptiste Coudurier c569bd0632 ipod supports both subs tags 15 years ago
  Baptiste Coudurier 80357cfcfb reindent 15 years ago