6836 Commits (9c5c348eefcef41b1d0e459348dadeeb731e8b59)

Author SHA1 Message Date
  Jai Menon c481ff1029 ffmetaenc: Use correct format specifiers. 15 years ago
  Mans Rullgard 8fa28af965 tty: remove superflous #include <strings.h> 15 years ago
  Georgi Chorbadzhiyski 4fee6f32e2 mpegtsenc: remove unused variables 15 years ago
  Mans Rullgard 3e8c4f9689 avidec: make print_tag() a macro and remove related ifdefs 15 years ago
  Diego Elio Pettenò 53d3f66bae Make RTPFirstDynamicPayloadHandler static to rtpdec.c 15 years ago
  Diego Elio Pettenò c2ec089c5a Make ff_realmedia_mp3_dynamic_handler static. 15 years ago
  Diego Elio 'Flameeyes' Pettenò 463532310a Don't check for DEBUG before using dprintf. 15 years ago
  Diego Elio Pettenò 81c38db13c Make dvenc.c functions static to the unit. 15 years ago
  Martin Storsjö 4f40ec0552 rtspdec: Retry with TCP if UDP failed 15 years ago
  Martin Storsjo 2afd30bf7a rtspdec: Move rtsp_read_pause up, next to rtsp_read_play 15 years ago
  Martin Storsjo 3f44e3c91a rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request 15 years ago
  Martin Storsjo abbc1d272e rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request 15 years ago
  Martin Storsjo d89a08d81b rtsp: Make make_setup_request a nonstatic function 15 years ago
  Martin Storsjö 1a172ce6b1 applehttp: Fix the key check in handle_variant_args 15 years ago
  Kostya 69c78161d2 reindent after last commit 15 years ago
  Kostya 8a485dd399 Extend WavPack demuxer and decoder to support >2 channel audio 15 years ago
  Jai Menon 9de202a633 ffmetaenc : Use more correct format specifiers. 15 years ago
  Baptiste Coudurier d4e0130e46 In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it. 15 years ago
  Anton Khirnov 5b7e7544e1 mp3enc: support for id3v2.3 tags using a per-muxer AVOption 15 years ago
  Anton Khirnov fe01dd8d74 id3v2: split tables for various ID3v2 versions 15 years ago
  Anton Khirnov 5052830fec mp3enc: handle errors in id3v2_put_ttag 15 years ago
  Clément Bœsch 204a18151c Move ID3v1 skip from decoder to demuxer 15 years ago
  Anton Khirnov b6125545da mp3enc: add support for writing UTF-16 tags 15 years ago
  Anton Khirnov 6e89b61293 lavf: move ff_put_str16_nolen from asf to avio and rename it 15 years ago
  Anton Khirnov e910a77b0d avio: add av_put_str and deprecate put_strz in favor of it 15 years ago
  Anton Khirnov d3058be6ee lavf: move the version macros to a new header 15 years ago
  Anton Khirnov eeb0b893e3 id3v2: use an enum for encodings instead of magic numbers. 15 years ago
  Anton Khirnov baa69f8a84 Split mp3 demuxer and muxer into separate files. 15 years ago
  Janne Grunau 236bb68d76 mpegtsenc: prefer metadata keyed with "service_name" 15 years ago
  Georgi Chorbadzhiyski d7b219ca96 Set service_provider and service_name in mpegts demuxer 15 years ago
  Anton Khirnov d4cc1f5b97 id3v2: don't overwrite existing tags 15 years ago
  Anton Khirnov 189665d927 id3v2: convert metadata after all the tags were read 15 years ago
  Anton Khirnov b3158f7a42 id3v2: make ff_id3v2_parse static 15 years ago
  Georgi Chorbadzhiyski 7916202b97 Add service_provider and service_name metadata 15 years ago
  Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 15 years ago
  Justin Ruggles f61cbc22d3 Revise check for codec id in voc demuxer. 15 years ago
  Justin Ruggles 1ae02fe03b Fix bug in voc demuxer that was introduced in SVN r26309. 15 years ago
  Reimar Döffinger 54bc640362 Missing parts of IVF muxer support. 15 years ago
  Reimar Döffinger 326851b9bc Add muxer for IVF format. 15 years ago
  John Wimer b79c3df088 prevent integer overflow in calculating duration 15 years ago
  Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 15 years ago
  Michael Niedermayer 8bb7d97be0 Check 4xm headers for validity. This should avoid 1/0. 15 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