4066 Commits (2014b51caee15069ae50cf4151f694ffadb4b7ba)

Author SHA1 Message Date
  Baptiste Coudurier fe28178303 cosmetics, remove GXF: in log messages since it is present in context 16 years ago
  Baptiste Coudurier 99f296b304 skip invalid audio samples in gxf packets 16 years ago
  Baptiste Coudurier c75a0cce5b include sys/select.h to get select, according to posix 2001, 16 years ago
  Baptiste Coudurier 933bd8e291 include sys/select.h instead of unistd.h to get select, 16 years ago
  Baptiste Coudurier 4e240985d8 stop parsing if tag size is wrongly < 8 to avoid infinite loop 16 years ago
  Michael Niedermayer f2d65a6c8a Avoid segfault due to not set AVCodec. 16 years ago
  Baptiste Coudurier aeb627888d merge amr wb case with amr nb and qcelp 16 years ago
  Baptiste Coudurier 26f5e1469f do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz 16 years ago
  Michael Niedermayer f26be47740 ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". 16 years ago
  Vitor Sessak b93dd8383a Add support for RVTR fourCC 17 years ago
  Michael Niedermayer 0354ddb71c Ensure that muxer and encoder aspect ratios match. So no 17 years ago
  Kostya Shishkov b30cb420cf Add fourcc for MS RLE4 17 years ago
  Baptiste Coudurier 5813a29eb1 revert r14983, value is not sample aspect ratio, it is display aspect ratio 17 years ago
  Justin Ruggles e1a12934c5 write number of samples in FLAC extradata. 17 years ago
  Justin Ruggles 5165651cf9 add error message for unsupported codecs in WAVE. 17 years ago
  Ronald S. Bultje 2834c365d2 Reindent after r15317. 17 years ago
  Ronald S. Bultje 2e889ae4b9 Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport 17 years ago
  Aurelien Jacobs a8fd7e764a matroskadec: simplify, first_timecode is already in the index 17 years ago
  Aurelien Jacobs 5358a81f9c matroskadec: prevent seeking before the first keyframe of the reference stream 17 years ago
  Ronald S. Bultje a6789dca1b Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: 17 years ago
  Ronald S. Bultje ee0cb67fa3 Factorize out common code for opening of the RTP parsing context between 17 years ago
  Michael Niedermayer e7f656d5fa Clarify convergence_duration. 17 years ago
  Baptiste Coudurier 00adc1e5dc set bits_per_coded_sample according to new lavc api 17 years ago
  Aurelien Jacobs c16582579b matroskadec: demux relevant subtitle packets after a seek 17 years ago
  Aurelien Jacobs 82360e670d matroskadec: ensure that overlapping subtitles are not added to the index 17 years ago
  Aurelien Jacobs 20f7466550 matroskadec: after seeking, skip up to the desired timestamp instead of 17 years ago
  Aurelien Jacobs f14a201b32 matroskadec: move timecode calculation a little earlier 17 years ago
  Aurelien Jacobs 3fc9d7cec4 matroskadec: sanitize track time_scale before using it 17 years ago
  Baptiste Coudurier 66ec3d56a2 print stream index in decimal not in hex, easier for debugging 17 years ago
  Baptiste Coudurier bf912a482b set block align in av_write_header if not set, fix issue #489 17 years ago
  Baptiste Coudurier bed4fc54c9 write copyright metadata tag 17 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 17 years ago
  Baptiste Coudurier 1993f8d640 terminate tag tables by CODEC_ID_NONE 17 years ago
  Baptiste Coudurier 24b8aa84d0 set default bps to 16 in wav header 17 years ago
  Ronald S. Bultje 4fce284c08 Implement RDT-specific data parsing routines. After these changes, simple 17 years ago
  Ronald S. Bultje 99b2ac0797 Reindent after previous patch. 17 years ago
  Ronald S. Bultje 1256d16b6c Implement a RDT-specific SET_PARAMETER command that subscribes to the 17 years ago
  Ronald S. Bultje ff13ba92fd Add dynamic payload handlers to rdt.c. These follow the same API as the ones 17 years ago
  Ronald S. Bultje 0369d2b045 Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export 17 years ago
  Aurelien Jacobs 74cf481970 bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 17 years ago
  Aurelien Jacobs a3467f8608 matroskadec: remove now useless vstream and is_video_key_frame 17 years ago
  Aurelien Jacobs dbfb0e5f36 matroskadec: remove useless braces 17 years ago
  Aurelien Jacobs 24c3da1637 matroskadec: ensure that the timecode added to the index are is the one 17 years ago
  Baptiste Coudurier cf74dd4a5c do not fail if audio is uncompressed and frame size is not set, just set it 17 years ago
  Baptiste Coudurier 235a51ad31 simplify bps code by using av_get_bits_per_sample 17 years ago
  Aurelien Jacobs 3eb9bfbb84 matroskadec: fix ASS subtitle track packets before emitting them 17 years ago
  Baptiste Coudurier 52cf395407 Fix msgsm in wav, do not set blkalign to frame size, this is wrong, 17 years ago
  Aurelien Jacobs 62c24705c8 matroska: subtitle display duration must be stored in pkt->convergence_duration 17 years ago
  Baptiste Coudurier 5d79f30d70 set block align and frame size for gsm in aiff 17 years ago
  Baptiste Coudurier efa1fb39d2 cosmetics, remove whitespace 17 years ago