6814 Commits (cf9cb1f99a661f540523d559cd4018b71e70e8c0)

Author SHA1 Message Date
  Anton Khirnov b6125545da mp3enc: add support for writing UTF-16 tags 14 years ago
  Anton Khirnov 6e89b61293 lavf: move ff_put_str16_nolen from asf to avio and rename it 14 years ago
  Anton Khirnov e910a77b0d avio: add av_put_str and deprecate put_strz in favor of it 14 years ago
  Anton Khirnov d3058be6ee lavf: move the version macros to a new header 14 years ago
  Anton Khirnov eeb0b893e3 id3v2: use an enum for encodings instead of magic numbers. 14 years ago
  Anton Khirnov baa69f8a84 Split mp3 demuxer and muxer into separate files. 14 years ago
  Janne Grunau 236bb68d76 mpegtsenc: prefer metadata keyed with "service_name" 14 years ago
  Georgi Chorbadzhiyski d7b219ca96 Set service_provider and service_name in mpegts demuxer 14 years ago
  Anton Khirnov d4cc1f5b97 id3v2: don't overwrite existing tags 14 years ago
  Anton Khirnov 189665d927 id3v2: convert metadata after all the tags were read 14 years ago
  Anton Khirnov b3158f7a42 id3v2: make ff_id3v2_parse static 14 years ago
  Georgi Chorbadzhiyski 7916202b97 Add service_provider and service_name metadata 14 years ago
  Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
  Justin Ruggles f61cbc22d3 Revise check for codec id in voc demuxer. 14 years ago
  Justin Ruggles 1ae02fe03b Fix bug in voc demuxer that was introduced in SVN r26309. 14 years ago
  Reimar Döffinger 54bc640362 Missing parts of IVF muxer support. 14 years ago
  Reimar Döffinger 326851b9bc Add muxer for IVF format. 14 years ago
  John Wimer b79c3df088 prevent integer overflow in calculating duration 14 years ago
  Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
  Michael Niedermayer 8bb7d97be0 Check 4xm headers for validity. This should avoid 1/0. 14 years ago
  Michael Niedermayer f9329946d0 Parse fact chunks from wav files to find duration. 15 years ago
  Michael Niedermayer 724b1f6a05 Factor tag reading code out of wav read_header() 15 years ago
  Michael Niedermayer 462b26202b Set duration for wav files from sample size and data size or the wf64 sample value. 15 years ago
  Baptiste Coudurier 6dc7dc08ed In mxf muxer, check the return value of gmtime, fix #2494 15 years ago
  Ronald S. Bultje 06ed024d4f Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer, 15 years ago
  Ronald S. Bultje 7f88a5bf9b Introduce av_metadata_copy() to copy metadata from one struct to another. 15 years ago
  Peter Ross b070bcfe8a wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unreliable 15 years ago
  Martin Storsjö c66f53cf8b Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN) 15 years ago
  Stefano Sabatini 0d3ee13551 Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes. 15 years ago
  Martin Storsjö a6963f8304 aviobuf: Retry if the read/write function returns AVERROR(EAGAIN) 15 years ago
  Baptiste Coudurier c3024f9e7e In mov demuxer, handle better wrong time scale, fix issue #2528 15 years ago
  Baptiste Coudurier f6253caf8b In mov demuxer, set r_frame_rate for cfr files 15 years ago
  Daniel Kang e048a9cab1 Do not crash for illegal sample size, fixes issue 2502. 15 years ago
  Stefano Sabatini 440d761e40 Clarify timestamps related error messages in compute_pkt_fields2(). 15 years ago
  Peter Ross 1c4ac03530 electronicarts: prevent endless loop opportunity in process_audio_header_elements() 15 years ago
  Peter Ross 74093bb593 revert r26302 15 years ago
  Peter Ross e19e051e56 electronicarts: prevent endless loop opportunity in process_audio_header_elements() 15 years ago
  Peter Ross 42396c2e67 electronicarts: only apply audio sanity checks when audio stream is present 15 years ago
  Daniel Kang cb77dad724 perform sanity check on sample rate in electronicarts demuxer 15 years ago
  Daniel Kang 4da766ce65 perform sanity check on number of channels in electronicarts demuxer 15 years ago
  Martin Storsjö a3b058b7ba rtsp: Properly fail if unable to open an input RTP port 15 years ago
  Peter Ross 5a477e5960 fix indentation 15 years ago
  Peter Ross 866009ea19 wtv: only process timestamp_guid chunks for streams that we know about 15 years ago
  Peter Ross a5a36a7970 wtv: do not repopulate codec information after we have seen data chunks 15 years ago
  Peter Ross bf2e54174e wtv: stop processing chunks if length is smaller than chunk header 15 years ago
  Peter Ross 9372f31e03 wtv: fix typo 15 years ago
  Peter Ross 50d83b2005 Add audio codec 0x1602 (AAC LATM) 15 years ago
  Carl Eugen Hoyos d267b339e4 Lagarith decoder by Nathan Caldwell, saintdev at gmail 15 years ago
  Baptiste Coudurier a2b7ed3274 In mov muxer, override codec tag for dv in mov, fix remuxing from avi 15 years ago
  Baptiste Coudurier 10d8eac98d In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gp 15 years ago