Mercurial > libavformat.hg
graph
-
matroskaenc: remove useless mkv_block_size() function libavformatSat, 04 Oct 2008 22:41:58 +0000, by aurel
-
Make size variables in dyn_buf_write unsigned so gcc will not optimize the libavformatSat, 04 Oct 2008 21:11:58 +0000, by reimar
-
Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com. libavformatSat, 04 Oct 2008 11:20:02 +0000, by diego
-
Implement RDTDemuxContext, which contains RDT-specific data (similar to libavformatSat, 04 Oct 2008 04:19:15 +0000, by rbultje
-
Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) libavformatSat, 04 Oct 2008 04:17:59 +0000, by rbultje
-
Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque libavformatSat, 04 Oct 2008 04:16:44 +0000, by rbultje
-
Change function prototype of RTPDynamicPayloadHandler.parse_packet() to libavformatSat, 04 Oct 2008 04:15:06 +0000, by rbultje
-
Rename RTP payload contexts to PayloadContext, suggested by Luca in libavformatSat, 04 Oct 2008 04:11:12 +0000, by rbultje
-
set sample rate for amr to allow stream copy since no decoder is present, libavformatFri, 03 Oct 2008 19:37:41 +0000, by bcoudurier
-
Remove offset_t typedef and use int64_t directly instead. libavformatFri, 03 Oct 2008 10:16:29 +0000, by diego
-
matroskadec: don't merge packets which have no timestamp libavformatThu, 02 Oct 2008 21:14:56 +0000, by aurel
-
Use __typeof__ instead of GCC-specific typeof keyword. libavformatThu, 02 Oct 2008 20:01:13 +0000, by gpoirier
-
MinGW runtime 3.15 has a wrapper for usleep(). libavformatThu, 02 Oct 2008 17:43:27 +0000, by ramiro
-
Add (additional) const to many global tables. libavformatThu, 02 Oct 2008 15:52:04 +0000, by reimar
-
Visible width/height fields were added in Theora 3.2 libavformatWed, 01 Oct 2008 14:43:08 +0000, by conrad
-
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding libavformatWed, 01 Oct 2008 12:38:41 +0000, by rbultje
-
This patch refactors RDT packet header parsing so that it can be used in libavformatWed, 01 Oct 2008 12:37:07 +0000, by rbultje
-
Implement a RTSPTransport field, which allows proper separation of server libavformatTue, 30 Sep 2008 13:26:20 +0000, by rbultje
-
Remove access to rdt_data struct in functions called outside of the libavformatTue, 30 Sep 2008 13:23:33 +0000, by rbultje
-
Send improper UDP SETUP request, which is what Realmedia servers expect. libavformatTue, 30 Sep 2008 13:20:23 +0000, by rbultje
-
Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us libavformatTue, 30 Sep 2008 13:18:41 +0000, by rbultje
-
support negative ctts in some way, unset wrong dts libavformatTue, 30 Sep 2008 02:44:57 +0000, by bcoudurier
-
matroskadec: merge ASS events which share the same pts in the same AVPavket libavformatSun, 28 Sep 2008 23:06:25 +0000, by aurel
-
matroskadec: ass events lines must end with a DOS style EOL libavformatSun, 28 Sep 2008 23:01:07 +0000, by aurel
-
matroskadec: set duration only for CODEC_ID_TEXT subtitles libavformatSun, 28 Sep 2008 22:58:53 +0000, by aurel
-
matroskadec: pass duration as parameter of matroska_fix_ass_packet() libavformatSun, 28 Sep 2008 22:55:28 +0000, by aurel
-
assdec: don't remove CR, they are part of the spec libavformatSat, 27 Sep 2008 23:12:24 +0000, by aurel
-
cosmetics: Break overly long lines, one grammar fix. libavformatSat, 27 Sep 2008 20:05:12 +0000, by diego
-
Move doxygen comments for av_gettime from utils.c to avformat.h. libavformatSat, 27 Sep 2008 17:37:22 +0000, by diego
-
add ok parts to the rm demuxer for SIPRO support libavformatFri, 26 Sep 2008 12:12:25 +0000, by banan
-
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavformatFri, 26 Sep 2008 10:59:42 +0000, by banan
-
only include sys/select.h if present, fix mingw compilation libavformatFri, 26 Sep 2008 02:12:37 +0000, by bcoudurier
-
Prevent image2 from complaining about non monotone timestamps as libavformatFri, 26 Sep 2008 02:07:56 +0000, by michael
-
cosmetics, remove GXF: in log messages since it is present in context libavformatWed, 24 Sep 2008 23:40:55 +0000, by bcoudurier
-
skip invalid audio samples in gxf packets libavformatWed, 24 Sep 2008 23:31:04 +0000, by bcoudurier
-
include sys/select.h to get select, according to posix 2001, libavformatWed, 24 Sep 2008 22:11:53 +0000, by bcoudurier
-
include sys/select.h instead of unistd.h to get select, libavformatWed, 24 Sep 2008 22:08:50 +0000, by bcoudurier
-
stop parsing if tag size is wrongly < 8 to avoid infinite loop libavformatWed, 24 Sep 2008 18:55:00 +0000, by bcoudurier
-
do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz libavformatWed, 24 Sep 2008 17:09:59 +0000, by bcoudurier
-
ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". libavformatWed, 24 Sep 2008 12:03:25 +0000, by michael
-
Ensure that muxer and encoder aspect ratios match. So no libavformatFri, 19 Sep 2008 12:37:38 +0000, by michael
-
revert r14983, value is not sample aspect ratio, it is display aspect ratio libavformatWed, 17 Sep 2008 23:14:48 +0000, by bcoudurier
-
add error message for unsupported codecs in WAVE. libavformatSun, 14 Sep 2008 17:29:34 +0000, by jbr
-
Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport libavformatSun, 14 Sep 2008 13:55:21 +0000, by rbultje
-
matroskadec: simplify, first_timecode is already in the index libavformatFri, 12 Sep 2008 00:06:06 +0000, by aurel
-
matroskadec: prevent seeking before the first keyframe of the reference stream libavformatThu, 11 Sep 2008 22:42:17 +0000, by aurel
-
Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: libavformatThu, 11 Sep 2008 17:43:44 +0000, by rbultje
-
Factorize out common code for opening of the RTP parsing context between libavformatThu, 11 Sep 2008 17:43:04 +0000, by rbultje
-
set bits_per_coded_sample according to new lavc api libavformatTue, 09 Sep 2008 18:32:50 +0000, by bcoudurier
-
matroskadec: demux relevant subtitle packets after a seek libavformatTue, 09 Sep 2008 12:10:25 +0000, by aurel
-
matroskadec: ensure that overlapping subtitles are not added to the index libavformatTue, 09 Sep 2008 12:07:10 +0000, by aurel
-
matroskadec: after seeking, skip up to the desired timestamp instead of libavformatTue, 09 Sep 2008 12:01:51 +0000, by aurel
-
matroskadec: move timecode calculation a little earlier libavformatTue, 09 Sep 2008 11:54:35 +0000, by aurel
-
matroskadec: sanitize track time_scale before using it libavformatTue, 09 Sep 2008 11:23:48 +0000, by aurel
-
print stream index in decimal not in hex, easier for debugging libavformatTue, 09 Sep 2008 02:56:13 +0000, by bcoudurier
-
set block align in av_write_header if not set, fix issue #489 libavformatMon, 08 Sep 2008 19:37:22 +0000, by bcoudurier
-
Bump Major version, this commit is almost just renaming bits_per_sample to libavformatMon, 08 Sep 2008 14:24:59 +0000, by michael
-
Implement RDT-specific data parsing routines. After these changes, simple libavformatSun, 07 Sep 2008 01:25:47 +0000, by rbultje
-
Implement a RDT-specific SET_PARAMETER command that subscribes to the libavformatSun, 07 Sep 2008 01:22:18 +0000, by rbultje
-
Add dynamic payload handlers to rdt.c. These follow the same API as the ones libavformatSun, 07 Sep 2008 01:21:24 +0000, by rbultje
-
Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export libavformatSun, 07 Sep 2008 01:19:26 +0000, by rbultje
-
bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 libavformatSun, 07 Sep 2008 00:05:30 +0000, by aurel
-
matroskadec: remove now useless vstream and is_video_key_frame libavformatSat, 06 Sep 2008 23:44:29 +0000, by aurel
-
matroskadec: ensure that the timecode added to the index are is the one libavformatSat, 06 Sep 2008 23:39:59 +0000, by aurel
-
do not fail if audio is uncompressed and frame size is not set, just set it libavformatFri, 05 Sep 2008 02:30:27 +0000, by bcoudurier
-
simplify bps code by using av_get_bits_per_sample libavformatFri, 05 Sep 2008 02:20:33 +0000, by bcoudurier
-
matroskadec: fix ASS subtitle track packets before emitting them libavformatThu, 04 Sep 2008 23:26:12 +0000, by aurel
-
Fix msgsm in wav, do not set blkalign to frame size, this is wrong, libavformatThu, 04 Sep 2008 23:19:53 +0000, by bcoudurier
-
matroska: subtitle display duration must be stored in pkt->convergence_duration libavformatThu, 04 Sep 2008 23:08:19 +0000, by aurel
-
set block align and frame size for gsm in aiff libavformatThu, 04 Sep 2008 22:35:05 +0000, by bcoudurier
-
actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr libavformatThu, 04 Sep 2008 18:25:55 +0000, by bcoudurier
-
skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, libavformatThu, 04 Sep 2008 18:17:21 +0000, by bcoudurier
-
change the logic to mux 13818-3 and 11172-3 in mp4, less code libavformatWed, 03 Sep 2008 19:42:09 +0000, by bcoudurier
-
forbid mp3 < 16000hz in anything except mov libavformatWed, 03 Sep 2008 19:31:03 +0000, by bcoudurier
-
cosmetics, move up mpeg1video mp4 objecttype libavformatWed, 03 Sep 2008 19:18:49 +0000, by bcoudurier
-
cosmetics, change values to hex since mp4ra use hex libavformatWed, 03 Sep 2008 19:17:28 +0000, by bcoudurier
-
Change doxygen comment: Clarify when av_write_trailer should be called. libavformatWed, 03 Sep 2008 17:57:56 +0000, by reimar
-
Try to clarify the semantics of AVPacket.duration. libavformatWed, 03 Sep 2008 14:02:17 +0000, by michael
-
Remove unused code that used to handle protocol concatenation, i.e. trying libavformatWed, 03 Sep 2008 04:47:44 +0000, by rbultje
-
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation libavformatWed, 03 Sep 2008 04:44:58 +0000, by rbultje
-
Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is libavformatWed, 03 Sep 2008 00:07:34 +0000, by rbultje
-
Use chunk-size in function calling mdpr_read_codecdata() rather than in the libavformatWed, 03 Sep 2008 00:05:55 +0000, by rbultje
-
Fix an invalid free in the AVI muxer when an unsupported audio track is added. libavformatTue, 02 Sep 2008 22:53:42 +0000, by diego
-
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformatTue, 02 Sep 2008 22:45:13 +0000, by diego
-
Remove pointless #ifdef CONFIG_VHOOK from the code. libavformatTue, 02 Sep 2008 22:31:41 +0000, by diego
-
change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it libavformatMon, 01 Sep 2008 17:20:49 +0000, by jbr
-
simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs. libavformatMon, 01 Sep 2008 15:31:14 +0000, by jbr
-
check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER libavformatMon, 01 Sep 2008 15:28:15 +0000, by jbr
-
Remove useless "else" case in if X { A; return }; else { B }. See discussion libavformatMon, 01 Sep 2008 13:51:24 +0000, by rbultje
-
Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line libavformatMon, 01 Sep 2008 13:47:53 +0000, by rbultje
-
Implement Realmedia-compatible DESCRIBE command. libavformatMon, 01 Sep 2008 13:46:50 +0000, by rbultje
-
copy whole frame in vosData for dnxhd, this code will be used for other codecs too libavformatSun, 31 Aug 2008 20:20:12 +0000, by bcoudurier
-
Send RTSP OPTIONS command to detect server type. libavformatSun, 31 Aug 2008 17:32:58 +0000, by rbultje
-
Implement RTSPServerType enum as a way to identify the flavour of RTSP that libavformatSun, 31 Aug 2008 17:30:15 +0000, by rbultje
-
Globally rename the header inclusion guard names. libavformatSun, 31 Aug 2008 07:39:47 +0000, by stefano
-
do no write multi descriptor when only one track is present libavformatSun, 31 Aug 2008 04:35:09 +0000, by bcoudurier
-
remove mxf_build_structural_metadata, simplify libavformatSun, 31 Aug 2008 04:25:39 +0000, by bcoudurier
-
move mxf_write_package to permit function merge libavformatSun, 31 Aug 2008 04:24:00 +0000, by bcoudurier
-
store index in table in MXFStreamContext, simplify libavformatSun, 31 Aug 2008 04:13:44 +0000, by bcoudurier
-
merge descriptor write table with essence container uls table and simplify libavformatSun, 31 Aug 2008 04:07:41 +0000, by bcoudurier
-
remove header_byte_count_offset from context libavformatSun, 31 Aug 2008 03:42:05 +0000, by bcoudurier
-
simplify and correctly rewrite metadata in header partition, mark it closed complete libavformatSun, 31 Aug 2008 03:36:25 +0000, by bcoudurier
-
Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" libavformatSun, 31 Aug 2008 03:12:13 +0000, by rbultje
-
header partition is open incomplete for now libavformatSun, 31 Aug 2008 03:06:38 +0000, by bcoudurier
-
always write footer partition according to specs libavformatSun, 31 Aug 2008 03:01:07 +0000, by bcoudurier
-
correctly write codec ul, mpeg-2 needs profile and level to be set libavformatSun, 31 Aug 2008 02:41:31 +0000, by bcoudurier
-
simplify, pass AVStream directly instead of index libavformatSun, 31 Aug 2008 01:48:02 +0000, by bcoudurier
-
put back mxf_essence_container_uls in demuxer as static const libavformatSun, 31 Aug 2008 01:39:42 +0000, by bcoudurier
-
remove now useless mxf_essence_element_key array libavformatSun, 31 Aug 2008 01:37:14 +0000, by bcoudurier
-
introduce MXFContainerEssencePair to associate essence element key and libavformatSun, 31 Aug 2008 01:33:28 +0000, by bcoudurier
-
simplify mxf_write_essence_container_refs libavformatSun, 31 Aug 2008 00:28:36 +0000, by bcoudurier
-
compute essence containers in mxf_write_header, this simplifies the code libavformatSun, 31 Aug 2008 00:23:38 +0000, by bcoudurier
-
get essence container ul in header and set it per track, check for unsupported codec libavformatSat, 30 Aug 2008 23:54:24 +0000, by bcoudurier
-
move per track code in mxf_write_header to be able to check for unsupported configuration libavformatSat, 30 Aug 2008 23:47:58 +0000, by bcoudurier
-
cosmetics, remove useless braces, move comments where appropriate, remove whitespaces libavformatSat, 30 Aug 2008 22:58:49 +0000, by bcoudurier
-
always write required version string local tag libavformatSat, 30 Aug 2008 22:37:19 +0000, by bcoudurier
-
introduce mxf_write_local_tag_utf16 and factorize libavformatSat, 30 Aug 2008 22:32:23 +0000, by bcoudurier
-
use strlen and do not write useless trailing 0 according to specs libavformatSat, 30 Aug 2008 22:24:19 +0000, by bcoudurier
-
Add missing FFMPEG_ prefix to multiple inclusion guard. libavformatSat, 30 Aug 2008 07:17:36 +0000, by diego
-
timestamps in flv are 32bits _signed_ according to flash player, specs are wrong libavformatSat, 30 Aug 2008 03:07:31 +0000, by bcoudurier
-
make has_codec_parameters not returning true when sample_fmt is not set libavformatFri, 29 Aug 2008 22:13:22 +0000, by bcoudurier
-
skip empty flv data packets, fix issue #602 libavformatFri, 29 Aug 2008 22:10:34 +0000, by bcoudurier
-
remove vorbis dec hack, decoding will be done anyway to get frame size libavformatFri, 29 Aug 2008 20:04:28 +0000, by bcoudurier
-
Do not truncate timestamps before the muxer as it makes simple libavformatFri, 29 Aug 2008 01:43:27 +0000, by michael
-
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavformatThu, 28 Aug 2008 22:41:00 +0000, by romansh
-
Change implementation for ff_data_to_hex(), this is faster. See discussion on libavformatThu, 28 Aug 2008 12:00:58 +0000, by rbultje
-
Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and libavformatWed, 27 Aug 2008 23:43:28 +0000, by rbultje
-
Two cosmetic changes for improved readability and ease of HDVCPRO HD integration libavformatWed, 27 Aug 2008 20:28:11 +0000, by romansh
-
matroskadec: seek to the last position known in the index before resorting to libavformatWed, 27 Aug 2008 19:57:42 +0000, by aurel
-
Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP libavformatWed, 27 Aug 2008 00:33:22 +0000, by rbultje
-
remove useless assignment (st is never read after this line) libavformatTue, 26 Aug 2008 20:38:04 +0000, by aurel
-
matroskadec: index timestamps are supposed to be in the timebase of the stream libavformatTue, 26 Aug 2008 20:32:27 +0000, by aurel
-
Remaining parts of GSoC MXF muxer by Zhentan Feng. libavformatTue, 26 Aug 2008 15:58:25 +0000, by cehoyos
-
When setting codec_id during codec probe we must also set codec_type. libavformatMon, 25 Aug 2008 15:39:43 +0000, by andoma
-
Fix udp.c compilation with recent glibc (>= 2.8) libavformatMon, 25 Aug 2008 06:20:00 +0000, by lucabe
-
matroskadec: unset matroska->done when seeking libavformatMon, 25 Aug 2008 00:17:31 +0000, by aurel
-
matroskadec: full seeking support in index-less files libavformatMon, 25 Aug 2008 00:15:49 +0000, by aurel
-
matroskadec: on the fly index construction for index-less files libavformatMon, 25 Aug 2008 00:09:08 +0000, by aurel
-
matroskadec: don't try to seek to negative timestamp libavformatSun, 24 Aug 2008 23:57:29 +0000, by aurel
-
matroskadec: move setting of matroska->done inside matroska_parse_cluster() libavformatSun, 24 Aug 2008 23:54:14 +0000, by aurel
-
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformatSun, 24 Aug 2008 16:51:50 +0000, by reimar
-
Remove check for @ in tcp.c which removes the authorization data from the libavformatSun, 24 Aug 2008 16:22:40 +0000, by rbultje
-
Remove useless empty close functions in mmf and mm demuxers. libavformatSun, 24 Aug 2008 14:02:55 +0000, by reimar
-
Make the id3v1_genre_str array const, not just the strings it points to. libavformatSun, 24 Aug 2008 12:45:15 +0000, by reimar
-
Import more ok'ed chunks of the mxf muxer from the soc tree libavformatSun, 24 Aug 2008 05:55:46 +0000, by vitor
-
convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformatSat, 23 Aug 2008 23:43:20 +0000, by aurel
-
export sample_aspect_ratio read by the demuxer in a separate field libavformatSat, 23 Aug 2008 23:13:58 +0000, by aurel
-
Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. libavformatSat, 23 Aug 2008 22:36:35 +0000, by pross
-
On failure, return directly because the fail: case does nothing. This also libavformatSat, 23 Aug 2008 18:49:16 +0000, by rbultje
-
Move malloc() down until after all initializations, so that the resource is libavformatSat, 23 Aug 2008 18:46:30 +0000, by rbultje
-
Fix memleak on some OSes in case network initialization fails. See libavformatSat, 23 Aug 2008 17:39:56 +0000, by rbultje
-
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion. libavformatSat, 23 Aug 2008 17:39:10 +0000, by rbultje
-
enable fl32/64 le/be in mov with stsd audio v2 libavformatSat, 23 Aug 2008 15:25:38 +0000, by bcoudurier
-
Do not set timestamp information for a non existing AVStream libavformatFri, 22 Aug 2008 19:03:05 +0000, by lucabe
-
matroskadec: fail cleanly when the required compression lib is not compiled in libavformatWed, 20 Aug 2008 23:08:07 +0000, by aurel
-
matroskadec: stop parsing when skipping en element crossing over the end of file libavformatWed, 20 Aug 2008 22:30:15 +0000, by aurel
-
matroska: add support for most variants of PCM libavformatWed, 20 Aug 2008 00:49:45 +0000, by aurel
-
matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way libavformatWed, 20 Aug 2008 00:44:25 +0000, by aurel
-
Implement url_open_protocol(), which is basiclly the former url_open() libavformatTue, 19 Aug 2008 23:44:23 +0000, by rbultje
-
Remove useless #ifdef DEBUG (patch by Zhentan Feng). libavformatTue, 19 Aug 2008 21:58:47 +0000, by cehoyos
-
Replace invocations of av_fifo_realloc(), which is going to be libavformatTue, 19 Aug 2008 18:49:57 +0000, by stefano
-
Make AIFF demuxer handle F32BE and F64BE PCM audio. libavformatTue, 19 Aug 2008 11:05:29 +0000, by pross
-
Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. libavformatTue, 19 Aug 2008 11:00:40 +0000, by pross
-
Make RIFF-based demuxers handle F32LE and F64LE PCM audio. libavformatTue, 19 Aug 2008 10:54:30 +0000, by pross
-
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. libavformatTue, 19 Aug 2008 10:49:38 +0000, by pross
-
Factorize common code out of the mxf demuxer. libavformatMon, 18 Aug 2008 17:54:18 +0000, by michael
-
Support Electronic Arts files containing MP3 audio. libavformatMon, 18 Aug 2008 12:39:57 +0000, by pross
-
Surround format-specific functions with matching preprocessor conditionals. libavformatFri, 15 Aug 2008 19:24:55 +0000, by diego
-
Surround AVInputFormat declarations with format-specific #ifdefs. libavformatFri, 15 Aug 2008 17:28:20 +0000, by diego
-
Replace generic CONFIG_MUXERS preprocessor condition around format-specific libavformatFri, 15 Aug 2008 16:54:27 +0000, by diego
-
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat libavformatFri, 15 Aug 2008 16:48:05 +0000, by diego
-
cosmetics: Remove redundant #endif comments that are very close to the #ifdef libavformatFri, 15 Aug 2008 16:37:59 +0000, by diego
-
Add flag to mark demuxers that can output discontinuous timestamps. libavformatFri, 15 Aug 2008 16:13:05 +0000, by michael
-
use h_addr_list[0] instead of h_addr as this is the posix hostent field name libavformatThu, 14 Aug 2008 22:36:05 +0000, by aurel
-
ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavformatThu, 14 Aug 2008 22:01:59 +0000, by aurel
-
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. libavformatThu, 14 Aug 2008 14:29:18 +0000, by diego
-
Change Dirac in MPEG-TS encapsulation to conform with spec changes. libavformatThu, 14 Aug 2008 11:17:23 +0000, by diego
-
Do not fill the pts reordering buffer with guessed dts. libavformatThu, 14 Aug 2008 03:24:58 +0000, by michael
-
matroskadec: list some more ebml IDs found in the wild and that we ignore libavformatWed, 13 Aug 2008 21:15:15 +0000, by aurel
-
matroskadec: parse available blocks even when cluster parsing failed libavformatWed, 13 Aug 2008 09:36:45 +0000, by aurel
-
Add needed include, make it compile without -D_BSD_SOURCE. libavformatTue, 12 Aug 2008 21:02:37 +0000, by michael
-
increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm libavformatTue, 12 Aug 2008 17:28:00 +0000, by bcoudurier
-
Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, libavformatTue, 12 Aug 2008 17:26:36 +0000, by bcoudurier
-
Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. libavformatTue, 12 Aug 2008 12:36:00 +0000, by pross
-
Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. libavformatTue, 12 Aug 2008 08:35:09 +0000, by pross
-
Electronic Arts demuxer: ignore PTxx platform ID values. libavformatTue, 12 Aug 2008 08:33:32 +0000, by pross
-
Support Electronic Arts files containing MPEG2VIDEO. libavformatTue, 12 Aug 2008 08:32:59 +0000, by pross
-
FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi libavformatSun, 10 Aug 2008 15:34:29 +0000, by banan
-
Cosmetics: move at the beginning of the file the av_frac_* functions, avoid libavformatSun, 10 Aug 2008 00:28:56 +0000, by stefano
-
matroskadec: add basic tags support (metadata) libavformatFri, 08 Aug 2008 23:50:38 +0000, by aurel
-
remove mxf.c, previously copied to mxfdec.c libavformatThu, 07 Aug 2008 17:33:53 +0000, by bcoudurier
-
Maintain pointer to end of AVFormatContext.packet_buffer list libavformatWed, 06 Aug 2008 22:17:38 +0000, by mru
-
Add Electronic Arts TGV chunk tags to EA demuxer. libavformatWed, 06 Aug 2008 08:34:35 +0000, by pross
-
matroskadec: use av_freep(&x) instead of av_free(x);x=NULL libavformatWed, 06 Aug 2008 00:21:10 +0000, by aurel
-
matroskadec: replace matroska_queue_packet with a single call to dynarray_add libavformatWed, 06 Aug 2008 00:17:47 +0000, by aurel
-
Support muxing of Zork PCM audio into RIFF formats. libavformatTue, 05 Aug 2008 10:38:25 +0000, by pross
-
matroskadec: expand useless ebml_read_element_id() wrapper libavformatTue, 05 Aug 2008 00:42:58 +0000, by aurel
-
matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() libavformatTue, 05 Aug 2008 00:42:52 +0000, by aurel
-
matroska: expand useless define for MS compat codec id strings libavformatTue, 05 Aug 2008 00:42:49 +0000, by aurel
-
matroskadec: remove useless comments in ff_mkv_codec_tags libavformatTue, 05 Aug 2008 00:42:46 +0000, by aurel
-
matroskadec: update copyright year and related comments libavformatTue, 05 Aug 2008 00:42:43 +0000, by aurel
-
matroskadec: reorder some functions in a more logical order libavformatTue, 05 Aug 2008 00:42:39 +0000, by aurel
-
matroskadec: remove now useless wrapper ebml_read_element_length() libavformatTue, 05 Aug 2008 00:42:36 +0000, by aurel
-
matroskadec: remove now useless wrapper ebml_read_seek() libavformatTue, 05 Aug 2008 00:42:33 +0000, by aurel
-
matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster() libavformatTue, 05 Aug 2008 00:42:26 +0000, by aurel
-
matroskadec: remove now unused parameter 'once' from ebml_parse_nest() libavformatTue, 05 Aug 2008 00:42:23 +0000, by aurel
-
matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough libavformatTue, 05 Aug 2008 00:42:20 +0000, by aurel
-
matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls libavformatTue, 05 Aug 2008 00:42:17 +0000, by aurel
-
matroskadec: rename ebml_parse() to ebml_parse_nest() libavformatTue, 05 Aug 2008 00:42:13 +0000, by aurel
-
matroskadec: don't care about the number of bytes read by ebml_read_element_id() libavformatTue, 05 Aug 2008 00:42:10 +0000, by aurel
-
matroskadec: simplify check for hierarchy level libavformatTue, 05 Aug 2008 00:42:08 +0000, by aurel
-
matroskadec: cosmetics: consistent style for function declarations libavformatTue, 05 Aug 2008 00:42:05 +0000, by aurel
-
matroskadec: Use string instead of char table as probe data comparison source. libavformatTue, 05 Aug 2008 00:42:02 +0000, by aurel
-
matroskadec: use an EbmlBin as parameter to ebml_read_binary() libavformatTue, 05 Aug 2008 00:41:59 +0000, by aurel
-
matroskadec: extract common code out of ebml_read_*() libavformatTue, 05 Aug 2008 00:41:55 +0000, by aurel
-
matroskadec: simplify/cleanup error logging in ebml_read_*() libavformatTue, 05 Aug 2008 00:41:52 +0000, by aurel
-
matroskadec: remove now useless expected_id parameter from ebml_parse() libavformatTue, 05 Aug 2008 00:41:50 +0000, by aurel
-
matroskadec: expand useless ebml_peek_id() wrapper libavformatTue, 05 Aug 2008 00:41:46 +0000, by aurel
-
matroskadec: remove unused levelup parameter from ebml_read_element_id() libavformatTue, 05 Aug 2008 00:41:43 +0000, by aurel
-
matroskadec: extract read_level_up out of ebml_read_element_id libavformatTue, 05 Aug 2008 00:41:40 +0000, by aurel
-
matroskadec: remove useless check for cluster presence libavformatTue, 05 Aug 2008 00:41:34 +0000, by aurel
-
matroskadec: cosmetics: placement of 'else if' libavformatTue, 05 Aug 2008 00:41:31 +0000, by aurel
-
matroskadec: remove some useless or out of date comments libavformatTue, 05 Aug 2008 00:41:25 +0000, by aurel
-
matroskadec: use generic parser to parse clusters libavformatTue, 05 Aug 2008 00:41:05 +0000, by aurel
-
matroskadec: use generic parser inside matroska_execute_seekhead() libavformatTue, 05 Aug 2008 00:41:01 +0000, by aurel
-
matroskadec: use generic parser to parse matroska from toplevel libavformatTue, 05 Aug 2008 00:40:58 +0000, by aurel
-
matroskadec: move context settings to matroska_read_header() libavformatTue, 05 Aug 2008 00:40:55 +0000, by aurel
-
matroskadec: cosmetics: indentation of matroska_read_header() libavformatTue, 05 Aug 2008 00:40:52 +0000, by aurel
-
matroskadec: cosmetics: indentation of matroska_execute_seekhead() libavformatTue, 05 Aug 2008 00:40:43 +0000, by aurel
-
matroskadec: remove useless dummy_level variable libavformatTue, 05 Aug 2008 00:40:40 +0000, by aurel
-
matroskadec: use generic parser to parse seekhead libavformatTue, 05 Aug 2008 00:40:36 +0000, by aurel
-
matroskadec: use generic parser to parse tracks libavformatTue, 05 Aug 2008 00:40:31 +0000, by aurel
-
matroskadec: use generic parser to parse attachments libavformatTue, 05 Aug 2008 00:40:24 +0000, by aurel
-
matroskadec: use generic parser to parse chapters libavformatTue, 05 Aug 2008 00:40:21 +0000, by aurel
-
matroskadec: use generic parser to parse index libavformatTue, 05 Aug 2008 00:40:15 +0000, by aurel
-
matroskadec: return pointer instead of index in matroska_find_track_by_num() libavformatTue, 05 Aug 2008 00:40:12 +0000, by aurel
-
matroskadec: store an AVStream pointer instead of a stream index libavformatTue, 05 Aug 2008 00:40:06 +0000, by aurel
-
matroskadec: use generic ebml parser to parse ebml header libavformatTue, 05 Aug 2008 00:40:02 +0000, by aurel
-
matroskadec: remove storage of various unused flags libavformatTue, 05 Aug 2008 00:39:50 +0000, by aurel
-
matroskadec: use more robust av_strlcpy() instead of strcpy() libavformatTue, 05 Aug 2008 00:39:47 +0000, by aurel
-
cosmetics: make all references to AC-3 capitalized and hyphenated libavformatSun, 03 Aug 2008 16:42:32 +0000, by jbr
-
support big endian lpcm with audio stsd v2 libavformatSat, 02 Aug 2008 03:45:23 +0000, by bcoudurier
-
keep original codec/fourcc endianness, fix XDCAMHD.mov libavformatSat, 02 Aug 2008 03:43:36 +0000, by bcoudurier
-
move version specific parsing code before codec specific code, will be needed libavformatSat, 02 Aug 2008 03:35:43 +0000, by bcoudurier
-
downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com libavformatThu, 31 Jul 2008 19:44:42 +0000, by bcoudurier
-
Only reset buffer state if seeking is successful; update seek reg ref. libavformatThu, 31 Jul 2008 19:40:06 +0000, by bcoudurier
-
check url_fseek return value, update seek reg tests libavformatThu, 31 Jul 2008 18:02:55 +0000, by bcoudurier
-
skip flv video info / command frame packets, fix issue #546 libavformatThu, 31 Jul 2008 02:26:40 +0000, by bcoudurier
-
change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 libavformatWed, 30 Jul 2008 21:07:54 +0000, by bcoudurier
-
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid libavformatTue, 29 Jul 2008 10:45:53 +0000, by stefano
-
Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. libavformatSun, 27 Jul 2008 23:06:22 +0000, by michael
-
Improve long names for FFM muxer and demuxer: libavformatSun, 27 Jul 2008 20:59:40 +0000, by stefano
-
matroska: add support for A_QUICKTIME/QDM2 codec libavformatSun, 27 Jul 2008 15:12:00 +0000, by aurel
-
matroska: add support for V_QUICKTIME track type libavformatSun, 27 Jul 2008 15:11:04 +0000, by aurel
-
Support 32-bit floating point audio samples in Sun AU demuxer libavformatSat, 26 Jul 2008 07:09:44 +0000, by pross
-
Fix handling of old nuv files where an aspect of 1 actually means 4/3 libavformatFri, 25 Jul 2008 04:10:32 +0000, by reimar
-
aspect stored in nuv files must be converted from display- to sample-aspect. libavformatThu, 24 Jul 2008 18:40:43 +0000, by reimar
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavformatThu, 24 Jul 2008 17:09:28 +0000, by diego
-
update swf video frame number when muxing done, fix #439 libavformatSat, 19 Jul 2008 03:25:50 +0000, by bcoudurier
-
Return max score when ftyp atom is encountered. libavformatFri, 18 Jul 2008 00:23:37 +0000, by bcoudurier
-
Try to fix FATE after my time_base simplification change. libavformatThu, 17 Jul 2008 14:13:44 +0000, by michael
-
Move the codec_id overriding at a slightly better place. libavformatMon, 14 Jul 2008 20:31:17 +0000, by michael
-
Remove common factors from timebase in av_set_pts_info(). libavformatMon, 14 Jul 2008 19:11:09 +0000, by michael
-
gifdec.c was removed, purge its entry from the Makefile. libavformatMon, 14 Jul 2008 08:55:07 +0000, by diego
-
RTP: use dprintf(), allow compilation with -DDEBUG libavformatSun, 13 Jul 2008 19:41:10 +0000, by mru
-
ASF: use dprintf(), allow compilation with -DDEBUG libavformatSun, 13 Jul 2008 19:41:07 +0000, by mru
-
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither libavformatSun, 13 Jul 2008 18:47:24 +0000, by michael
-
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which libavformatSat, 12 Jul 2008 22:17:13 +0000, by michael
-
Use strcmp() instead of strncmp() in set_codec_from_probe_data(). libavformatSat, 12 Jul 2008 20:01:23 +0000, by michael
-
Only try to probe the codec when the available data has roughly doubled libavformatSat, 12 Jul 2008 19:57:30 +0000, by michael
-
Move add_to_pktbuf() before av_read_packet(). My future work on codec identification libavformatSat, 12 Jul 2008 14:28:27 +0000, by michael
-
Move set_codec_from_probe_data() up to where the other probe functions are. libavformatSat, 12 Jul 2008 13:25:26 +0000, by michael
-
Pass AVPacketList instead of the whole context to add_to_pktbuf as that is libavformatSat, 12 Jul 2008 13:15:00 +0000, by michael
-
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr. libavformatFri, 11 Jul 2008 15:10:58 +0000, by michael
-
Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. libavformatFri, 11 Jul 2008 07:41:11 +0000, by diego
-
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for libavformatFri, 11 Jul 2008 07:39:33 +0000, by diego
-
Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, libavformatFri, 11 Jul 2008 07:37:22 +0000, by diego
-
10000l for myself, my last change was incomplete. libavformatTue, 08 Jul 2008 23:25:01 +0000, by michael
-
One-bit bitfields should probably be unsigned. Unfortunately, it is left libavformatTue, 08 Jul 2008 23:20:22 +0000, by takis
-
Set cur_dts to 0 only during creating new streams and not every time cur_dts happens libavformatTue, 08 Jul 2008 14:07:37 +0000, by michael
-
Remove AVPaletteControl from ALG MM demuxer/decoder libavformatTue, 08 Jul 2008 12:44:08 +0000, by pross
-
10l, fix nuv_header for the case when there is no video stream. libavformatMon, 07 Jul 2008 16:30:39 +0000, by reimar
-
Alphabetically order AVInputFormat/AVOutputFormat declarations. libavformatMon, 07 Jul 2008 11:11:08 +0000, by diego
-
Add a note to remind people to add new raw formats to the Makefile. libavformatMon, 07 Jul 2008 10:45:36 +0000, by diego
-
Add missing dependency declaration for raw Dirac demuxer. libavformatMon, 07 Jul 2008 10:44:34 +0000, by diego
-
Remove inaccurate computation of pts for audio packets and rely on libavformatSun, 06 Jul 2008 10:00:12 +0000, by diego
-
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) libavformatFri, 04 Jul 2008 22:04:41 +0000, by michael
-
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas libavformatFri, 04 Jul 2008 22:00:35 +0000, by michael
-
Reindent after r14059, see "[PATCH] allow empty params for libavformatThu, 03 Jul 2008 12:12:03 +0000, by rbultje
-
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow libavformatThu, 03 Jul 2008 12:10:54 +0000, by rbultje
-
Fix A/V synch for RTP streams that do not contain MPEG1 or 2 libavformatWed, 02 Jul 2008 10:23:27 +0000, by lucabe
-
Change mtv_read_packet so it does not break after seeking (displaying a shifted image). libavformatSat, 28 Jun 2008 09:01:16 +0000, by reimar
-
Fix pkt->pos to really point at start of packet for mtv audio packets. libavformatSat, 28 Jun 2008 08:59:02 +0000, by reimar
-
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file libavformatFri, 27 Jun 2008 21:43:15 +0000, by bcoudurier
-
Do not free the priv_data field of AVStream on close (it is already libavformatFri, 27 Jun 2008 11:55:25 +0000, by lucabe
-
Do not completely bail out for invalid params, just skip the current sector. libavformatThu, 26 Jun 2008 23:00:00 +0000, by michael
-
Prevent invalid timestamps from being stored. libavformatWed, 25 Jun 2008 22:37:26 +0000, by michael