Mercurial > libavformat.hg
graph
-
keep original tag when stream copying subs with ipod format libavformatWed, 11 Mar 2009 08:04:44 +0000, by bcoudurier
-
write correct atoms based on tag and not format, fixes subs stream copy libavformatWed, 11 Mar 2009 08:01:39 +0000, by bcoudurier
-
use correct codec tag list for ipod format libavformatWed, 11 Mar 2009 07:59:38 +0000, by bcoudurier
-
again 10l, typo, put_byte instead of put_buffer libavformatWed, 11 Mar 2009 06:48:02 +0000, by bcoudurier
-
attempt to try to generate an random umid libavformatWed, 11 Mar 2009 06:15:00 +0000, by bcoudurier
-
fix subs track height, set track->height to codec height if not set libavformatWed, 11 Mar 2009 06:04:56 +0000, by bcoudurier
-
Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly libavformatTue, 10 Mar 2009 12:55:29 +0000, by rbultje
-
Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformatMon, 09 Mar 2009 22:03:47 +0000, by rbultje
-
Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] libavformatMon, 09 Mar 2009 21:53:00 +0000, by rbultje
-
Reorder arguments for av_fifo_generic_read to be more logical and libavformatMon, 09 Mar 2009 17:47:47 +0000, by reimar
-
Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformatMon, 09 Mar 2009 13:08:19 +0000, by rbultje
-
Replace separate packet parsing for "old_format" .ra files by a call to libavformatMon, 09 Mar 2009 12:46:32 +0000, by rbultje
-
Move frame discarding out of the ff_rm_parse_packet() loop, and respect libavformatMon, 09 Mar 2009 12:42:53 +0000, by rbultje
-
Mark all packets from nuv demuxer as keyframes in order to make seeking work. libavformatMon, 09 Mar 2009 12:25:13 +0000, by reimar
-
100l, to start reading from the first frame we must seek to data_offset, libavformatMon, 09 Mar 2009 12:06:31 +0000, by reimar
-
Set AVPacket pos also for audio packets in nuv demuxer. libavformatMon, 09 Mar 2009 11:35:59 +0000, by reimar
-
change path pattern to be similar to existing files, and remove useless buffer libavformatMon, 09 Mar 2009 03:34:15 +0000, by bcoudurier
-
write map packet every 100 packets according to specs libavformatMon, 09 Mar 2009 02:47:32 +0000, by bcoudurier
-
write flt packet, might need some tweaking but it works libavformatMon, 09 Mar 2009 01:35:00 +0000, by bcoudurier
-
correctly interleave audio and video according to specs libavformatMon, 09 Mar 2009 01:10:28 +0000, by bcoudurier
-
uniformize variable names and remove duplicating fields in private structs libavformatSun, 08 Mar 2009 21:55:08 +0000, by bcoudurier
-
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read libavformatSun, 08 Mar 2009 14:42:11 +0000, by reimar
-
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. libavformatSun, 08 Mar 2009 14:16:55 +0000, by michael
-
rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: libavformatSat, 07 Mar 2009 15:20:55 +0000, by rbultje
-
ADTS: Increased protection against writing illegal/nonsense files. libavformatFri, 06 Mar 2009 21:19:16 +0000, by alexc
-
Add my name to copyright & author as requested by the original author. libavformatFri, 06 Mar 2009 20:51:50 +0000, by michael
-
Add code to the self test to print jitter & drift. libavformatFri, 06 Mar 2009 20:48:31 +0000, by michael
-
flacdec: Parse the metadata header in the raw FLAC demuxer. libavformatFri, 06 Mar 2009 01:31:10 +0000, by jbr
-
Add clock_period parameter, this should make the code easier to use. libavformatFri, 06 Mar 2009 00:44:12 +0000, by michael
-
Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and libavformatFri, 06 Mar 2009 00:14:44 +0000, by michael
-
Reorder operations, 20% improved performance, 1 variable less. libavformatThu, 05 Mar 2009 23:57:42 +0000, by michael
-
Timefilter code by Olivier Guilyardi o list O samalyse o com libavformatThu, 05 Mar 2009 23:45:18 +0000, by michael
-
Mark pos_min and pos_max variables as av_uninit to work around false libavformatThu, 05 Mar 2009 19:15:14 +0000, by diego
-
Mark dvdaudio_substream_type variable as av_uninit to work around false libavformatThu, 05 Mar 2009 19:13:12 +0000, by diego
-
Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. libavformatThu, 05 Mar 2009 07:36:16 +0000, by schreter
-
Fix a condition that causes an infinite loop, but only when compiled with libavformatWed, 04 Mar 2009 05:40:53 +0000, by melanson
-
Split rtsp_send_cmd() into two functions, one for the actual sending of the libavformatWed, 04 Mar 2009 00:57:37 +0000, by rbultje
-
Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer libavformatTue, 03 Mar 2009 20:24:17 +0000, by michael
-
MOV: fix crash when 'meta' occurs before first 'trak' libavformatTue, 03 Mar 2009 18:19:44 +0000, by alexc
-
Rename "fd1" variable ro "fd". There were previously two variables (fd1 and libavformatTue, 03 Mar 2009 17:06:18 +0000, by rbultje
-
Add url_get_file_handle(), which is used to get the file descriptor libavformatTue, 03 Mar 2009 17:04:51 +0000, by rbultje
-
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix libavformatTue, 03 Mar 2009 16:52:35 +0000, by rbultje
-
Recognize the "application" data type, which is required for WMS/UDP libavformatTue, 03 Mar 2009 16:48:56 +0000, by rbultje
-
Remove size_t cast in setting s->priv_data directly to the (integer) file libavformatTue, 03 Mar 2009 13:57:09 +0000, by rbultje
-
Don't let finalize_packet() touch pkt->stream_index. Instead, let individual libavformatTue, 03 Mar 2009 13:51:34 +0000, by rbultje
-
In the current implementation of rtp_parse_packet(), finalize_packet() is libavformatTue, 03 Mar 2009 13:41:50 +0000, by rbultje
-
Reduce allocated length of the HTTP authentication request field buffer, as libavformatTue, 03 Mar 2009 13:26:17 +0000, by rbultje
-
Change a bunch of codec long_names to be more consistent and descriptive. libavformatMon, 02 Mar 2009 05:18:33 +0000, by diego
-
fix missed usage of old metadata API in mov demuxer libavformatSun, 01 Mar 2009 16:06:26 +0000, by aurel
-
new metadata API is now officially part of public API libavformatSun, 01 Mar 2009 14:50:03 +0000, by aurel
-
simplify metadata conversion and fixes gcc-2.95 at the same time libavformatSun, 01 Mar 2009 14:29:30 +0000, by aurel
-
Change the timebase of the raw demuxer to one that can represent the ts of fields. libavformatSun, 01 Mar 2009 03:48:35 +0000, by michael
-
Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes libavformatSun, 01 Mar 2009 03:17:24 +0000, by michael
-
Add some basic metadata conversion tables for matroska and asf. libavformatSun, 01 Mar 2009 00:12:08 +0000, by aurel
-
Change TS seeking so it returns position/timestamp of a key frame. libavformatSat, 28 Feb 2009 18:35:53 +0000, by cehoyos
-
Separate the raw FLAC demuxer from raw.c and put in a new file, libavformatSat, 28 Feb 2009 17:24:46 +0000, by jbr
-
Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used libavformatSat, 28 Feb 2009 16:02:29 +0000, by rbultje
-
Revert "Improve frame rate guessing for streams with two fields per frame." libavformatSat, 28 Feb 2009 15:15:54 +0000, by mru
-
Improve frame rate guessing for streams with two fields per frame. libavformatSat, 28 Feb 2009 13:14:46 +0000, by cehoyos
-
Do not allow standard-frame-rate detection to increase the value of libavformatFri, 27 Feb 2009 14:13:15 +0000, by reimar
-
Simplify ipmovie.c pts calculation by using an appropriate time_base. libavformatFri, 27 Feb 2009 10:07:12 +0000, by reimar
-
Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 libavformatFri, 27 Feb 2009 08:02:34 +0000, by reimar
-
Detect the case when the time base is exact but far finer than necessary to libavformatFri, 27 Feb 2009 07:56:24 +0000, by reimar
-
Add ticks_per_frame, this should hopefully fix the regressions caused libavformatThu, 26 Feb 2009 23:47:32 +0000, by michael
-
Mark as "internal but installed" the avio.h file. libavformatThu, 26 Feb 2009 22:34:18 +0000, by stefano
-
move static tables from asf.h to non-static tables in asf.c libavformatThu, 26 Feb 2009 16:17:17 +0000, by aurel
-
rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency libavformatThu, 26 Feb 2009 15:44:19 +0000, by aurel
-
Implement marker bit, which is used for several RTP payloads currently libavformatThu, 26 Feb 2009 14:24:50 +0000, by rbultje
-
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing libavformatThu, 26 Feb 2009 14:23:05 +0000, by rbultje
-
Document rtsp.h, see "[PATCH] document rtsp.h" thread. libavformatThu, 26 Feb 2009 14:15:41 +0000, by rbultje
-
movenc: add muxing of language along with metadata tags when available libavformatThu, 26 Feb 2009 13:13:48 +0000, by aurel
-
return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking libavformatThu, 26 Feb 2009 13:11:18 +0000, by aurel
-
don't trigger metadata compatibility code when user app already set metadata libavformatThu, 26 Feb 2009 13:00:13 +0000, by aurel
-
Share the function to write a raw FLAC header and use it in the Matroska libavformatThu, 26 Feb 2009 02:41:53 +0000, by jbr
-
cosmetics: add a comment in flac_write_header(). libavformatThu, 26 Feb 2009 02:33:19 +0000, by jbr
-
Add support for full header extradata to raw FLAC muxer. libavformatThu, 26 Feb 2009 02:32:18 +0000, by jbr
-
Use a shared function to validate FLAC extradata. libavformatThu, 26 Feb 2009 02:29:24 +0000, by jbr
-
Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. libavformatThu, 26 Feb 2009 02:21:43 +0000, by jbr
-
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