Mercurial > libavformat.hg
graph
-
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