3917 Commits (fd5c57b813c7aa44fd8106e7bd5285319ce29d34)

Author SHA1 Message Date
Ronald S. Bultje a6789dca1b Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: 16 years ago
Ronald S. Bultje ee0cb67fa3 Factorize out common code for opening of the RTP parsing context between 16 years ago
Michael Niedermayer e7f656d5fa Clarify convergence_duration. 16 years ago
Baptiste Coudurier 00adc1e5dc set bits_per_coded_sample according to new lavc api 16 years ago
Aurelien Jacobs c16582579b matroskadec: demux relevant subtitle packets after a seek 16 years ago
Aurelien Jacobs 82360e670d matroskadec: ensure that overlapping subtitles are not added to the index 16 years ago
Aurelien Jacobs 20f7466550 matroskadec: after seeking, skip up to the desired timestamp instead of 16 years ago
Aurelien Jacobs f14a201b32 matroskadec: move timecode calculation a little earlier 16 years ago
Aurelien Jacobs 3fc9d7cec4 matroskadec: sanitize track time_scale before using it 16 years ago
Baptiste Coudurier 66ec3d56a2 print stream index in decimal not in hex, easier for debugging 16 years ago
Baptiste Coudurier bf912a482b set block align in av_write_header if not set, fix issue #489 16 years ago
Baptiste Coudurier bed4fc54c9 write copyright metadata tag 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Baptiste Coudurier 1993f8d640 terminate tag tables by CODEC_ID_NONE 16 years ago
Baptiste Coudurier 24b8aa84d0 set default bps to 16 in wav header 16 years ago
Ronald S. Bultje 4fce284c08 Implement RDT-specific data parsing routines. After these changes, simple 16 years ago
Ronald S. Bultje 99b2ac0797 Reindent after previous patch. 16 years ago
Ronald S. Bultje 1256d16b6c Implement a RDT-specific SET_PARAMETER command that subscribes to the 16 years ago
Ronald S. Bultje ff13ba92fd Add dynamic payload handlers to rdt.c. These follow the same API as the ones 16 years ago
Ronald S. Bultje 0369d2b045 Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export 16 years ago
Aurelien Jacobs 74cf481970 bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 16 years ago
Aurelien Jacobs a3467f8608 matroskadec: remove now useless vstream and is_video_key_frame 16 years ago
Aurelien Jacobs dbfb0e5f36 matroskadec: remove useless braces 16 years ago
Aurelien Jacobs 24c3da1637 matroskadec: ensure that the timecode added to the index are is the one 16 years ago
Baptiste Coudurier cf74dd4a5c do not fail if audio is uncompressed and frame size is not set, just set it 16 years ago
Baptiste Coudurier 235a51ad31 simplify bps code by using av_get_bits_per_sample 16 years ago
Aurelien Jacobs 3eb9bfbb84 matroskadec: fix ASS subtitle track packets before emitting them 16 years ago
Baptiste Coudurier 52cf395407 Fix msgsm in wav, do not set blkalign to frame size, this is wrong, 16 years ago
Aurelien Jacobs 62c24705c8 matroska: subtitle display duration must be stored in pkt->convergence_duration 16 years ago
Baptiste Coudurier 5d79f30d70 set block align and frame size for gsm in aiff 16 years ago
Baptiste Coudurier efa1fb39d2 cosmetics, remove whitespace 16 years ago
Kurtnoise 4ed1942008 actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr 16 years ago
Damiano Galassi 544a0f47af skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, 16 years ago
Baptiste Coudurier c4e02d702c change the logic to mux 13818-3 and 11172-3 in mp4, less code 16 years ago
Baptiste Coudurier e00c3de821 forbid mp3 < 16000hz in anything except mov 16 years ago
Baptiste Coudurier c3b1325158 dirac muxing support in mp4/mov 16 years ago
Baptiste Coudurier 5180b027cc cosmetics, move up mpeg1video mp4 objecttype 16 years ago
Baptiste Coudurier 2f980d2a83 cosmetics, change values to hex since mp4ra use hex 16 years ago
Baptiste Coudurier baa0be4cf0 cosmetics, vertical align 16 years ago
Baptiste Coudurier d4a240cbc9 ac3 muxing support in mov/mp4/m4v 16 years ago
Reimar Döffinger dc76fe1348 Change doxygen comment: Clarify when av_write_trailer should be called. 16 years ago
Michael Niedermayer a2636c0fd5 Add AVPacket.convergence_duration. 16 years ago
Michael Niedermayer a82630deb2 Try to clarify the semantics of AVPacket.duration. 16 years ago
Ronald S. Bultje 0ad306bc81 Remove unused code that used to handle protocol concatenation, i.e. trying 16 years ago
Ronald S. Bultje e9dea59f16 Implement Realmedia/RTSP-compatible SETUP command. This includes calculation 16 years ago
Baptiste Coudurier bea6c1ec80 fix fourcc comment 16 years ago
Ronald S. Bultje 1599503043 Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is 16 years ago
Ronald S. Bultje 79d5045d33 Use chunk-size in function calling mdpr_read_codecdata() rather than in the 16 years ago
Laurent Aimar d1c2156bc6 Fix an invalid free in the AVI muxer when an unsupported audio track is added. 16 years ago
Diego Biurrun 8212568a1c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 16 years ago