Mercurial > libavformat.hg
graph
-
set channel number even for inactive channels libavformatWed, 25 Feb 2009 08:06:15 +0000, by bcoudurier
-
do not set frame start bit since marked as not used and factorize libavformatWed, 25 Feb 2009 08:05:43 +0000, by bcoudurier
-
Add timestamp computation if values are exported by decoder. libavformatTue, 24 Feb 2009 22:19:09 +0000, by cehoyos
-
Change duration computation to use time_base instead of TB/2. libavformatTue, 24 Feb 2009 20:17:02 +0000, by cehoyos
-
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformatTue, 24 Feb 2009 15:04:18 +0000, by michael
-
Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same libavformatTue, 24 Feb 2009 13:35:54 +0000, by michael
-
start track id at 2, track id 1 for timecode libavformatMon, 23 Feb 2009 19:51:16 +0000, by bcoudurier
-
consistent naming of Chinese AVS raw demuxer libavformatSun, 22 Feb 2009 14:27:50 +0000, by stefang
-
Support playback of incorrectly cut DV files where the headers do not libavformatSun, 22 Feb 2009 09:42:56 +0000, by reimar
-
return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem libavformatSun, 22 Feb 2009 00:20:07 +0000, by bcoudurier
-
parse aac extradata to fetch channels and sample rate, patch from Netgem libavformatSat, 21 Feb 2009 23:54:50 +0000, by bcoudurier
-
Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the libavformatSat, 21 Feb 2009 22:26:44 +0000, by rbultje
-
Use context variable repeat_pict for frame duration computation and libavformatSat, 21 Feb 2009 20:11:47 +0000, by cehoyos
-
Handle chunks with the MSB in size set correctly that is unsigned. libavformatSat, 21 Feb 2009 20:11:34 +0000, by michael
-
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavformatSat, 21 Feb 2009 15:32:56 +0000, by michael
-
Change sizeof(struct_type) to sizeof(variable). libavformatSat, 21 Feb 2009 14:40:19 +0000, by rbultje
-
add raw demuxer for Chinese AVS elementary streams libavformatSat, 21 Feb 2009 10:34:29 +0000, by stefang
-
Add convergence_duration to AVCodecParserContext. libavformatThu, 19 Feb 2009 23:35:59 +0000, by cehoyos
-
matroskadec: return AVERROR_EOF upon detection of end of file libavformatThu, 19 Feb 2009 21:01:45 +0000, by aurel
-
FLV demuxer: return AVERROR_EOF upon detection of end of file. libavformatThu, 19 Feb 2009 12:19:55 +0000, by pross
-
AVI demuxer: return AVERROR_EOF upon detection of end of file. libavformatThu, 19 Feb 2009 12:19:33 +0000, by pross
-
Add key_frame to AVCodecParserContext, used in libavformat. libavformatWed, 18 Feb 2009 23:46:05 +0000, by cehoyos
-
av_alloc_format_context has been renamed, update AVFormatContext av_class libavformatWed, 18 Feb 2009 14:01:46 +0000, by benoit
-
always use multi track since timecode track is present libavformatWed, 18 Feb 2009 07:13:57 +0000, by bcoudurier
-
use index 0 for timecode track and write it in source package also libavformatWed, 18 Feb 2009 01:35:36 +0000, by bcoudurier
-
simplify descriptor size computation logic libavformatWed, 18 Feb 2009 00:12:05 +0000, by bcoudurier
-
Add missing #includes to fix 'make checkheaders'. libavformatTue, 17 Feb 2009 21:43:57 +0000, by diego
-
apedec: display a warning when truncating a metadata tag libavformatTue, 17 Feb 2009 15:44:11 +0000, by aurel
-
cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavformatTue, 17 Feb 2009 12:03:10 +0000, by diego
-
Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not libavformatTue, 17 Feb 2009 08:12:51 +0000, by lucabe
-
Move to rtp.h the prototypes of all the functions defined in rtp.c libavformatTue, 17 Feb 2009 08:09:34 +0000, by lucabe
-
Add a context to av_log() calls and modify a function prototype to allow it. libavformatMon, 16 Feb 2009 16:33:00 +0000, by benoit
-
Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] libavformatMon, 16 Feb 2009 16:27:35 +0000, by rbultje
-
Add a context to av_log() call and update the trace not to be redundant. libavformatMon, 16 Feb 2009 16:27:08 +0000, by benoit
-
Don't install rtsp.h. It is intended to be private, it depends on rtp code libavformatMon, 16 Feb 2009 16:24:01 +0000, by rbultje
-
Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. libavformatMon, 16 Feb 2009 14:44:31 +0000, by benoit
-
fetch display aspect ratio from mpeg-2 essence libavformatMon, 16 Feb 2009 12:48:45 +0000, by bcoudurier
-
merge mxf_write_d10_packet into mxf_write_packet libavformatMon, 16 Feb 2009 10:44:38 +0000, by bcoudurier
-
Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not libavformatMon, 16 Feb 2009 09:36:21 +0000, by lucabe
-
Improve grammar: "X next after Y" -> "next X after Y". libavformatSun, 15 Feb 2009 20:45:10 +0000, by stefano
-
matroskadec: export language of metadata tags when available libavformatSun, 15 Feb 2009 16:05:37 +0000, by aurel
-
matroskadec: add needed definitions forgotten in r17331 libavformatSun, 15 Feb 2009 16:00:58 +0000, by aurel
-
matroskadec: export track name through the metadata API libavformatSun, 15 Feb 2009 15:29:09 +0000, by aurel
-
matroskadec: use new metadata API to export some simple information libavformatSun, 15 Feb 2009 15:25:14 +0000, by aurel
-
Do not export to the public the first_protocol symbol at the next libavformatSun, 15 Feb 2009 14:34:23 +0000, by stefano
-
Replace calls/references of the deprecated register_protocol() libavformatSun, 15 Feb 2009 14:29:23 +0000, by stefano
-
Rename register_protocol() to av_register_protocol() and deprecate libavformatSun, 15 Feb 2009 14:25:23 +0000, by stefano
-
Document av_iformat_next() and av_oformat_next() functions. libavformatSun, 15 Feb 2009 09:04:08 +0000, by stefano
-
Silence "assdec.c:146: warning: passing argument 4 of ¡Æqsort¡Ç from incompatible pointer type" libavformatSat, 14 Feb 2009 15:44:46 +0000, by michael
-
Add libavcodec/internal.h include to avoid warning: implicit declaration of libavformatFri, 13 Feb 2009 23:02:05 +0000, by superdump
-
compute body offset and index entry offset correctly libavformatFri, 13 Feb 2009 22:38:05 +0000, by bcoudurier
-
use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com libavformatFri, 13 Feb 2009 21:36:36 +0000, by bcoudurier
-
Remove pointless #if around the file, it is already conditionally compiled. libavformatFri, 13 Feb 2009 09:39:04 +0000, by diego
-
cosmetics, reindent, add/remove some empty lines, redundant comment libavformatFri, 13 Feb 2009 07:34:01 +0000, by bcoudurier
-
split mpegvideo descriptor into cdci descriptor and wav common in sound common libavformatFri, 13 Feb 2009 07:11:21 +0000, by bcoudurier
-
write essence elements klv packets with ber4 length, more interoperable libavformatFri, 13 Feb 2009 07:06:35 +0000, by bcoudurier
-
encode klv fill item length in fixed ber 4 bytes libavformatFri, 13 Feb 2009 05:33:11 +0000, by bcoudurier
-
Report the illegal audio object type, not it offset by 1. libavformatFri, 13 Feb 2009 03:51:15 +0000, by alexc
-
ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header libavformatThu, 12 Feb 2009 23:51:08 +0000, by superdump
-
write active picture height for d-10/imx in mov libavformatThu, 12 Feb 2009 09:15:36 +0000, by bcoudurier
-
Add a warning log when trying to encode into a container requiring global libavformatThu, 12 Feb 2009 08:10:43 +0000, by benoit
-
check body partitions count before writing libavformatThu, 12 Feb 2009 03:38:08 +0000, by bcoudurier
-
Change ffm_write_write_index to return int, and return if error occured. libavformatThu, 12 Feb 2009 02:15:07 +0000, by bcoudurier
-
compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com libavformatThu, 12 Feb 2009 00:08:44 +0000, by bcoudurier
-
rename wrongly named b_per_gop to b_per_i_or_p according to specs libavformatWed, 11 Feb 2009 23:49:54 +0000, by bcoudurier
-
fix frame size, time rate is not stts duration anymore with time offset libavformatWed, 11 Feb 2009 21:11:19 +0000, by bcoudurier
-
do not set start time to 0, it is not the case with elst time offset libavformatWed, 11 Feb 2009 20:19:35 +0000, by bcoudurier
-
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com libavformatWed, 11 Feb 2009 16:28:46 +0000, by diego
-
Add av_uninit macro to variable to avoid false positive warning: libavformatWed, 11 Feb 2009 15:01:52 +0000, by diego
-
Allow demuxing of audio substreams stored as 0x06 type. libavformatWed, 11 Feb 2009 11:09:36 +0000, by benoit
-
parse mpeg2 gop header time code and use it libavformatWed, 11 Feb 2009 08:02:23 +0000, by bcoudurier
-
adjust time rate according to elst time offset libavformatWed, 11 Feb 2009 02:32:39 +0000, by bcoudurier
-
fix last keyframe index accross body partitions libavformatWed, 11 Feb 2009 01:06:12 +0000, by bcoudurier
-
Cosmetics: vertical align "*" for consistency with the other doxyies. libavformatWed, 11 Feb 2009 00:25:30 +0000, by stefano
-
Remove @deprecated notice from AVFrac, it is not deprecated anymore. libavformatWed, 11 Feb 2009 00:19:05 +0000, by stefano
-
fix partition offset when only one stream present libavformatTue, 10 Feb 2009 23:25:23 +0000, by bcoudurier
-
compute index byte count in mxf_write_partition libavformatTue, 10 Feb 2009 08:46:04 +0000, by bcoudurier
-
remove check, mxf muxer does not have track number limitation anymore libavformatTue, 10 Feb 2009 08:35:14 +0000, by bcoudurier
-
retrieve flags from mxf_parse_mpeg2_frame using a param libavformatTue, 10 Feb 2009 08:31:48 +0000, by bcoudurier
-
cosmetics, associate mxf_write_klv_fill to aligned elements libavformatTue, 10 Feb 2009 07:23:51 +0000, by bcoudurier
-
write component depth and horizontal subsampling best effort local tags libavformatTue, 10 Feb 2009 06:14:39 +0000, by bcoudurier
-
move up mxf_write_klv_fill and align index, rip and primer pack libavformatTue, 10 Feb 2009 05:35:28 +0000, by bcoudurier
-
correctly set multi track operational pattern libavformatTue, 10 Feb 2009 04:53:41 +0000, by bcoudurier
-
fix compilation with DEBUG defined, field does not exist anymore libavformatTue, 10 Feb 2009 02:27:26 +0000, by bcoudurier
-
remove now useless av_set_program_name() function libavformatTue, 10 Feb 2009 00:27:42 +0000, by aurel
-
rename ff_audio_interleave to ff_audio_rechunk_interleave libavformatMon, 09 Feb 2009 21:34:20 +0000, by bcoudurier
-
Try to clarify doxy of avformat_seek_file(). libavformatMon, 09 Feb 2009 19:57:23 +0000, by michael
-
Increase the number of packets required to identify as MPEG PES to keep from libavformatMon, 09 Feb 2009 01:46:01 +0000, by alexc
-
remove no more needed comment, declaration is in internal header libavformatMon, 09 Feb 2009 00:18:25 +0000, by bcoudurier
-
cosmetics: typo/grammar fixes in doxygen and other comments libavformatSun, 08 Feb 2009 23:34:58 +0000, by diego
-
Add the ability to set the timestamp to the current time by specifying 'now' libavformatSun, 08 Feb 2009 22:03:54 +0000, by superdump
-
Move declaration of ff_interleave_add_packet to internal.h. libavformatSun, 08 Feb 2009 21:14:46 +0000, by bcoudurier
-
Declare ff_interleave_new_audio_packet as static, it is not used libavformatSun, 08 Feb 2009 21:09:50 +0000, by bcoudurier
-
Clarify that avformat_seek_file() is not part of the stable API yet. libavformatSun, 08 Feb 2009 17:55:00 +0000, by michael
-
Replace the calls to the deprecated av_alloc_format_context() with libavformatSun, 08 Feb 2009 08:27:26 +0000, by stefano
-
Deprecate av_malloc_format_context() in favor of libavformatSun, 08 Feb 2009 08:16:40 +0000, by stefano
-
reuse MXFCodecUL for data def and simplify libavformatSun, 08 Feb 2009 05:12:30 +0000, by bcoudurier
-
remove implicit header inclusions from mxf.h libavformatSun, 08 Feb 2009 04:42:38 +0000, by bcoudurier
-
extract audio interleaving code from mxf muxer, will be used by gxf and dv libavformatSun, 08 Feb 2009 04:31:44 +0000, by bcoudurier
-
offset dts according to edit list, hackish but works, based on patch by Reimar libavformatSun, 08 Feb 2009 04:27:07 +0000, by bcoudurier
-
Remove const qualifier from function argument to eliminate the warning libavformatSun, 08 Feb 2009 03:44:54 +0000, by diego
-
only use 2 slices for index, one video(vbr) and one audio(cbr) libavformatSun, 08 Feb 2009 03:29:49 +0000, by bcoudurier
-
force first track to be video and simplify libavformatSun, 08 Feb 2009 02:38:07 +0000, by bcoudurier
-
Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore libavformatFri, 06 Feb 2009 20:42:21 +0000, by lucabe
-
Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer libavformatFri, 06 Feb 2009 20:41:15 +0000, by lucabe
-
Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument libavformatFri, 06 Feb 2009 01:37:19 +0000, by rbultje
-
Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and libavformatThu, 05 Feb 2009 22:34:55 +0000, by rbultje
-
format timestamp correctly according to specs and set it libavformatThu, 05 Feb 2009 20:15:18 +0000, by bcoudurier
-
Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on libavformatThu, 05 Feb 2009 18:41:06 +0000, by alexc
-
Delete an enum and a function typedef that aren't used anywhere, and libavformatThu, 05 Feb 2009 17:00:10 +0000, by rbultje
-
Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c libavformatThu, 05 Feb 2009 14:53:25 +0000, by lucabe
-
Electronic Arts demuxer: support TQI video tag libavformatThu, 05 Feb 2009 08:59:38 +0000, by pross
-
Move enum RTSPTransport up a bit, so that all fields that are assigned a value libavformatWed, 04 Feb 2009 17:17:20 +0000, by rbultje
-
always write mxf time base in descriptors libavformatWed, 04 Feb 2009 09:35:59 +0000, by bcoudurier
-
Do not misuse unsigned long to store pointers. libavformatWed, 04 Feb 2009 05:56:39 +0000, by ramiro
-
write all available metadata tags into extended_content_header libavformatWed, 04 Feb 2009 01:40:52 +0000, by aurel
-
let packet pass through when no timestamps libavformatTue, 03 Feb 2009 23:18:12 +0000, by bcoudurier
-
prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818 libavformatTue, 03 Feb 2009 23:03:41 +0000, by bcoudurier
-
Add and use a public API for RC4 and DES, analogous to the AES API. libavformatTue, 03 Feb 2009 14:20:55 +0000, by reimar
-
Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) libavformatTue, 03 Feb 2009 11:01:57 +0000, by michael
-
simplify usage of dstlen as it is not a parameter anymore libavformatMon, 02 Feb 2009 22:17:14 +0000, by aurel
-
modify the way to pass parameters to av_metadata_set() libavformatMon, 02 Feb 2009 21:45:55 +0000, by aurel
-
Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavformatMon, 02 Feb 2009 20:16:00 +0000, by reimar
-
Splits the totalbitrate in a videodatarate and audiodatarate part. libavformatMon, 02 Feb 2009 16:10:46 +0000, by benoit
-
Implement the reading of the video bitrate of flv movies out of the meta data, libavformatMon, 02 Feb 2009 16:05:50 +0000, by benoit
-
fix temporal offet of ipbb sequences, simplification welcome libavformatMon, 02 Feb 2009 10:41:43 +0000, by bcoudurier
-
write index table and rip, muxer works pretty well now libavformatMon, 02 Feb 2009 10:03:38 +0000, by bcoudurier
-
return eof/error if only ffm header has been written, should fix #815 libavformatSun, 01 Feb 2009 22:02:57 +0000, by bcoudurier
-
don't support the mp3 extension in the mp2 muxer libavformatSun, 01 Feb 2009 21:22:12 +0000, by aurel
-
Fix the Transport: line in the SETUP request so that it works with WMS libavformatSun, 01 Feb 2009 13:37:45 +0000, by rbultje
-
Use full internal pathname in doxygen @file directives. libavformatSun, 01 Feb 2009 02:00:19 +0000, by diego
-
use st->priv_data to store per stream context libavformatSat, 31 Jan 2009 11:06:20 +0000, by bcoudurier
-
change prototype of mxf_interleave_get_packet to make it compatible libavformatSat, 31 Jan 2009 10:51:35 +0000, by bcoudurier
-
do not use PAL_samples_per_frame in init, to make init independant libavformatSat, 31 Jan 2009 10:49:26 +0000, by bcoudurier
-
add aes3 pcm wrapping and use it by default libavformatSat, 31 Jan 2009 07:02:20 +0000, by bcoudurier
-
thanks to interleaving, audio is now locked libavformatSat, 31 Jan 2009 06:54:30 +0000, by bcoudurier
-
local tag 3201 is picture essence coding, so do not write it for wav libavformatSat, 31 Jan 2009 06:49:42 +0000, by bcoudurier
-
stored height is stupidly /2 if interlaced libavformatSat, 31 Jan 2009 06:46:42 +0000, by bcoudurier
-
delay header writing and parse mpeg2 frame libavformatSat, 31 Jan 2009 06:32:12 +0000, by bcoudurier
-
correctly pack and interleave pcm samples in mxf libavformatSat, 31 Jan 2009 06:18:25 +0000, by bcoudurier
-
split av_interleave_per_dts, to avoid code duplication libavformatSat, 31 Jan 2009 06:01:58 +0000, by bcoudurier
-
ADPCM found in Xbox wav files can be decoded with libavformatSat, 31 Jan 2009 05:53:04 +0000, by stefang
-
Fix remotely exploitable arbitrary code execution vulnerability. libavformatWed, 28 Jan 2009 13:37:26 +0000, by michael
-
Prefer av_freep() over av_free() for variables in the context for safety. libavformatTue, 27 Jan 2009 22:21:28 +0000, by michael
-
Export all tracks (each is a different language) instead of just one. libavformatTue, 27 Jan 2009 22:14:48 +0000, by michael
-
Move current_track variable closer to where it is used. libavformatTue, 27 Jan 2009 21:58:45 +0000, by michael
-
Fix memleak of fourxm->tracks on error return. libavformatTue, 27 Jan 2009 21:56:28 +0000, by michael
-
Whitespace cosmetics to align return statements. libavformatTue, 27 Jan 2009 18:01:26 +0000, by benoit
-
Check buffer is inside what is passed when probing for flac. libavformatTue, 27 Jan 2009 18:00:40 +0000, by benoit
-
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h libavformatTue, 27 Jan 2009 12:23:16 +0000, by lucabe
-
seek at 0 when timestamp requested is negative libavformatTue, 27 Jan 2009 04:29:33 +0000, by bcoudurier
-
make it clear that the new metadata API is a work in progress libavformatMon, 26 Jan 2009 23:39:22 +0000, by aurel
-
Move documentation of av_register_all() from allformats.c to libavformatSun, 25 Jan 2009 16:44:45 +0000, by stefano
-
use function and definitions from libavcodec/flac.h in oggparseflac.c libavformatSun, 25 Jan 2009 01:21:10 +0000, by jbr
-
Handle ID3v2 tags in raw FLAC streams by skipping them. libavformatSun, 25 Jan 2009 00:16:27 +0000, by jbr
-
Fix undefined preprocessor directives warnings during 'make checkheaders'. libavformatSat, 24 Jan 2009 14:52:46 +0000, by diego
-
return an error if we can not get a full packet, libavformatSat, 24 Jan 2009 08:20:42 +0000, by stefang
-
fix header parsing, the NULL terminated File ID is followed by a space libavformatSat, 24 Jan 2009 08:06:43 +0000, by stefang
-
Skip m= blocks in the SDP if the media type is unknown. This prevents libavformatSat, 24 Jan 2009 04:56:18 +0000, by rbultje
-
set pts and dts when only pts is present, according to specs libavformatFri, 23 Jan 2009 22:16:31 +0000, by bcoudurier
-
stored height is a multiple of 16 for mpeg2 libavformatFri, 23 Jan 2009 20:15:46 +0000, by bcoudurier
-
fix endianness of time code, and calculate it in fields, according to specs libavformatFri, 23 Jan 2009 20:03:57 +0000, by bcoudurier
-
Move av_read_frame/parser related buffer variables from AVFormatContext libavformatThu, 22 Jan 2009 23:35:31 +0000, by michael
-
print stream sar if present and different than codec sar libavformatThu, 22 Jan 2009 19:45:53 +0000, by bcoudurier
-
Use EAGAIN return, primarely intended as example of EAGAIN useage. libavformatThu, 22 Jan 2009 12:08:06 +0000, by michael
-
'code' is used to index a table so make it unsigned libavformatWed, 21 Jan 2009 22:32:17 +0000, by aurel
-
yet another attempt on fixing synchronization in VMD libavformatWed, 21 Jan 2009 13:27:39 +0000, by kostya
-
Empty audio chunks in VMD are silent, not skipped libavformatWed, 21 Jan 2009 13:26:01 +0000, by kostya
-
VMD first chunk of audio is not coded as many separate chunks of block_align libavformatWed, 21 Jan 2009 13:24:35 +0000, by kostya
-
change sample aspect ratio test to be more clear, print old one libavformatTue, 20 Jan 2009 21:06:57 +0000, by bcoudurier
-
Do not use avctx->frame_number which might not be set, libavformatTue, 20 Jan 2009 09:43:58 +0000, by bcoudurier
-
Enable building r3d demuxer when its config is set. libavformatTue, 20 Jan 2009 08:08:32 +0000, by benoit
-
Fix a read past end of buffer crash in the mp3 probe libavformatTue, 20 Jan 2009 08:00:39 +0000, by alexc
-
matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes libavformatTue, 20 Jan 2009 00:52:12 +0000, by aurel
-
Use "" instead of <> when #including non-system headers. libavformatMon, 19 Jan 2009 23:41:46 +0000, by diego
-
Fix probing of files with ID3v2 tags. Discussed at libavformatMon, 19 Jan 2009 21:54:06 +0000, by alexc
-
Restore mistakenly removed period after "DivX, Inc". libavformatMon, 19 Jan 2009 17:01:22 +0000, by diego
-
cosmetics: Remove pointless period after copyright statement non-sentences. libavformatMon, 19 Jan 2009 15:46:40 +0000, by diego
-
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag libavformatSun, 18 Jan 2009 22:53:28 +0000, by aurel
-
matroskadec: merge ByteIOContext declarations at upper level libavformatSun, 18 Jan 2009 17:26:24 +0000, by aurel
-
matroskadec: parse the WAVEFORMATEX header and discard it from extradata libavformatSun, 18 Jan 2009 17:13:12 +0000, by aurel
-
match format in names list separated by commas libavformatSat, 17 Jan 2009 21:40:27 +0000, by bcoudurier
-
remove ff_get_fourcc() and use AV_RL32() instead libavformatSat, 17 Jan 2009 12:21:01 +0000, by aurel
-
Treat disposition==0 as undefined and don't write the default flag libavformatSat, 17 Jan 2009 04:31:14 +0000, by conrad
-
Flush the buffer after writing the header and when done with writing the files libavformatSat, 17 Jan 2009 04:30:36 +0000, by conrad
-
Merge declaration and initialization of io_buffer_size libavformatFri, 16 Jan 2009 16:39:17 +0000, by reimar
-
Make io_buffer_size unsigned to avoid a warning about comparing libavformatFri, 16 Jan 2009 16:37:54 +0000, by reimar
-
Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal libavformatFri, 16 Jan 2009 15:35:51 +0000, by reimar
-
Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. libavformatFri, 16 Jan 2009 15:32:33 +0000, by reimar
-
Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) libavformatFri, 16 Jan 2009 15:30:52 +0000, by reimar
-
Make unsigned int a variable that does not need to be explicitely 32 bits. libavformatFri, 16 Jan 2009 14:03:46 +0000, by benoit
-
support h264 extradata with 0x000001 startcode libavformatFri, 16 Jan 2009 01:26:52 +0000, by bcoudurier
-
use ff_avc_parse_nal_units_buf because output size might differ from input size libavformatFri, 16 Jan 2009 01:22:30 +0000, by bcoudurier
-
move actual writing before so new size can be taken into account libavformatFri, 16 Jan 2009 01:12:32 +0000, by bcoudurier
-
return size written in ff_avc_parse_nal_units libavformatFri, 16 Jan 2009 01:11:34 +0000, by bcoudurier
-
Do not reallocate AVPacket's data when muxing a packet libavformatThu, 15 Jan 2009 14:03:07 +0000, by lucabe
-
Factorise id3v2 header parsing from mp3.c to be shared libavformatThu, 15 Jan 2009 12:23:03 +0000, by superdump
-
add aud nal unit if not present in h264 bitstream libavformatThu, 15 Jan 2009 01:22:31 +0000, by bcoudurier
-
matroskadec: ensure we only consider chapters which are properly ordered libavformatThu, 15 Jan 2009 00:42:57 +0000, by aurel
-
consider other codecs packets contain only one access unit, not just audio libavformatWed, 14 Jan 2009 23:53:31 +0000, by bcoudurier
-
calculate pat, pmt and sdt exact size and adjust total bitrate libavformatWed, 14 Jan 2009 23:49:13 +0000, by bcoudurier
-
warn if dts < pcr which means TS is invalid libavformatWed, 14 Jan 2009 22:40:37 +0000, by bcoudurier
-
only write dts if they differ from pts, according to specs libavformatWed, 14 Jan 2009 22:17:07 +0000, by bcoudurier
-
set pts and dts of pes packets exactly according to specs libavformatWed, 14 Jan 2009 21:57:10 +0000, by bcoudurier
-
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavformatWed, 14 Jan 2009 17:19:17 +0000, by aurel
-
compute pcr more accurately, regression tests need update libavformatWed, 14 Jan 2009 02:20:26 +0000, by bcoudurier
-
include intreadwrite.h, fix compilation, img2.c use AV_RL32 libavformatWed, 14 Jan 2009 01:21:24 +0000, by bcoudurier
-
Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformatTue, 13 Jan 2009 23:44:16 +0000, by aurel
-
Use the dimensions in tkhd for timed text tracks libavformatSun, 11 Jan 2009 23:24:28 +0000, by conrad
-
Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformatSun, 11 Jan 2009 22:19:48 +0000, by diego
-
Use setmode() if it exists in <io.h>, and not based on O_BINARY. libavformatSun, 11 Jan 2009 22:05:43 +0000, by ramiro
-
Fix illegal identifier starting with an underscore. libavformatSun, 11 Jan 2009 21:07:12 +0000, by diego
-
move ffindex set before mov_read_default so it can be used in functions libavformatSun, 11 Jan 2009 21:04:25 +0000, by bcoudurier
-
Add support for muxing mov/mp4/3gp timed text streams libavformatSun, 11 Jan 2009 10:26:44 +0000, by conrad
-
Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text libavformatSun, 11 Jan 2009 08:24:44 +0000, by conrad
-
remove comment, this is not relevant anymore libavformatSun, 11 Jan 2009 05:24:41 +0000, by bcoudurier
-
check for negative dts value even if bitstream is already formated, libavformatSun, 11 Jan 2009 05:23:10 +0000, by bcoudurier
-
Move the AVFormatContext options definition to a dedicated file, libavformatSat, 10 Jan 2009 09:56:07 +0000, by stefano
-
Reindent to properly fit a 80 chars terminal. libavformatFri, 09 Jan 2009 23:44:52 +0000, by rbultje
-
Apply rtpmap: SDP lines to the last m= line only, since they generally just libavformatFri, 09 Jan 2009 23:36:17 +0000, by rbultje
-
only set le if value is 1, fix boom5.mov, issue #770 libavformatFri, 09 Jan 2009 22:13:37 +0000, by bcoudurier
-
Do not assume that if pkt->destruct != av_destruct_packet then it is not libavformatFri, 09 Jan 2009 20:10:13 +0000, by lucabe
-
Increase buffer size for RTP packet data because some ASF streams use a libavformatFri, 09 Jan 2009 01:30:14 +0000, by rbultje
-
rename ff_metadata_sync_compat to ff_metadata_mux_compat libavformatFri, 09 Jan 2009 00:01:42 +0000, by aurel
-
move ff_metadata_sync_compat to metadata_compat.c libavformatThu, 08 Jan 2009 23:30:02 +0000, by aurel
-
Add a second metadata compatibility layer, so that metadata that gets libavformatThu, 08 Jan 2009 23:24:51 +0000, by aurel
-
100l, add missing enum type, fix compilation libavformatThu, 08 Jan 2009 07:11:43 +0000, by bcoudurier
-
use lower case x and alternate format for hex in printf libavformatThu, 08 Jan 2009 02:57:21 +0000, by bcoudurier
-
print more debug information if enabled, including index libavformatThu, 08 Jan 2009 02:54:43 +0000, by bcoudurier
-
Do not try to duplicate packets that have data==NULL. libavformatWed, 07 Jan 2009 20:44:23 +0000, by michael
-
Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by libavformatWed, 07 Jan 2009 16:01:15 +0000, by rbultje
-
Use the "server" RTSP field to detect whether the server that we're talking libavformatWed, 07 Jan 2009 14:55:47 +0000, by rbultje
-
Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future libavformatWed, 07 Jan 2009 14:53:04 +0000, by rbultje
-
Don't use s->pb if a local ByteIOContext was already provided by the calling libavformatWed, 07 Jan 2009 14:50:19 +0000, by rbultje
-
Allow subscription to any of the streams, not just the first, available in libavformatWed, 07 Jan 2009 14:48:17 +0000, by rbultje
-
Parse the OpaqueData field for every AVStream represented by this "set of libavformatWed, 07 Jan 2009 14:45:13 +0000, by rbultje
-
Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in libavformatWed, 07 Jan 2009 14:41:40 +0000, by rbultje
-
Parse the ASMRuleBook SDP line to dynamically create one new AVStream for libavformatWed, 07 Jan 2009 14:38:44 +0000, by rbultje
-
Remove inappropriate const qualifier from function argument, fixes the warning: libavformatWed, 07 Jan 2009 01:19:48 +0000, by diego
-
Add a metadata compatibility layer, so that when a user application set libavformatTue, 06 Jan 2009 00:09:23 +0000, by aurel
-
Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned libavformatMon, 05 Jan 2009 22:10:16 +0000, by diego
-
additional recovery for the badly broken streams libavformatMon, 05 Jan 2009 17:50:13 +0000, by romansh
-
rename AVMetaData to AVMetadata and meta_data to metadata libavformatSun, 04 Jan 2009 23:31:31 +0000, by aurel
-
add metadata in AVStream, AVProgram and AVChapter libavformatSun, 04 Jan 2009 22:31:55 +0000, by aurel
-
Ministry of English Composition treatment for the new metadata API libavformatSun, 04 Jan 2009 20:47:09 +0000, by melanson
-
If we find a VBR tag at the beginning of the file don't attempt to libavformatSun, 04 Jan 2009 16:23:18 +0000, by michael
-
Drop the deprecated parse_image_size() and parse_frame_rate() functions libavformatSun, 04 Jan 2009 11:04:02 +0000, by stefano
-
10l set AVPacket.size to the true size of the returned data instead of libavformatWed, 31 Dec 2008 02:47:54 +0000, by michael
-
Replace buffer by AVPacket and avoid a memcpy() for video when the number libavformatWed, 31 Dec 2008 01:53:12 +0000, by michael
-
Simplify the top of rm_assemble_video_frame(). libavformatTue, 30 Dec 2008 21:23:02 +0000, by michael
-
Add a few error checks to rm_assemble_video_frame() libavformatTue, 30 Dec 2008 20:51:18 +0000, by michael
-
All non zero returns of rm_assemble_video_frame() are errors, check things libavformatTue, 30 Dec 2008 19:49:27 +0000, by michael
-
av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in libavformatSun, 28 Dec 2008 23:25:17 +0000, by rbultje
-
Fix double free which happens for playback of .rm files after r16365. See libavformatSun, 28 Dec 2008 23:23:59 +0000, by rbultje
-
Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. libavformatSun, 28 Dec 2008 16:22:42 +0000, by kostya
-
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in libavformatSun, 28 Dec 2008 05:58:23 +0000, by rbultje
-
Change audio_pkt_cnt from an array into a single field, since only a single libavformatSun, 28 Dec 2008 05:55:09 +0000, by rbultje
-
Add RMStream object as function argument to public functions so that non-.rm libavformatSun, 28 Dec 2008 00:21:11 +0000, by rbultje
-
Implement RMStream stream-specific private data object in the RM demuxer. libavformatSun, 28 Dec 2008 00:18:38 +0000, by rbultje
-
Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it libavformatSat, 27 Dec 2008 17:34:00 +0000, by kostya
-
Fix two identical warnings when compiling riff.c and nuv.c with icc: libavformatMon, 22 Dec 2008 22:12:44 +0000, by cehoyos
-
Initialize s->opaque before calling url_resetbuf(). libavformatMon, 22 Dec 2008 11:23:00 +0000, by cehoyos
-
Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavformatSun, 21 Dec 2008 23:50:16 +0000, by michael
-
Fix detection of audio codec in K70707-ARIA229.flv. libavformatSun, 21 Dec 2008 20:56:30 +0000, by michael
-
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv libavformatFri, 19 Dec 2008 01:00:44 +0000, by astrange
-
cosmetics, remove useless parenthesis and whitespaces libavformatThu, 18 Dec 2008 09:18:43 +0000, by bcoudurier
-
set alac channels from extradata, fix alac mono in m4a libavformatThu, 18 Dec 2008 09:17:19 +0000, by bcoudurier
-
Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and libavformatThu, 18 Dec 2008 01:28:29 +0000, by rbultje
-
Add a ByteIOContext argument to ASF functions that will be shared with the libavformatThu, 18 Dec 2008 01:25:43 +0000, by rbultje
-
Fix bug where the avi demxuer lost the first frame of malformed libavformatTue, 16 Dec 2008 16:14:07 +0000, by michael
-
check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure libavformatTue, 16 Dec 2008 08:47:28 +0000, by bcoudurier
-
two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list libavformatTue, 16 Dec 2008 05:20:11 +0000, by compn
-
QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi libavformatTue, 16 Dec 2008 03:49:26 +0000, by compn
-
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread libavformatSun, 14 Dec 2008 22:26:28 +0000, by rbultje
-
Add comment to indicate why the SDP line buffer is as big as it is. libavformatSun, 14 Dec 2008 22:23:59 +0000, by rbultje
-
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion libavformatSun, 14 Dec 2008 22:23:14 +0000, by rbultje
-
Make register_avcodec() call avcodec_init(). libavformatSun, 14 Dec 2008 20:04:00 +0000, by stefano
-
The POSIX namespace shall be held sacrosanct. To that end, libavformatSun, 14 Dec 2008 03:29:33 +0000, by melanson
-
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformatSat, 13 Dec 2008 23:25:19 +0000, by lucabe
-
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. libavformatSat, 13 Dec 2008 21:40:20 +0000, by rbultje
-
Don't access RMContext directly in rdt.c. Rather, use the return value of libavformatSat, 13 Dec 2008 21:37:27 +0000, by rbultje
-
Separate the packet fetching from the data reading, so that the data reading libavformatSat, 13 Dec 2008 17:18:11 +0000, by rbultje
-
cosmetics: Break some lines for a more aesthetically pleasing result. libavformatSat, 13 Dec 2008 16:35:58 +0000, by diego
-
Remove misleading comment, _t is POSIX-reserved namespace. libavformatSat, 13 Dec 2008 16:08:31 +0000, by diego
-
Avoid _t in identifier names, _t is reserved by POSIX. libavformatSat, 13 Dec 2008 13:11:42 +0000, by diego
-
Matroska uses tables from isom.c, so add the object file to its dependencies. libavformatSat, 13 Dec 2008 12:46:11 +0000, by diego
-
mpegts: replace Program_t typedef with "struct Program" libavformatSat, 13 Dec 2008 00:04:34 +0000, by mru
-
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) libavformatFri, 12 Dec 2008 15:55:08 +0000, by aurel
-
add another mpeg4 avi fourcc from uncommon codecs list libavformatFri, 12 Dec 2008 15:34:55 +0000, by compn
-
Add sys/time.h header #include, fixes compilation on OS/2. libavformatFri, 12 Dec 2008 06:55:48 +0000, by diego
-
Update lavf/libnut.c to _tt type names in libnut API libavformatFri, 12 Dec 2008 05:10:43 +0000, by ods15
-
parse pasp atom and set sample aspect ratio, libavformatThu, 11 Dec 2008 22:24:56 +0000, by bcoudurier
-
remove _t in typedef for POSIX compatibility libavformatThu, 11 Dec 2008 20:06:56 +0000, by bcoudurier
-
Remove comment suggesting using variables ending in _t as this would break POSIX. libavformatThu, 11 Dec 2008 20:02:15 +0000, by michael
-
Use "struct gxf_stream_info" instead of "st_info_t", libavformatThu, 11 Dec 2008 10:42:06 +0000, by reimar
-
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment. libavformatThu, 11 Dec 2008 10:35:20 +0000, by reimar
-
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI libavformatThu, 11 Dec 2008 07:49:05 +0000, by melanson
-
Remove static variable and a printf using it. See "[PATCH] asf.c: move libavformatSat, 06 Dec 2008 20:28:38 +0000, by rbultje
-
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. libavformatSat, 06 Dec 2008 18:41:17 +0000, by rbultje
-
Do not access s->gb directly in functions that have a local copy of that libavformatSat, 06 Dec 2008 18:35:52 +0000, by rbultje
-
Add necessary header for av_set_program_name and av_program_add_stream_index. libavformatWed, 03 Dec 2008 23:04:30 +0000, by diego
-
Move declaration of av_set_program_name and av_program_add_stream_index libavformatWed, 03 Dec 2008 16:47:07 +0000, by diego
-
Commit last ok'ed parts of QCELP decoder and enable it. libavformatTue, 02 Dec 2008 16:48:05 +0000, by vitor
-
Implement rule-number parsing, the initial step in stream (and bitrate) libavformatMon, 01 Dec 2008 00:08:42 +0000, by rbultje
-
Change RDTDemuxContext->st into an array of streams, which will make future libavformatSun, 30 Nov 2008 22:24:35 +0000, by rbultje
-
document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia libavformatSun, 30 Nov 2008 20:40:04 +0000, by rbultje
-
Change function prototype from taking an AVStream to taking an index to the libavformatSun, 30 Nov 2008 20:39:16 +0000, by rbultje
-
Rename functions in sdp.c for consistency's sake. libavformatSat, 29 Nov 2008 13:55:03 +0000, by stefano
-
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. libavformatSun, 23 Nov 2008 16:54:31 +0000, by rbultje
-
Support picture output without -f image2 for most codecs. libavformatSat, 22 Nov 2008 20:36:02 +0000, by cehoyos
-
cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavformatThu, 20 Nov 2008 22:53:18 +0000, by diego
-
decrease atom size, fix broken files missing version/flags libavformatTue, 18 Nov 2008 09:09:57 +0000, by bcoudurier
-
Change type of prev_stream_id from uint32_t to int, since it has a max size libavformatMon, 17 Nov 2008 18:10:02 +0000, by rbultje
-
Read optional components of the RDT packet header, such as extended setID libavformatMon, 17 Nov 2008 14:32:01 +0000, by rbultje
-
Change header reading implementation to using get_bits() instead of directly libavformatMon, 17 Nov 2008 14:30:31 +0000, by rbultje
-
Prefix all ff_rdt_parse_header() arguments with a p, preparing for local libavformatMon, 17 Nov 2008 14:28:12 +0000, by rbultje
-
Fix memleak caused by the fact that url_open_buf() allocates a context libavformatMon, 17 Nov 2008 14:23:20 +0000, by rbultje
-
Add ByteIOContext argument to public ff_rm_* functions so that we can libavformatMon, 17 Nov 2008 14:20:00 +0000, by rbultje
-
Get rid of MSG_DONTWAIT using a more standard way to use a socket libavformatMon, 17 Nov 2008 07:50:25 +0000, by benoit
-
read itunes metadata, code based on Reimar's patch libavformatSun, 16 Nov 2008 01:59:35 +0000, by bcoudurier
-
Change status packet skipping to be more spec-compliant. See discussion in libavformatSat, 15 Nov 2008 20:45:26 +0000, by rbultje
-
Make function comment a bit more linguistically correct. libavformatSat, 15 Nov 2008 20:43:57 +0000, by rbultje
-
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in libavformatSat, 15 Nov 2008 20:41:59 +0000, by rbultje
-
matroskadec: fix index timestamps for some broken files libavformatSat, 15 Nov 2008 15:34:51 +0000, by aurel
-
Call check_back_and_send_rr() function only in case of RTP as a transport. libavformatSat, 15 Nov 2008 14:44:48 +0000, by rbultje
-
Rename variables in ff_rdt_parse_header() and callers to match the libavformatSat, 15 Nov 2008 02:22:47 +0000, by rbultje
-
check for interrupt when receiving from socket libavformatFri, 14 Nov 2008 19:33:22 +0000, by henry
-
Add comment describing the RDT packet header. See discussion in "[PATCH] libavformatFri, 14 Nov 2008 18:37:58 +0000, by rbultje
-
Allow the UDP socket buffer size to be adjusted using a libavformatWed, 12 Nov 2008 21:40:53 +0000, by andoma
-
always use the whole buffer for reading w/ packetized sources to avoid packet truncation libavformatMon, 10 Nov 2008 21:41:35 +0000, by henry
-
Fix argument constness for the av_codec_get_id() and libavformatSat, 08 Nov 2008 18:37:03 +0000, by stefano
-
Electronic Arts demuxer: support TGQ video tags libavformatSat, 08 Nov 2008 00:39:31 +0000, by pross
-
Decode audio channel layout from RIFF/WAV file format. libavformatWed, 05 Nov 2008 09:22:13 +0000, by pross
-
Check sub_packet_size against 0 to avoid div by zero later. libavformatWed, 29 Oct 2008 00:16:50 +0000, by michael
-
Fix endless loop when opening corrupt FLV files (issue 699). libavformatTue, 28 Oct 2008 23:49:04 +0000, by cehoyos
-
fix umid base value, use revision 5 and generic material type libavformatMon, 27 Oct 2008 00:21:42 +0000, by bcoudurier
-
simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz libavformatFri, 24 Oct 2008 23:06:03 +0000, by bcoudurier
-
force sample rate to 16khz for speex in flv, fix speexaudio.flv libavformatFri, 24 Oct 2008 18:36:26 +0000, by bcoudurier
-
Check for pts==dts on I/P frames in the presence of non low delay decoding and libavformatSun, 19 Oct 2008 01:02:48 +0000, by michael
-
Move code setting delay and presentation_delayed a little up so libavformatSat, 18 Oct 2008 22:41:21 +0000, by michael
-
Append read data onto the buffer instead of overwriting, this ensures libavformatSat, 18 Oct 2008 17:30:37 +0000, by michael
-
Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu libavformatSat, 18 Oct 2008 12:10:08 +0000, by banan
-
8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu libavformatSat, 18 Oct 2008 12:08:55 +0000, by banan
-
Assume mono if no other information for raw. libavformatSat, 18 Oct 2008 10:40:31 +0000, by michael
-
Only special-case absolute DOS paths on systems that support them. libavformatFri, 10 Oct 2008 16:59:37 +0000, by ramiro
-
replacing frame_rate and frame_rate_base with an AVRational time_base libavformatTue, 07 Oct 2008 16:59:18 +0000, by romansh
-
simplifying code as per Michael's suggestion libavformatTue, 07 Oct 2008 16:14:33 +0000, by romansh
-
simplifying the code as per Michael's suggestion libavformatTue, 07 Oct 2008 15:49:45 +0000, by romansh
-
matroskaenc: use correct EBML ID for block duration libavformatSat, 04 Oct 2008 22:47:10 +0000, by aurel
-
matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() libavformatSat, 04 Oct 2008 22:44:50 +0000, by aurel
-
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
-
make av_find_stream_info find frame_size for aac too libavformatWed, 25 Jun 2008 19:30:48 +0000, by bcoudurier
-
Make av_find_stream_info() find the frame_size for vorbis. libavformatWed, 25 Jun 2008 18:36:41 +0000, by michael
-
Fill missing pts in during muxing when we know that they are equal to dts. libavformatWed, 25 Jun 2008 18:31:48 +0000, by michael
-
We cannot calculate the duration of vorbis packets even if we do know the libavformatWed, 25 Jun 2008 18:15:04 +0000, by michael
-
Prevent duration calculation code from generating random durations for libavformatTue, 24 Jun 2008 23:56:16 +0000, by michael
-
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP libavformatTue, 24 Jun 2008 11:07:04 +0000, by lucabe
-
chinese avs demuxing support, demux AVSFileFormat.mp4 libavformatSun, 22 Jun 2008 23:52:57 +0000, by bcoudurier
-
matroskadec: decode track private data if needed libavformatSun, 22 Jun 2008 15:52:28 +0000, by aurel
-
matroskadec: move buffer decoding code to a separate function libavformatSun, 22 Jun 2008 15:49:44 +0000, by aurel
-
remove pts set hack, this is no more correct libavformatSun, 22 Jun 2008 08:44:58 +0000, by bcoudurier
-
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking libavformatSun, 22 Jun 2008 00:26:25 +0000, by bcoudurier
-
uniformize AVStream->priv_data freeing in av_close_input_stream libavformatFri, 20 Jun 2008 17:22:56 +0000, by bcoudurier
-
factorize read_header failure freeing code libavformatFri, 20 Jun 2008 17:16:56 +0000, by bcoudurier
-
Check if there is at least a stream before writing trailer. libavformatFri, 20 Jun 2008 07:27:44 +0000, by benoit
-
Fix neverending loop which might happen when sending high-bitrate MPEG2 libavformatThu, 19 Jun 2008 10:31:45 +0000, by lucabe
-
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com libavformatWed, 18 Jun 2008 08:30:50 +0000, by bcoudurier
-
put avc1 brand in compat list when h264 is present libavformatSat, 14 Jun 2008 21:05:28 +0000, by bcoudurier
-
Calculate ftyp size instead of hardcoding it. libavformatFri, 13 Jun 2008 11:30:36 +0000, by michael
-
Change MODE_* to 1<<c so several can be set at the same time. libavformatThu, 12 Jun 2008 03:08:08 +0000, by michael
-
don't write double sets of metadata in mov, only write usual ones libavformatThu, 12 Jun 2008 00:55:49 +0000, by bcoudurier
-
move utf8 code before udta func, will be used by 3gp tags libavformatWed, 11 Jun 2008 09:35:02 +0000, by bcoudurier
-
support alac in ipod m4a format, tested on quicktime libavformatWed, 11 Jun 2008 08:17:38 +0000, by bcoudurier
-
m4v/m4a are usual itunes/ipod/iphone extensions libavformatMon, 09 Jun 2008 22:14:58 +0000, by bcoudurier
-
rework udta handling, if any track set bitexact, don't write any metadata libavformatMon, 09 Jun 2008 20:13:44 +0000, by bcoudurier
-
remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits libavformatMon, 09 Jun 2008 19:56:45 +0000, by bcoudurier
-
Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. libavformatMon, 09 Jun 2008 08:44:45 +0000, by diego
-
pass dts and pts through ffm, should fix streaming b frames libavformatMon, 09 Jun 2008 07:43:14 +0000, by bcoudurier
-
remove ugly ffm_nopts hack, use AVFormatContext->timestamp libavformatMon, 09 Jun 2008 00:24:29 +0000, by bcoudurier
-
Reset reading state after successful seek. libavformatSat, 07 Jun 2008 00:35:37 +0000, by bcoudurier
-
cosmetics, rename first to header, more explicit name libavformatFri, 06 Jun 2008 20:36:16 +0000, by bcoudurier
-
cosmetics, rename first to header, more explicit name libavformatFri, 06 Jun 2008 20:14:47 +0000, by bcoudurier
-
Remove Fabrice's copyright from the Makefiles. They have been entirely libavformatFri, 06 Jun 2008 17:50:32 +0000, by diego
-
cosmetics: s/Id/id/ in libavformat where Id refers to id Software. libavformatThu, 05 Jun 2008 15:03:55 +0000, by diego
-
matroskadec: don't remove dummy level when none was added libavformatWed, 04 Jun 2008 23:11:47 +0000, by aurel
-
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformatTue, 03 Jun 2008 16:20:54 +0000, by diego
-
Ensure the first audio stream is selected as the default stream libavformatTue, 03 Jun 2008 15:19:43 +0000, by aurel
-
matroskadec: sane default value for track->time_scale libavformatTue, 03 Jun 2008 15:09:30 +0000, by aurel
-
Make update_initial_durations() also work if a dts occured before a libavformatTue, 03 Jun 2008 00:50:22 +0000, by michael
-
Do not set pts in update_initial_durations() if stream has b frames. libavformatTue, 03 Jun 2008 00:43:56 +0000, by michael
-
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow libavformatMon, 02 Jun 2008 23:07:41 +0000, by aurel
-
matroskadec: move ARRAY_SIZE() macro at top of the file libavformatMon, 02 Jun 2008 23:01:14 +0000, by aurel
-
Audio channels and sample rate must be set in order to skip libavformatMon, 02 Jun 2008 09:15:04 +0000, by andoma
-
rename last_frame_offset to next_frame_offset, due to r13615 libavformatMon, 02 Jun 2008 04:08:30 +0000, by bcoudurier
-
Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformatSun, 01 Jun 2008 16:25:05 +0000, by takis
-
matroskadec: use the proper timestamp scaling for index entries libavformatSun, 01 Jun 2008 14:41:53 +0000, by aurel
-
matroskadec: read TrackTimecodeScale and set timebase accordingly libavformatSun, 01 Jun 2008 13:54:11 +0000, by aurel
-
matroskadec: silently discard some element ID that we don't care about libavformatSun, 01 Jun 2008 13:39:54 +0000, by aurel
-
flvenc.o depends on avc.o (for H.264 support functions). libavformatSat, 31 May 2008 14:26:56 +0000, by diego
-
Check av_new_stream return value, fixes CID75 RUN2 libavformatThu, 29 May 2008 15:59:14 +0000, by reimar
-
Check av_new_stream return value, fixes CID79 RUN2 libavformatThu, 29 May 2008 15:25:45 +0000, by reimar
-
Check for av_new_stream failure, fixes CID76 RUN2 libavformatThu, 29 May 2008 15:22:45 +0000, by reimar
-
Check return of url_fseek in mpeg timestamp reading code. libavformatThu, 29 May 2008 09:50:17 +0000, by benoit
-
warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformatThu, 29 May 2008 00:58:41 +0000, by bcoudurier
-
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy libavformatThu, 29 May 2008 00:35:23 +0000, by bcoudurier
-
use av_fifo_generic_write, old func is deprecated libavformatWed, 28 May 2008 22:00:45 +0000, by bcoudurier
-
Do not read from after the table, fixes CID108 RUN2. libavformatWed, 28 May 2008 20:28:48 +0000, by michael
-
simplify, use pointer to codec context in struct instead of only id libavformatTue, 27 May 2008 22:31:26 +0000, by bcoudurier
-
simplify, use pointer to codec context in struct instead of only id libavformatTue, 27 May 2008 22:31:09 +0000, by bcoudurier
-
Do not use the pts/dts calculation code which needs a parser, when no parser libavformatTue, 27 May 2008 18:43:25 +0000, by michael
-
cosmetics, remove useless cases and braces libavformatTue, 27 May 2008 02:55:34 +0000, by bcoudurier
-
use av_fifo_generic_write, old func is deprecated libavformatTue, 27 May 2008 01:26:22 +0000, by bcoudurier
-
aac chan config is 0 if bitstream contains program_config_element libavformatMon, 26 May 2008 21:52:54 +0000, by bcoudurier
-
Support non interleaved avi with phantom streams. libavformatMon, 26 May 2008 20:29:16 +0000, by michael
-
return error if frame_offset is negative, prevent segfault libavformatMon, 26 May 2008 03:53:48 +0000, by bcoudurier
-
return error if len is negative, prevent segfault libavformatMon, 26 May 2008 03:53:10 +0000, by bcoudurier
-
move ffserver specific functions up and only include unistd.h in this case libavformatMon, 26 May 2008 03:52:14 +0000, by bcoudurier
-
move ffm_seek1 before get_pts function since func uses it libavformatMon, 26 May 2008 03:50:25 +0000, by bcoudurier
-
move DEBUG_SEEK definition before get_pts since func uses it libavformatMon, 26 May 2008 03:47:56 +0000, by bcoudurier
-
move get_pts function to avoid useless declaration libavformatMon, 26 May 2008 03:47:07 +0000, by bcoudurier
-
reenable test, data is available in this case libavformatMon, 26 May 2008 03:37:01 +0000, by bcoudurier
-
Ensure that one can store X bytes in a fifo of size X. libavformatSun, 25 May 2008 23:04:09 +0000, by michael
-
Make av_fifo*_read() ignore the available amount of data. libavformatSun, 25 May 2008 22:20:39 +0000, by michael
-
compute the end of all chapters when end is not specified in the container libavformatSat, 24 May 2008 21:44:29 +0000, by aurel
-
Pass time_base as argument to new_chapter() as well. libavformatFri, 23 May 2008 18:15:13 +0000, by michael
-
Chapter demuxing support. (untested as I have no nuts with chapters) libavformatFri, 23 May 2008 13:52:54 +0000, by michael
-
Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformatFri, 23 May 2008 13:14:11 +0000, by michael
-
s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformatFri, 23 May 2008 13:07:58 +0000, by michael
-
Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformatFri, 23 May 2008 13:02:27 +0000, by michael
-
don't set a dummy chapter title when title is unknown libavformatFri, 23 May 2008 11:47:11 +0000, by aurel
-
matroskadec: allows inserting chapters with unspecified end libavformatThu, 22 May 2008 23:04:02 +0000, by aurel
-
free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformatThu, 22 May 2008 17:16:12 +0000, by bcoudurier
-
check pkt stream index before returning packet, prevent segfault libavformatWed, 21 May 2008 21:04:42 +0000, by bcoudurier
-
Do not loop endlessly if converting into dv with timestamps Jan 1st not libavformatWed, 21 May 2008 07:05:08 +0000, by cehoyos
-
support dvd pcm 20/24 bits, patch by Lars T«£uber, lars.taeuber gmx net libavformatWed, 21 May 2008 02:26:42 +0000, by bcoudurier
-
only print debug info when sample is actually added libavformatTue, 20 May 2008 02:24:02 +0000, by bcoudurier
-
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformatTue, 20 May 2008 02:21:29 +0000, by bcoudurier
-
matroskadec: add support for bzlib compressed tracks libavformatThu, 15 May 2008 23:12:41 +0000, by aurel
-
try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformatThu, 15 May 2008 22:47:40 +0000, by bcoudurier
-
cosmetics, remove space before opening parenthesis libavformatThu, 15 May 2008 22:14:29 +0000, by bcoudurier
-
matroskadec: add support for zlib compressed tracks libavformatTue, 13 May 2008 23:32:13 +0000, by aurel
-
Fix icc warning #188: enumerated type mixed with another type libavformatTue, 13 May 2008 15:51:37 +0000, by cehoyos
-
Replace some occurrences of 0 with CODEC_ID_NONE. libavformatMon, 12 May 2008 10:30:40 +0000, by cehoyos
-
Fix type of dest_addr_len to respect return value of udp_set_url. libavformatSun, 11 May 2008 10:53:21 +0000, by cehoyos
-
Use full path for #includes from another directory. libavformatFri, 09 May 2008 11:56:36 +0000, by diego
-
string.h is a system header file, so use <> for it. libavformatFri, 09 May 2008 09:30:43 +0000, by diego
-
matroskadec: add support for lzo compressed tracks libavformatFri, 09 May 2008 01:53:59 +0000, by aurel
-
matroskadec: fail gracefully when seeking don't work libavformatThu, 08 May 2008 23:11:13 +0000, by aurel
-
matroskadec: add support for track content encoding libavformatThu, 08 May 2008 21:47:31 +0000, by aurel
-
Remove unnecessary parentheses from return calls. libavformatTue, 06 May 2008 09:16:36 +0000, by diego
-
Use correct length modifier for pointer diff argument in av_log() call. libavformatSun, 04 May 2008 10:35:13 +0000, by diego
-
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformatFri, 02 May 2008 14:52:39 +0000, by lu_zero
-
raw GSM demuxer (does not work yet as parser is missing) libavformatMon, 28 Apr 2008 18:29:42 +0000, by michael
-
set demuxers .value and use common audio_read_header function libavformatMon, 28 Apr 2008 14:14:44 +0000, by bcoudurier
-
set pkt duration, only when dts == pts though, libavformatSat, 26 Apr 2008 17:51:02 +0000, by bcoudurier
-
Missing tags in APE is normal situation, so don't print an error. libavformatSat, 26 Apr 2008 06:29:56 +0000, by kostya
-
set channels and sample rate from mpeg4audio config libavformatFri, 25 Apr 2008 14:09:42 +0000, by bcoudurier
-
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformatFri, 25 Apr 2008 14:03:28 +0000, by bcoudurier
-
parser should not be needed anymore, merge cases and set frame size for amr too libavformatFri, 25 Apr 2008 13:34:51 +0000, by bcoudurier
-
lower frame size to split amr/qcelp/gsm frames libavformatFri, 25 Apr 2008 13:24:25 +0000, by bcoudurier
-
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformatFri, 25 Apr 2008 10:35:06 +0000, by bcoudurier
-
pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformatFri, 25 Apr 2008 09:08:13 +0000, by bcoudurier
-
set wrap bits to 32bit to actually use it libavformatFri, 25 Apr 2008 09:04:38 +0000, by bcoudurier
-
cosmetics: remove useless whitespaces and put braces correctly libavformatThu, 24 Apr 2008 17:22:39 +0000, by bcoudurier
-
demux qcelp, so this can work with soc decoder and stream copy libavformatThu, 24 Apr 2008 17:17:41 +0000, by bcoudurier
-
Do not ignore .depend files, they are no longer generated. libavformatThu, 24 Apr 2008 10:17:55 +0000, by diego
-
Ensure that the timestamp reading code used for seeking chooses a position libavformatWed, 23 Apr 2008 21:16:25 +0000, by michael
-
Read asf file header fields in the right order libavformatTue, 22 Apr 2008 20:08:39 +0000, by superdump
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformatTue, 22 Apr 2008 11:14:01 +0000, by bwolowiec
-
Compute AC3 frame CRC for stronger raw AC3 format probing. libavformatMon, 21 Apr 2008 15:20:53 +0000, by andoma
-
Implement FFMAX3(a,b,c) - maximum over three arguments. libavformatSat, 19 Apr 2008 17:07:58 +0000, by voroshil
-
Decrease returning probe score for WAV demuxer to avoid libavformatSat, 19 Apr 2008 14:52:19 +0000, by voroshil
-
Tighten up the Westwood AUD detection. Probability of random detections libavformatFri, 18 Apr 2008 17:29:58 +0000, by melanson
-
Cleanup comments and make them doxygen parsable. libavformatTue, 15 Apr 2008 22:22:49 +0000, by lu_zero
-
Expose max_packet_size from the rtp protocol libavformatTue, 15 Apr 2008 19:27:39 +0000, by lu_zero
-
Do not detect a format if another has the same score. libavformatTue, 15 Apr 2008 13:50:02 +0000, by michael
-
Using the same probe function in 2 formats is not a good idea. libavformatTue, 15 Apr 2008 13:48:46 +0000, by michael
-
Reduce probe score as it misdetects our flv file from the regression test. libavformatTue, 15 Apr 2008 13:36:31 +0000, by michael
-
Identify codec in GMCMidiaASX.mov correctly. libavformatTue, 15 Apr 2008 11:50:37 +0000, by michael
-
Fix receiving from SDP with unicast destinations libavformatTue, 15 Apr 2008 11:28:04 +0000, by lucabe
-
Remove the "multicast=" tag from UDP and RTP URLs libavformatTue, 15 Apr 2008 11:23:07 +0000, by lucabe
-
Use generic seeking code for flv. The removed code was a buggy duplicate. libavformatMon, 14 Apr 2008 12:22:23 +0000, by michael
-
Stop find_stream_info() searching for further streams if 2 streams have libavformatSun, 13 Apr 2008 23:47:03 +0000, by michael
-
Do not call update_initial_durations if pkt->duration is 0. libavformatSun, 13 Apr 2008 08:55:02 +0000, by reimar
-
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformatThu, 03 Apr 2008 22:15:16 +0000, by lu_zero
-
check return value of matroska_find_track_by_num (fix a segfault) libavformatMon, 31 Mar 2008 20:16:04 +0000, by aurel
-
Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformatMon, 31 Mar 2008 09:49:58 +0000, by lucabe
-
Remove useless entries from AVRtpPayloadTypes libavformatMon, 31 Mar 2008 09:48:04 +0000, by lucabe
-
support mp4 fragmented files without any samples in the moov atom libavformatSun, 30 Mar 2008 21:15:06 +0000, by bcoudurier
-
1000l to myself, dereferencing uninitalized pointer. libavformatFri, 28 Mar 2008 02:44:44 +0000, by michael
-
according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov libavformatThu, 27 Mar 2008 13:16:29 +0000, by bcoudurier
-
Only use chunk demuxing for old uncompressed audio mechanism specified by stts. libavformatThu, 27 Mar 2008 12:35:22 +0000, by bcoudurier
-
sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing libavformatFri, 21 Mar 2008 14:30:45 +0000, by bcoudurier
-
simplify, and only stop parsing when non streamable libavformatFri, 21 Mar 2008 11:04:54 +0000, by bcoudurier
-
remove ms audio tags from table, they will be chosen or detected with riff table libavformatFri, 21 Mar 2008 11:02:13 +0000, by bcoudurier
-
atoms are not mp4 only, and yes probe is sufficient libavformatFri, 21 Mar 2008 10:52:14 +0000, by bcoudurier
-
cannot free AVStream like this, and return ENOMEM libavformatFri, 21 Mar 2008 10:47:14 +0000, by bcoudurier
-
fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it libavformatThu, 20 Mar 2008 18:48:50 +0000, by bcoudurier
-
One non functional AVPalette chunk less, one heap overflow less. libavformatThu, 20 Mar 2008 16:29:18 +0000, by michael
-
remove useless debug print since now mov_build_index will do libavformatThu, 20 Mar 2008 16:07:55 +0000, by bcoudurier
-
move mov_build_index before mov_read_trak to avoid useless declaration libavformatThu, 20 Mar 2008 15:57:11 +0000, by bcoudurier
-
move specific end treatment when trak is detected, will be needed for fragments libavformatThu, 20 Mar 2008 15:55:50 +0000, by bcoudurier
-
Additional checks for strange num_val in FLV metadata libavformatThu, 20 Mar 2008 11:02:40 +0000, by skal
-
Reindent after rtsp-alternate-protocol* patches. libavformatWed, 19 Mar 2008 14:08:16 +0000, by rbultje
-
Change protocol_mask into protocol, since we always just try a single one per libavformatWed, 19 Mar 2008 14:07:31 +0000, by rbultje
-
Allow cycling between different protocols (TCP, UDP or multicast) so that if libavformatWed, 19 Mar 2008 14:05:08 +0000, by rbultje
-
Split the SETUP request into a separate function, as a prelude into allowing libavformatMon, 17 Mar 2008 12:16:39 +0000, by rbultje
-
just skip klv packet, when no corresponding stream is found libavformatSun, 16 Mar 2008 17:54:36 +0000, by bcoudurier
-
simplify, flags is 24bits according to specs libavformatSun, 16 Mar 2008 15:13:40 +0000, by bcoudurier
-
fucked up alphabetical order again, sorry libavformatSun, 16 Mar 2008 13:40:21 +0000, by bcoudurier
-
Add AVClass to URLContext at next major version bump libavformatMon, 10 Mar 2008 19:03:39 +0000, by superdump
-
consistent use of MKTAG() in the codec_bmp_tags table libavformatSun, 09 Mar 2008 23:43:55 +0000, by aurel
-
cosmetics: alignment of the codec_bmp_tags table libavformatSun, 09 Mar 2008 23:34:14 +0000, by aurel
-
recognize the CLJR FourCC (Cirrus Logic AccuPak) libavformatSun, 09 Mar 2008 04:18:48 +0000, by melanson
-
Introduce max_picture_buffer variable in AVFormatContext, libavformatSat, 08 Mar 2008 21:59:11 +0000, by ramiro
-
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude libavformatSat, 08 Mar 2008 19:00:55 +0000, by ramiro
-
Include windows.h instead of trying to redeclare Sleep libavformatSat, 08 Mar 2008 18:59:45 +0000, by ramiro
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavformatSat, 08 Mar 2008 14:39:43 +0000, by diego
-
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformatFri, 07 Mar 2008 19:25:09 +0000, by eugeni
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavformatThu, 06 Mar 2008 20:44:44 +0000, by mru
-
do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf libavformatThu, 06 Mar 2008 17:44:42 +0000, by bcoudurier
-
Skip over unknown extended_content_header tags. libavformatThu, 06 Mar 2008 00:26:48 +0000, by michael
-
Set TCP protocol to is_streamed=1 as seeking is not possible. libavformatWed, 05 Mar 2008 15:29:10 +0000, by diego
-
Add some information about the stream bitrate, if available libavformatWed, 05 Mar 2008 13:31:24 +0000, by lucabe
-
correctly compute bit rate for compressed audio, should fix seeking in aiff libavformatWed, 05 Mar 2008 12:02:32 +0000, by bcoudurier
-
Ignore flags after pts/dts if there are no bytes left. libavformatTue, 04 Mar 2008 01:31:15 +0000, by michael
-
include required headers for int64_t and AV_RB16() libavformatMon, 03 Mar 2008 23:00:48 +0000, by aurel
-
Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif libavformatMon, 03 Mar 2008 13:16:29 +0000, by reimar
-
Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. libavformatSun, 02 Mar 2008 23:47:30 +0000, by michael
-
subtitles (codec tag tables still missing ...) libavformatSun, 02 Mar 2008 23:11:36 +0000, by michael
-
fix wc3movie demuxer to conform to the PTS API libavformatSat, 01 Mar 2008 02:28:47 +0000, by melanson
-
fix the id CIN demuxer by using the pts API correctly libavformatSat, 01 Mar 2008 01:43:19 +0000, by melanson
-
set codec bps to grayscale bits, fix 256grey.mov libavformatThu, 28 Feb 2008 16:05:19 +0000, by bcoudurier
-
add weird first atom to probe, finally fix bartjones.mov libavformatWed, 27 Feb 2008 12:24:27 +0000, by bcoudurier
-
makes really sure that no undefined behavior can happen libavformatWed, 27 Feb 2008 00:53:34 +0000, by aurel
-
less preprocessor magic in version number macros libavformatTue, 26 Feb 2008 20:37:59 +0000, by mru
-
support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking libavformatTue, 26 Feb 2008 18:27:21 +0000, by bcoudurier
-
support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov libavformatTue, 26 Feb 2008 18:21:58 +0000, by bcoudurier
-
move parameters reset after setting stream parameters, will need those infos libavformatTue, 26 Feb 2008 14:31:36 +0000, by bcoudurier
-
remove useless tags, codec_get_id matches independently and qt uses lower case tags libavformatMon, 25 Feb 2008 12:08:26 +0000, by bcoudurier
-
set bps to uncompressed original sound data for compressed audio libavformatMon, 25 Feb 2008 12:00:31 +0000, by bcoudurier
-
cosmetics: Sort and prettyprint codec_wav_tags[]. libavformatSun, 24 Feb 2008 23:02:47 +0000, by diego
-
flv/swf do not have a big endian codec id, they only support libavformatSun, 24 Feb 2008 00:57:15 +0000, by michael
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavformatSat, 23 Feb 2008 23:30:41 +0000, by banan
-
treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans libavformatSat, 23 Feb 2008 10:57:38 +0000, by nicodvb
-
Fix computation of the "NTP time" field in RTCP SR packets, and do not libavformatWed, 20 Feb 2008 10:19:35 +0000, by lucabe
-
Get rid of a fake timestamp discontinuity at the begin of V.VOB. libavformatWed, 20 Feb 2008 03:40:07 +0000, by michael
-
Make timestamp interpolation work with mpeg2 field pictures. libavformatWed, 20 Feb 2008 03:20:06 +0000, by michael
-
Fix misplaced const, avoids a cast-discards-qualifiers warning libavformatTue, 19 Feb 2008 16:18:17 +0000, by reimar
-
Fix timestamps and durations if the first packets have no durations nor timestamps, libavformatFri, 15 Feb 2008 20:32:32 +0000, by michael
-
Read match_time_delta in the framecode table. libavformatWed, 13 Feb 2008 20:13:29 +0000, by michael
-
honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw libavformatWed, 13 Feb 2008 19:26:45 +0000, by bcoudurier
-
10l, forgot alaw/mulaw mono, use bits_per_sample in fact, libavformatWed, 13 Feb 2008 13:11:10 +0000, by bcoudurier
-
warn use if edit list is not starting at 0, a/v desync might occur libavformatWed, 13 Feb 2008 10:58:16 +0000, by bcoudurier
-
remove messy and not always correct chunk size workaround, use correct values instead libavformatWed, 13 Feb 2008 10:52:23 +0000, by bcoudurier
-
return error when dv audio extraction fails libavformatMon, 11 Feb 2008 22:37:44 +0000, by bcoudurier
-
split chunks in the case of big compressed audio frames, libavformatMon, 11 Feb 2008 22:32:35 +0000, by bcoudurier
-
use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 libavformatMon, 11 Feb 2008 22:23:05 +0000, by bcoudurier
-
Do not use GNU-specific (or BSD-specific or whatever they may be) libavformatMon, 11 Feb 2008 03:30:42 +0000, by rfelker
-
cosmetics, remove whitespaces before and after parenthesis libavformatWed, 06 Feb 2008 18:57:00 +0000, by bcoudurier
-
Allow the user to select which codec out of several in stsd he wants. libavformatWed, 06 Feb 2008 01:51:32 +0000, by michael
-
it seems ogg requires granule to be -1 on unfinished packets libavformatTue, 05 Feb 2008 01:01:56 +0000, by bcoudurier
-
String pointers of ogg_codec_t should have const attribute. libavformatMon, 04 Feb 2008 12:32:25 +0000, by reimar
-
Add dv50 tag to support samples with dv50 fourcc in AVI. libavformatMon, 04 Feb 2008 12:18:00 +0000, by diego
-
Fix a possible use of an uninitialized pointer. libavformatMon, 04 Feb 2008 12:13:09 +0000, by reimar
-
back_ptr calculation used wrong timebase when searching for back syncpoint libavformatMon, 04 Feb 2008 10:48:41 +0000, by ods15
-
Fix intented algo in syncpoint writing before keyframes in NUT muxer libavformatMon, 04 Feb 2008 10:45:32 +0000, by ods15
-
nut->max_distance was not set at all anywhere in the NUT muxer libavformatMon, 04 Feb 2008 10:34:35 +0000, by ods15
-
Remove old workaround in nutdec.c for libnut bug libavformatMon, 04 Feb 2008 10:30:38 +0000, by ods15
-
missing " && j<syncpoint_count" protection in the index parsing, as the libavformatMon, 04 Feb 2008 10:29:03 +0000, by ods15
-
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformatMon, 04 Feb 2008 10:27:32 +0000, by ods15
-
2 more missing consts found by -Wwrite-strings. libavformatMon, 04 Feb 2008 01:06:04 +0000, by michael
-
Remove incorrect cast found by -Wwrite-strings. libavformatMon, 04 Feb 2008 01:04:27 +0000, by michael
-
fix 8 "initialization discards qualifiers from pointer target type" libavformatMon, 04 Feb 2008 00:42:27 +0000, by michael
-
Fix info packet type, found by oded as well as the new pedantic const libavformatMon, 04 Feb 2008 00:33:52 +0000, by michael
-
Remove ff_mms_set_stream_selection again from asf demuxer, libavformatSun, 03 Feb 2008 11:18:53 +0000, by reimar
-
Remove incorrect casts that should have never been there. libavformatSat, 02 Feb 2008 22:55:58 +0000, by michael
-
Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: libavformatSat, 02 Feb 2008 21:17:46 +0000, by reimar
-
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type libavformatThu, 31 Jan 2008 00:34:22 +0000, by bcoudurier
-
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformatThu, 31 Jan 2008 00:27:51 +0000, by bcoudurier
-
add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformatThu, 31 Jan 2008 00:25:40 +0000, by bcoudurier
-
typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformatThu, 31 Jan 2008 00:22:25 +0000, by bcoudurier
-
cosmetics, split long lines, remove useless braces, merge comments and if libavformatMon, 28 Jan 2008 18:35:12 +0000, by bcoudurier
-
spoke too fast, fix dv fourcc in mov accordingly if strict libavformatMon, 28 Jan 2008 16:58:42 +0000, by bcoudurier
-
finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformatMon, 28 Jan 2008 16:03:50 +0000, by bcoudurier
-
correctly and only set standard stsd fourcc for mp4/3gp libavformatMon, 28 Jan 2008 15:22:07 +0000, by bcoudurier
-
write esds atom when mpeg-4 systems tags are used libavformatMon, 28 Jan 2008 13:44:27 +0000, by bcoudurier
-
reorder object types id by muxing preference libavformatMon, 28 Jan 2008 13:19:49 +0000, by bcoudurier
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavformatSun, 27 Jan 2008 19:57:04 +0000, by reimar
-
Set subtitle codec id correctly, i hope this does not break anything. libavformatSat, 26 Jan 2008 22:57:53 +0000, by michael
-
Add non standard id needed for dvd subtitles. libavformatSat, 26 Jan 2008 22:55:34 +0000, by michael
-
Extract the pure plaintext from mov text subtitles. libavformatSat, 26 Jan 2008 21:21:55 +0000, by reimar
-
Set correct codec type and id for text subtitles. libavformatSat, 26 Jan 2008 20:30:03 +0000, by michael
-
Only export packets which belong to the existing AVStream. libavformatSat, 26 Jan 2008 20:07:30 +0000, by michael
-
Select non jpeg if there are multiple substreams. libavformatSat, 26 Jan 2008 19:50:04 +0000, by michael
-
remove non standard object type ids, if you find samples, report them libavformatSat, 26 Jan 2008 01:35:51 +0000, by bcoudurier
-
ensure av_rescale_q() can be calculated (won't divide by zero) libavformatMon, 21 Jan 2008 23:43:25 +0000, by aurel
-
Support out-of-band parameter sets in SDP for H.264 video libavformatMon, 21 Jan 2008 14:28:58 +0000, by lucabe
-
unset extension, so code path, and guess format do not choose libavformatMon, 21 Jan 2008 13:43:40 +0000, by bcoudurier
-
Add minimal support for H.264 video in the SDP generator libavformatMon, 21 Jan 2008 11:09:06 +0000, by lucabe
-
add missing Makefile rules for pcm muxers/demuxers libavformatSun, 20 Jan 2008 21:24:25 +0000, by aurel
-
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com libavformatSun, 20 Jan 2008 18:30:04 +0000, by bcoudurier
-
simplify and detect better non frame wrapped mappings libavformatSat, 19 Jan 2008 17:25:12 +0000, by bcoudurier
-
support dynamically allocated local tags, used by encrypted files libavformatSat, 19 Jan 2008 16:17:39 +0000, by bcoudurier
-
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). libavformatFri, 18 Jan 2008 20:48:32 +0000, by rbultje
-
Consider initial EOR in the back_ptr calculation. libavformatThu, 17 Jan 2008 13:59:52 +0000, by michael
-
Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavformatThu, 17 Jan 2008 00:12:04 +0000, by michael
-
Remove some spaces to keep certain people's eyes from hurting. libavformatWed, 16 Jan 2008 22:47:51 +0000, by diego
-
Make avc_find_startcode non-static, so that it can be used from other libavformatTue, 15 Jan 2008 08:05:58 +0000, by lucabe
-
user specifyable maximum amount of memory to use for the index. libavformatSun, 13 Jan 2008 13:33:37 +0000, by michael
-
Write 0 instead of seeking forward (and leaving bytes uninitalized), libavformatSat, 12 Jan 2008 00:15:05 +0000, by michael
-
add a ff_ prefix to newly exported functions from avc.c libavformatFri, 11 Jan 2008 23:33:32 +0000, by aurel
-
Matroska muxer needs to format all NAL units, not only extradata. libavformatFri, 11 Jan 2008 23:21:22 +0000, by aurel
-
Do not install rtp.h (which should have never been part of the public API) libavformatFri, 11 Jan 2008 12:24:46 +0000, by lucabe
-
Use the isom avcc formatting for h264 extradata in matroska. libavformatFri, 11 Jan 2008 01:32:45 +0000, by aurel
-
Move isom_write_avcc() and related functions into a separate file. libavformatFri, 11 Jan 2008 01:24:55 +0000, by aurel
-
Add one more parameter to avc_parse_nal_units so that it allows not to libavformatFri, 11 Jan 2008 01:00:04 +0000, by aurel
-
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), libavformatThu, 10 Jan 2008 13:54:30 +0000, by rbultje
-
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler libavformatThu, 10 Jan 2008 13:52:35 +0000, by rbultje
-
url_write is part of the public API so it may not be under ifdef. libavformatTue, 08 Jan 2008 22:07:59 +0000, by reimar
-
Implement read_timestamp and enable seeking in PVA files. libavformatMon, 07 Jan 2008 23:42:52 +0000, by ivo
-
use ff_parse_pes_pts for parsing an MPEG-PES timestamp libavformatMon, 07 Jan 2008 23:38:12 +0000, by ivo
-
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it libavformatMon, 07 Jan 2008 23:32:57 +0000, by ivo
-
Make ff_mkv_codec_tags lie entirely in .rodata section. libavformatMon, 07 Jan 2008 00:03:19 +0000, by aurel
-
cosmetics: Add another pair of parentheses to aid readability. libavformatSun, 06 Jan 2008 22:50:09 +0000, by diego
-
Rename two structures, identifiers starting with _[A-Z] are reserved. libavformatSun, 06 Jan 2008 16:02:55 +0000, by diego
-
do not return an error, but warn and recover when encountering an audio packet libavformatSat, 05 Jan 2008 22:27:49 +0000, by ivo
-
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies libavformatFri, 04 Jan 2008 20:09:48 +0000, by lucabe
-
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies libavformatFri, 04 Jan 2008 19:33:50 +0000, by lucabe
-
Move *malloc() out of tree.c, that way the code can be used with libavformatFri, 04 Jan 2008 17:52:16 +0000, by michael
-
Rationalize some dependencies between rtsp and rtp libavformatThu, 03 Jan 2008 12:49:12 +0000, by lucabe
-
mention libavfilter in warning about deprecated vhook libavformatThu, 03 Jan 2008 02:12:08 +0000, by aurel
-
Add portable way to check for the existence of definitions and libavformatTue, 01 Jan 2008 22:54:35 +0000, by diego
-
Correct doxy about timestamp units of read_timestamp(). libavformatMon, 31 Dec 2007 16:49:18 +0000, by michael
-
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavformatSat, 29 Dec 2007 20:49:03 +0000, by aurel
-
move internal queue freeing code in its own function libavformatSat, 29 Dec 2007 18:32:47 +0000, by aurel
-
fix memory leak (patch by Gabriel Fort«± gforte _at_ wyplay _dot_ com) libavformatSat, 29 Dec 2007 18:30:27 +0000, by aurel
-
Try to fix url_split() so that the ?foobar part is in the path and only the path. libavformatSat, 29 Dec 2007 16:13:03 +0000, by michael
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent libavformatFri, 28 Dec 2007 11:25:25 +0000, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support libavformatFri, 28 Dec 2007 11:23:25 +0000, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment libavformatFri, 28 Dec 2007 11:10:17 +0000, by lu_zero
-
Revert hack which should have never been commited. libavformatFri, 28 Dec 2007 03:32:32 +0000, by michael
-
Check for the presence of sys/select.h and conditionally #include it. libavformatThu, 27 Dec 2007 01:38:50 +0000, by diego
-
Do not force fps unless the user actually specified one. libavformatWed, 26 Dec 2007 22:28:22 +0000, by michael
-
Revert r6124, the change was just wrong, other formats than MPEG-PS can be libavformatTue, 25 Dec 2007 09:37:49 +0000, by michael
-
100l, av_read_packet must check for read_packet error, in case of libavformatSun, 23 Dec 2007 13:16:55 +0000, by reimar
-
Document ByteIOContext and URLContext change rules. libavformatThu, 20 Dec 2007 22:33:53 +0000, by michael
-
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files libavformatThu, 20 Dec 2007 11:21:10 +0000, by banan
-
Document a few more structure change rules with relation to ABI/API. libavformatThu, 20 Dec 2007 09:59:07 +0000, by michael
-
Document structure change rules with relation to ABI/API. libavformatThu, 20 Dec 2007 09:43:01 +0000, by michael
-
Make recently added and still unused read_seek functions return offset_t. libavformatWed, 19 Dec 2007 21:11:08 +0000, by michael
-
Merge recently added and still unused play and pause functions. libavformatWed, 19 Dec 2007 20:57:13 +0000, by michael
-
use generic 'glbl' atom if extradata is present but no specific method is known libavformatWed, 19 Dec 2007 16:00:08 +0000, by bcoudurier
-
supports glbl atom containing generic extradata for all codecs libavformatWed, 19 Dec 2007 15:39:10 +0000, by bcoudurier
-
Increase minor version due to new av_close_input_stream libavformatWed, 19 Dec 2007 14:09:54 +0000, by reimar
-
Remove dead code which disappeared with the last major version bump. libavformatWed, 19 Dec 2007 11:31:36 +0000, by michael
-
Remove *_codec_id from AVFormatParameters with the next major version bump. libavformatWed, 19 Dec 2007 10:58:54 +0000, by michael
-
Simplify av_close_input_file similarly to av_open_input_file previously libavformatMon, 17 Dec 2007 19:12:43 +0000, by reimar
-
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavformatMon, 17 Dec 2007 17:41:24 +0000, by reimar
-
Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() libavformatMon, 17 Dec 2007 09:28:46 +0000, by benoit
-
do not retain useless pointers to avstream priv_data, use it directly libavformatSun, 16 Dec 2007 18:45:48 +0000, by bcoudurier
-
cosmetics: func -> parse, remove useless parenthesis libavformatSun, 16 Dec 2007 18:26:34 +0000, by bcoudurier
-
save pointer to parse table, it is unlikely to change libavformatSun, 16 Dec 2007 18:20:27 +0000, by bcoudurier
-
return error when url_fseek could not read until desired offset in streamed mode libavformatSun, 16 Dec 2007 17:52:46 +0000, by bcoudurier
-
document how to free the result of av_alloc_format_context() libavformatSat, 15 Dec 2007 16:54:58 +0000, by michael
-
Fix compilation of os_support.c for MinGW with --disable-network libavformatSun, 09 Dec 2007 14:39:01 +0000, by ramiro
-
Check sanity in the palette loading operation. The addresses a potential security risk in libavformatWed, 05 Dec 2007 04:30:33 +0000, by melanson
-
return error if malloc failed, found by takis, fix issue 286 libavformatMon, 03 Dec 2007 22:26:07 +0000, by bcoudurier
-
check mov_read_default return value where appropriate, patch by takis, fix issue 285 libavformatMon, 03 Dec 2007 22:22:50 +0000, by bcoudurier
-
fix dnxhd 720p in mov for quicktime player libavformatMon, 03 Dec 2007 10:44:25 +0000, by bcoudurier
-
add assert to detect invalid packet_timestamp_start/end libavformatMon, 03 Dec 2007 10:24:42 +0000, by michael
-
make mpeg-ps probe less happy with random data libavformatMon, 03 Dec 2007 09:37:06 +0000, by michael
-
return a slightly larger score if we find more than 500 valid mp3 frames in a row libavformatMon, 03 Dec 2007 09:26:44 +0000, by michael
-
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files libavformatMon, 03 Dec 2007 04:49:01 +0000, by michael
-
Make ff_qt_default_palette_* arrays "static const" libavformatSun, 02 Dec 2007 23:27:01 +0000, by reimar
-
Make ff_mkv_codec_tags array const, it is never written. libavformatSun, 02 Dec 2007 21:52:43 +0000, by reimar
-
Fix muxer so that generated files are playable by realplayer, other open libavformatSun, 02 Dec 2007 17:51:05 +0000, by rtogni
-
Revert r10892, it's wrong and no longer needed to prevent crashes libavformatSun, 02 Dec 2007 17:41:12 +0000, by rtogni
-
stupid code (casting of void*) found by checktree.sh libavformatSat, 01 Dec 2007 00:19:44 +0000, by michael
-
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), libavformatThu, 29 Nov 2007 08:35:05 +0000, by lucabe
-
Extend ByteIOContext and add the buffered IO functions: libavformatWed, 28 Nov 2007 19:46:49 +0000, by andoma
-
Add #include "os_support.h" to restore OS/2 support. libavformatTue, 27 Nov 2007 11:42:09 +0000, by diego
-
add pcm_s16le_planar support for electronicarts files libavformatSun, 25 Nov 2007 16:32:47 +0000, by aurel
-
Add missing #includes to fix 'make checkheaders'. libavformatSat, 24 Nov 2007 10:08:02 +0000, by diego
-
Extend URLProtocol with new function pointers and api functions for libavformatSat, 24 Nov 2007 07:09:32 +0000, by andoma
-
Make av_read_frame with rtsp client return EINTR on interrupt libavformatThu, 22 Nov 2007 14:13:23 +0000, by lu_zero
-
os_support.h is also needed for usleep and lseek on MinGW. libavformatThu, 22 Nov 2007 02:27:39 +0000, by ramiro
-
Make av_read_frame with rtsp client return EINTR on interrupt libavformatWed, 21 Nov 2007 10:26:11 +0000, by lu_zero
-
Use dynamically allocated ByteIOContext in AVFormatContext libavformatWed, 21 Nov 2007 07:41:00 +0000, by andoma
-
Replace realloc with free+malloc, the previous content of the buffer is libavformatMon, 19 Nov 2007 20:28:11 +0000, by rtogni
-
Do not use perror() in audio, video, and DV grabbers libavformatMon, 19 Nov 2007 07:54:04 +0000, by lucabe
-
No need to update pos, it's not used after that line libavformatMon, 19 Nov 2007 00:02:03 +0000, by rtogni
-
Check for memory allocation failure of temp buffer libavformatSun, 18 Nov 2007 22:49:41 +0000, by rtogni
-
Optimize memory management to create an av_packet from multiple slices: libavformatSun, 18 Nov 2007 22:40:02 +0000, by rtogni
-
When new streams are detected, look for old filters and close them out. libavformatSat, 17 Nov 2007 03:14:43 +0000, by heydowns
-
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP libavformatFri, 16 Nov 2007 07:59:41 +0000, by lucabe
-
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. libavformatFri, 16 Nov 2007 00:09:34 +0000, by alex
-
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. libavformatThu, 15 Nov 2007 23:53:19 +0000, by alex
-
Move dnet-ac3 byte-swapping code close to audio packet read code libavformatThu, 15 Nov 2007 21:04:06 +0000, by rtogni
-
Use the same code to set local_port in the IPv4-only case and in the libavformatThu, 15 Nov 2007 13:34:56 +0000, by lucabe
-
Remove some useless assignments (the UDPContext is allocated with av_mallocz()) libavformatWed, 14 Nov 2007 08:22:06 +0000, by lucabe
-
Simplify set_remote_url(), and remove some code duplication libavformatWed, 14 Nov 2007 08:16:51 +0000, by lucabe
-
Use recv() instead of recvfrom() (removes some other differences between libavformatWed, 14 Nov 2007 07:56:20 +0000, by lucabe
-
Give better names to multicast functions (they are not IPv6-only) libavformatWed, 14 Nov 2007 07:43:51 +0000, by lucabe
-
Avoid to duplicate the multicast code between the IPv4-only and libavformatWed, 14 Nov 2007 07:42:46 +0000, by lucabe
-
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only libavformatWed, 14 Nov 2007 07:35:36 +0000, by lucabe
-
rename fps(frame per second) to tb(time base) to prevent libavformatTue, 13 Nov 2007 23:43:18 +0000, by michael
-
Split ac3 byte swapping into a separate function. libavformatThu, 08 Nov 2007 15:52:53 +0000, by benoit
-
Isolate caching of audio frames in its own function. libavformatThu, 08 Nov 2007 15:14:37 +0000, by benoit
-
Split out the packet parsing from the main function body in rmdec.c libavformatThu, 08 Nov 2007 15:07:34 +0000, by benoit
-
Give Ogg muxer a lib prefix in the name like we do with all other formats libavformatThu, 08 Nov 2007 11:22:29 +0000, by diego
-
Change ff_rm_read_mdpr_codecdata to get back to old behavior. libavformatThu, 08 Nov 2007 09:14:09 +0000, by benoit
-
correctly set audio codec when demuxing sofdec files libavformatWed, 07 Nov 2007 23:56:00 +0000, by aurel
-
Move external library registrations into a separate block after all native libavformatWed, 07 Nov 2007 22:04:00 +0000, by diego
-
Remove disabled muxer skeleton, blessed by Mans. libavformatWed, 07 Nov 2007 19:09:00 +0000, by diego
-
Give the libnut muxer a lib prefix in its name so it does not conflict with libavformatWed, 07 Nov 2007 19:05:47 +0000, by diego
-
Specify the server address when opening an rtp:// URL in rtsp.c, so libavformatWed, 07 Nov 2007 14:20:40 +0000, by lucabe
-
Allow propagation of stream selection through the ASF demuxer to the libavformatTue, 06 Nov 2007 16:19:09 +0000, by benoit
-
Split out the MDPR chunk reading into its own function. libavformatTue, 06 Nov 2007 16:02:33 +0000, by benoit
-
Do not send too many RTCP packets (according to RFC 3550, the minimum libavformatMon, 05 Nov 2007 12:25:10 +0000, by lucabe
-
Use a symbolic name for the payload size of an RTCP Sender Report packet libavformatMon, 05 Nov 2007 10:15:20 +0000, by lucabe
-
Add some parentheses to clarify operator precedence, fixes the warnings: libavformatSun, 04 Nov 2007 22:51:49 +0000, by diego
-
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() libavformatSun, 04 Nov 2007 19:52:08 +0000, by andoma
-
Enable debug variable only when debug code is enabled, fixes the warning: libavformatSun, 04 Nov 2007 12:46:16 +0000, by diego
-
add support for demuxing Electronic Arts .cdata files libavformatSat, 03 Nov 2007 22:42:20 +0000, by aurel
-
fix misdetection of mp3could_not_find_codec_parameters.mp3 libavformatSat, 03 Nov 2007 13:48:30 +0000, by michael
-
remove useless initialization to 0 of adx context libavformatThu, 01 Nov 2007 17:50:05 +0000, by aurel
-
Revert get_num() to old behaviour in order to handle libavformatThu, 01 Nov 2007 09:02:29 +0000, by kostya
-
Remove unused variables, fixes the following warnings: libavformatWed, 31 Oct 2007 11:35:10 +0000, by diego
-
Take the target address family in account when determining the family of libavformatWed, 31 Oct 2007 07:27:38 +0000, by lucabe
-
Resolve hosts and bind sockets even when the local_port is not set (0) libavformatWed, 31 Oct 2007 07:02:30 +0000, by lucabe
-
If local port n is not available, try n + 2 instead of continuing to bind libavformatTue, 30 Oct 2007 08:10:45 +0000, by lucabe
-
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformatTue, 30 Oct 2007 00:01:25 +0000, by bcoudurier
-
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformatMon, 29 Oct 2007 09:15:35 +0000, by lucabe
-
print newline after program id even when the name is missing libavformatFri, 26 Oct 2007 20:02:11 +0000, by nicodvb
-
Explicitly include rtp.h (needed for rtp_get_payload_type()) libavformatFri, 26 Oct 2007 15:12:55 +0000, by lucabe
-
avoid infinite loop at the end of files which are not properly terminated libavformatWed, 24 Oct 2007 21:44:20 +0000, by aurel
-
Prevent mov muxer from writing empty udta atoms. libavformatWed, 24 Oct 2007 14:20:15 +0000, by benoit
-
add support for reading duration from VBRI-tag in mp3 files libavformatWed, 24 Oct 2007 04:56:22 +0000, by andoma
-
Move setting of key frame flag for intra-only codecs, ignoring key frame libavformatWed, 24 Oct 2007 04:54:44 +0000, by heydowns
-
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support libavformatTue, 23 Oct 2007 17:10:41 +0000, by andoma
-
add support for reading duration from Xing-tag in mp3 files libavformatTue, 23 Oct 2007 13:35:20 +0000, by andoma
-
convert a if() into a switch() to ease addition of new tags to probe libavformatMon, 22 Oct 2007 21:06:04 +0000, by aurel
-
fix issue 225, instead of stoping when wrong atom size is found, libavformatMon, 22 Oct 2007 14:36:14 +0000, by bcoudurier
-
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 libavformatSun, 21 Oct 2007 23:10:15 +0000, by bcoudurier
-
Make Matroska demuxer output full frames instead of slices for RealVideo libavformatSun, 21 Oct 2007 17:21:20 +0000, by kostya
-
Demux full frames instead of sliced for RealVideo. libavformatSun, 21 Oct 2007 17:17:28 +0000, by kostya