Mercurial > libavformat.hg
graph
-
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread libavformatSun, 14 Dec 2008 22:26:28 +0000, by rbultje
-
Add comment to indicate why the SDP line buffer is as big as it is. libavformatSun, 14 Dec 2008 22:23:59 +0000, by rbultje
-
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion libavformatSun, 14 Dec 2008 22:23:14 +0000, by rbultje
-
Make register_avcodec() call avcodec_init(). libavformatSun, 14 Dec 2008 20:04:00 +0000, by stefano
-
The POSIX namespace shall be held sacrosanct. To that end, libavformatSun, 14 Dec 2008 03:29:33 +0000, by melanson
-
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformatSat, 13 Dec 2008 23:25:19 +0000, by lucabe
-
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. libavformatSat, 13 Dec 2008 21:40:20 +0000, by rbultje
-
Don't access RMContext directly in rdt.c. Rather, use the return value of libavformatSat, 13 Dec 2008 21:37:27 +0000, by rbultje
-
Separate the packet fetching from the data reading, so that the data reading libavformatSat, 13 Dec 2008 17:18:11 +0000, by rbultje
-
cosmetics: Break some lines for a more aesthetically pleasing result. libavformatSat, 13 Dec 2008 16:35:58 +0000, by diego
-
Remove misleading comment, _t is POSIX-reserved namespace. libavformatSat, 13 Dec 2008 16:08:31 +0000, by diego
-
Avoid _t in identifier names, _t is reserved by POSIX. libavformatSat, 13 Dec 2008 13:11:42 +0000, by diego
-
Matroska uses tables from isom.c, so add the object file to its dependencies. libavformatSat, 13 Dec 2008 12:46:11 +0000, by diego
-
mpegts: replace Program_t typedef with "struct Program" libavformatSat, 13 Dec 2008 00:04:34 +0000, by mru
-
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) libavformatFri, 12 Dec 2008 15:55:08 +0000, by aurel
-
add another mpeg4 avi fourcc from uncommon codecs list libavformatFri, 12 Dec 2008 15:34:55 +0000, by compn
-
Add sys/time.h header #include, fixes compilation on OS/2. libavformatFri, 12 Dec 2008 06:55:48 +0000, by diego
-
Update lavf/libnut.c to _tt type names in libnut API libavformatFri, 12 Dec 2008 05:10:43 +0000, by ods15
-
parse pasp atom and set sample aspect ratio, libavformatThu, 11 Dec 2008 22:24:56 +0000, by bcoudurier
-
remove _t in typedef for POSIX compatibility libavformatThu, 11 Dec 2008 20:06:56 +0000, by bcoudurier
-
Remove comment suggesting using variables ending in _t as this would break POSIX. libavformatThu, 11 Dec 2008 20:02:15 +0000, by michael
-
Use "struct gxf_stream_info" instead of "st_info_t", libavformatThu, 11 Dec 2008 10:42:06 +0000, by reimar
-
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment. libavformatThu, 11 Dec 2008 10:35:20 +0000, by reimar
-
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI libavformatThu, 11 Dec 2008 07:49:05 +0000, by melanson
-
Remove static variable and a printf using it. See "[PATCH] asf.c: move libavformatSat, 06 Dec 2008 20:28:38 +0000, by rbultje
-
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. libavformatSat, 06 Dec 2008 18:41:17 +0000, by rbultje
-
Do not access s->gb directly in functions that have a local copy of that libavformatSat, 06 Dec 2008 18:35:52 +0000, by rbultje
-
Add necessary header for av_set_program_name and av_program_add_stream_index. libavformatWed, 03 Dec 2008 23:04:30 +0000, by diego
-
Move declaration of av_set_program_name and av_program_add_stream_index libavformatWed, 03 Dec 2008 16:47:07 +0000, by diego
-
Commit last ok'ed parts of QCELP decoder and enable it. libavformatTue, 02 Dec 2008 16:48:05 +0000, by vitor
-
Implement rule-number parsing, the initial step in stream (and bitrate) libavformatMon, 01 Dec 2008 00:08:42 +0000, by rbultje
-
Change RDTDemuxContext->st into an array of streams, which will make future libavformatSun, 30 Nov 2008 22:24:35 +0000, by rbultje
-
document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia libavformatSun, 30 Nov 2008 20:40:04 +0000, by rbultje
-
Change function prototype from taking an AVStream to taking an index to the libavformatSun, 30 Nov 2008 20:39:16 +0000, by rbultje
-
Rename functions in sdp.c for consistency's sake. libavformatSat, 29 Nov 2008 13:55:03 +0000, by stefano
-
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. libavformatSun, 23 Nov 2008 16:54:31 +0000, by rbultje
-
Support picture output without -f image2 for most codecs. libavformatSat, 22 Nov 2008 20:36:02 +0000, by cehoyos
-
cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavformatThu, 20 Nov 2008 22:53:18 +0000, by diego
-
decrease atom size, fix broken files missing version/flags libavformatTue, 18 Nov 2008 09:09:57 +0000, by bcoudurier
-
Change type of prev_stream_id from uint32_t to int, since it has a max size libavformatMon, 17 Nov 2008 18:10:02 +0000, by rbultje
-
Read optional components of the RDT packet header, such as extended setID libavformatMon, 17 Nov 2008 14:32:01 +0000, by rbultje
-
Change header reading implementation to using get_bits() instead of directly libavformatMon, 17 Nov 2008 14:30:31 +0000, by rbultje
-
Prefix all ff_rdt_parse_header() arguments with a p, preparing for local libavformatMon, 17 Nov 2008 14:28:12 +0000, by rbultje
-
Fix memleak caused by the fact that url_open_buf() allocates a context libavformatMon, 17 Nov 2008 14:23:20 +0000, by rbultje
-
Add ByteIOContext argument to public ff_rm_* functions so that we can libavformatMon, 17 Nov 2008 14:20:00 +0000, by rbultje
-
Get rid of MSG_DONTWAIT using a more standard way to use a socket libavformatMon, 17 Nov 2008 07:50:25 +0000, by benoit
-
read itunes metadata, code based on Reimar's patch libavformatSun, 16 Nov 2008 01:59:35 +0000, by bcoudurier
-
Change status packet skipping to be more spec-compliant. See discussion in libavformatSat, 15 Nov 2008 20:45:26 +0000, by rbultje
-
Make function comment a bit more linguistically correct. libavformatSat, 15 Nov 2008 20:43:57 +0000, by rbultje
-
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in libavformatSat, 15 Nov 2008 20:41:59 +0000, by rbultje
-
matroskadec: fix index timestamps for some broken files libavformatSat, 15 Nov 2008 15:34:51 +0000, by aurel
-
Call check_back_and_send_rr() function only in case of RTP as a transport. libavformatSat, 15 Nov 2008 14:44:48 +0000, by rbultje
-
Rename variables in ff_rdt_parse_header() and callers to match the libavformatSat, 15 Nov 2008 02:22:47 +0000, by rbultje
-
check for interrupt when receiving from socket libavformatFri, 14 Nov 2008 19:33:22 +0000, by henry
-
Add comment describing the RDT packet header. See discussion in "[PATCH] libavformatFri, 14 Nov 2008 18:37:58 +0000, by rbultje
-
Allow the UDP socket buffer size to be adjusted using a libavformatWed, 12 Nov 2008 21:40:53 +0000, by andoma
-
always use the whole buffer for reading w/ packetized sources to avoid packet truncation libavformatMon, 10 Nov 2008 21:41:35 +0000, by henry
-
Fix argument constness for the av_codec_get_id() and libavformatSat, 08 Nov 2008 18:37:03 +0000, by stefano
-
Electronic Arts demuxer: support TGQ video tags libavformatSat, 08 Nov 2008 00:39:31 +0000, by pross
-
Decode audio channel layout from RIFF/WAV file format. libavformatWed, 05 Nov 2008 09:22:13 +0000, by pross
-
Check sub_packet_size against 0 to avoid div by zero later. libavformatWed, 29 Oct 2008 00:16:50 +0000, by michael
-
Fix endless loop when opening corrupt FLV files (issue 699). libavformatTue, 28 Oct 2008 23:49:04 +0000, by cehoyos
-
fix umid base value, use revision 5 and generic material type libavformatMon, 27 Oct 2008 00:21:42 +0000, by bcoudurier
-
simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz libavformatFri, 24 Oct 2008 23:06:03 +0000, by bcoudurier
-
force sample rate to 16khz for speex in flv, fix speexaudio.flv libavformatFri, 24 Oct 2008 18:36:26 +0000, by bcoudurier
-
Check for pts==dts on I/P frames in the presence of non low delay decoding and libavformatSun, 19 Oct 2008 01:02:48 +0000, by michael
-
Move code setting delay and presentation_delayed a little up so libavformatSat, 18 Oct 2008 22:41:21 +0000, by michael
-
Append read data onto the buffer instead of overwriting, this ensures libavformatSat, 18 Oct 2008 17:30:37 +0000, by michael
-
Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu libavformatSat, 18 Oct 2008 12:10:08 +0000, by banan
-
8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu libavformatSat, 18 Oct 2008 12:08:55 +0000, by banan
-
Assume mono if no other information for raw. libavformatSat, 18 Oct 2008 10:40:31 +0000, by michael
-
Only special-case absolute DOS paths on systems that support them. libavformatFri, 10 Oct 2008 16:59:37 +0000, by ramiro
-
replacing frame_rate and frame_rate_base with an AVRational time_base libavformatTue, 07 Oct 2008 16:59:18 +0000, by romansh
-
simplifying code as per Michael's suggestion libavformatTue, 07 Oct 2008 16:14:33 +0000, by romansh
-
simplifying the code as per Michael's suggestion libavformatTue, 07 Oct 2008 15:49:45 +0000, by romansh
-
matroskaenc: use correct EBML ID for block duration libavformatSat, 04 Oct 2008 22:47:10 +0000, by aurel
-
matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() libavformatSat, 04 Oct 2008 22:44:50 +0000, by aurel
-
matroskaenc: remove useless mkv_block_size() function libavformatSat, 04 Oct 2008 22:41:58 +0000, by aurel
-
Make size variables in dyn_buf_write unsigned so gcc will not optimize the libavformatSat, 04 Oct 2008 21:11:58 +0000, by reimar
-
Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com. libavformatSat, 04 Oct 2008 11:20:02 +0000, by diego
-
Implement RDTDemuxContext, which contains RDT-specific data (similar to libavformatSat, 04 Oct 2008 04:19:15 +0000, by rbultje
-
Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) libavformatSat, 04 Oct 2008 04:17:59 +0000, by rbultje
-
Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque libavformatSat, 04 Oct 2008 04:16:44 +0000, by rbultje
-
Change function prototype of RTPDynamicPayloadHandler.parse_packet() to libavformatSat, 04 Oct 2008 04:15:06 +0000, by rbultje
-
Rename RTP payload contexts to PayloadContext, suggested by Luca in libavformatSat, 04 Oct 2008 04:11:12 +0000, by rbultje
-
set sample rate for amr to allow stream copy since no decoder is present, libavformatFri, 03 Oct 2008 19:37:41 +0000, by bcoudurier
-
Remove offset_t typedef and use int64_t directly instead. libavformatFri, 03 Oct 2008 10:16:29 +0000, by diego
-
matroskadec: don't merge packets which have no timestamp libavformatThu, 02 Oct 2008 21:14:56 +0000, by aurel
-
Use __typeof__ instead of GCC-specific typeof keyword. libavformatThu, 02 Oct 2008 20:01:13 +0000, by gpoirier
-
MinGW runtime 3.15 has a wrapper for usleep(). libavformatThu, 02 Oct 2008 17:43:27 +0000, by ramiro
-
Add (additional) const to many global tables. libavformatThu, 02 Oct 2008 15:52:04 +0000, by reimar
-
Visible width/height fields were added in Theora 3.2 libavformatWed, 01 Oct 2008 14:43:08 +0000, by conrad
-
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding libavformatWed, 01 Oct 2008 12:38:41 +0000, by rbultje
-
This patch refactors RDT packet header parsing so that it can be used in libavformatWed, 01 Oct 2008 12:37:07 +0000, by rbultje
-
Implement a RTSPTransport field, which allows proper separation of server libavformatTue, 30 Sep 2008 13:26:20 +0000, by rbultje
-
Remove access to rdt_data struct in functions called outside of the libavformatTue, 30 Sep 2008 13:23:33 +0000, by rbultje
-
Send improper UDP SETUP request, which is what Realmedia servers expect. libavformatTue, 30 Sep 2008 13:20:23 +0000, by rbultje
-
Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us libavformatTue, 30 Sep 2008 13:18:41 +0000, by rbultje
-
support negative ctts in some way, unset wrong dts libavformatTue, 30 Sep 2008 02:44:57 +0000, by bcoudurier
-
matroskadec: merge ASS events which share the same pts in the same AVPavket libavformatSun, 28 Sep 2008 23:06:25 +0000, by aurel
-
matroskadec: ass events lines must end with a DOS style EOL libavformatSun, 28 Sep 2008 23:01:07 +0000, by aurel
-
matroskadec: set duration only for CODEC_ID_TEXT subtitles libavformatSun, 28 Sep 2008 22:58:53 +0000, by aurel
-
matroskadec: pass duration as parameter of matroska_fix_ass_packet() libavformatSun, 28 Sep 2008 22:55:28 +0000, by aurel
-
assdec: don't remove CR, they are part of the spec libavformatSat, 27 Sep 2008 23:12:24 +0000, by aurel
-
cosmetics: Break overly long lines, one grammar fix. libavformatSat, 27 Sep 2008 20:05:12 +0000, by diego
-
Move doxygen comments for av_gettime from utils.c to avformat.h. libavformatSat, 27 Sep 2008 17:37:22 +0000, by diego
-
add ok parts to the rm demuxer for SIPRO support libavformatFri, 26 Sep 2008 12:12:25 +0000, by banan
-
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavformatFri, 26 Sep 2008 10:59:42 +0000, by banan
-
only include sys/select.h if present, fix mingw compilation libavformatFri, 26 Sep 2008 02:12:37 +0000, by bcoudurier
-
Prevent image2 from complaining about non monotone timestamps as libavformatFri, 26 Sep 2008 02:07:56 +0000, by michael
-
cosmetics, remove GXF: in log messages since it is present in context libavformatWed, 24 Sep 2008 23:40:55 +0000, by bcoudurier
-
skip invalid audio samples in gxf packets libavformatWed, 24 Sep 2008 23:31:04 +0000, by bcoudurier
-
include sys/select.h to get select, according to posix 2001, libavformatWed, 24 Sep 2008 22:11:53 +0000, by bcoudurier
-
include sys/select.h instead of unistd.h to get select, libavformatWed, 24 Sep 2008 22:08:50 +0000, by bcoudurier
-
stop parsing if tag size is wrongly < 8 to avoid infinite loop libavformatWed, 24 Sep 2008 18:55:00 +0000, by bcoudurier
-
do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz libavformatWed, 24 Sep 2008 17:09:59 +0000, by bcoudurier
-
ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". libavformatWed, 24 Sep 2008 12:03:25 +0000, by michael
-
Ensure that muxer and encoder aspect ratios match. So no libavformatFri, 19 Sep 2008 12:37:38 +0000, by michael
-
revert r14983, value is not sample aspect ratio, it is display aspect ratio libavformatWed, 17 Sep 2008 23:14:48 +0000, by bcoudurier
-
add error message for unsupported codecs in WAVE. libavformatSun, 14 Sep 2008 17:29:34 +0000, by jbr
-
Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport libavformatSun, 14 Sep 2008 13:55:21 +0000, by rbultje
-
matroskadec: simplify, first_timecode is already in the index libavformatFri, 12 Sep 2008 00:06:06 +0000, by aurel
-
matroskadec: prevent seeking before the first keyframe of the reference stream libavformatThu, 11 Sep 2008 22:42:17 +0000, by aurel
-
Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: libavformatThu, 11 Sep 2008 17:43:44 +0000, by rbultje
-
Factorize out common code for opening of the RTP parsing context between libavformatThu, 11 Sep 2008 17:43:04 +0000, by rbultje
-
set bits_per_coded_sample according to new lavc api libavformatTue, 09 Sep 2008 18:32:50 +0000, by bcoudurier
-
matroskadec: demux relevant subtitle packets after a seek libavformatTue, 09 Sep 2008 12:10:25 +0000, by aurel
-
matroskadec: ensure that overlapping subtitles are not added to the index libavformatTue, 09 Sep 2008 12:07:10 +0000, by aurel
-
matroskadec: after seeking, skip up to the desired timestamp instead of libavformatTue, 09 Sep 2008 12:01:51 +0000, by aurel
-
matroskadec: move timecode calculation a little earlier libavformatTue, 09 Sep 2008 11:54:35 +0000, by aurel
-
matroskadec: sanitize track time_scale before using it libavformatTue, 09 Sep 2008 11:23:48 +0000, by aurel
-
print stream index in decimal not in hex, easier for debugging libavformatTue, 09 Sep 2008 02:56:13 +0000, by bcoudurier
-
set block align in av_write_header if not set, fix issue #489 libavformatMon, 08 Sep 2008 19:37:22 +0000, by bcoudurier
-
Bump Major version, this commit is almost just renaming bits_per_sample to libavformatMon, 08 Sep 2008 14:24:59 +0000, by michael
-
Implement RDT-specific data parsing routines. After these changes, simple libavformatSun, 07 Sep 2008 01:25:47 +0000, by rbultje
-
Implement a RDT-specific SET_PARAMETER command that subscribes to the libavformatSun, 07 Sep 2008 01:22:18 +0000, by rbultje
-
Add dynamic payload handlers to rdt.c. These follow the same API as the ones libavformatSun, 07 Sep 2008 01:21:24 +0000, by rbultje
-
Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export libavformatSun, 07 Sep 2008 01:19:26 +0000, by rbultje
-
bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 libavformatSun, 07 Sep 2008 00:05:30 +0000, by aurel
-
matroskadec: remove now useless vstream and is_video_key_frame libavformatSat, 06 Sep 2008 23:44:29 +0000, by aurel
-
matroskadec: ensure that the timecode added to the index are is the one libavformatSat, 06 Sep 2008 23:39:59 +0000, by aurel
-
do not fail if audio is uncompressed and frame size is not set, just set it libavformatFri, 05 Sep 2008 02:30:27 +0000, by bcoudurier
-
simplify bps code by using av_get_bits_per_sample libavformatFri, 05 Sep 2008 02:20:33 +0000, by bcoudurier
-
matroskadec: fix ASS subtitle track packets before emitting them libavformatThu, 04 Sep 2008 23:26:12 +0000, by aurel
-
Fix msgsm in wav, do not set blkalign to frame size, this is wrong, libavformatThu, 04 Sep 2008 23:19:53 +0000, by bcoudurier
-
matroska: subtitle display duration must be stored in pkt->convergence_duration libavformatThu, 04 Sep 2008 23:08:19 +0000, by aurel
-
set block align and frame size for gsm in aiff libavformatThu, 04 Sep 2008 22:35:05 +0000, by bcoudurier
-
actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr libavformatThu, 04 Sep 2008 18:25:55 +0000, by bcoudurier
-
skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, libavformatThu, 04 Sep 2008 18:17:21 +0000, by bcoudurier
-
change the logic to mux 13818-3 and 11172-3 in mp4, less code libavformatWed, 03 Sep 2008 19:42:09 +0000, by bcoudurier
-
forbid mp3 < 16000hz in anything except mov libavformatWed, 03 Sep 2008 19:31:03 +0000, by bcoudurier
-
cosmetics, move up mpeg1video mp4 objecttype libavformatWed, 03 Sep 2008 19:18:49 +0000, by bcoudurier
-
cosmetics, change values to hex since mp4ra use hex libavformatWed, 03 Sep 2008 19:17:28 +0000, by bcoudurier
-
Change doxygen comment: Clarify when av_write_trailer should be called. libavformatWed, 03 Sep 2008 17:57:56 +0000, by reimar
-
Try to clarify the semantics of AVPacket.duration. libavformatWed, 03 Sep 2008 14:02:17 +0000, by michael
-
Remove unused code that used to handle protocol concatenation, i.e. trying libavformatWed, 03 Sep 2008 04:47:44 +0000, by rbultje
-
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation libavformatWed, 03 Sep 2008 04:44:58 +0000, by rbultje
-
Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is libavformatWed, 03 Sep 2008 00:07:34 +0000, by rbultje
-
Use chunk-size in function calling mdpr_read_codecdata() rather than in the libavformatWed, 03 Sep 2008 00:05:55 +0000, by rbultje
-
Fix an invalid free in the AVI muxer when an unsupported audio track is added. libavformatTue, 02 Sep 2008 22:53:42 +0000, by diego
-
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformatTue, 02 Sep 2008 22:45:13 +0000, by diego
-
Remove pointless #ifdef CONFIG_VHOOK from the code. libavformatTue, 02 Sep 2008 22:31:41 +0000, by diego
-
change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it libavformatMon, 01 Sep 2008 17:20:49 +0000, by jbr
-
simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs. libavformatMon, 01 Sep 2008 15:31:14 +0000, by jbr
-
check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER libavformatMon, 01 Sep 2008 15:28:15 +0000, by jbr
-
Remove useless "else" case in if X { A; return }; else { B }. See discussion libavformatMon, 01 Sep 2008 13:51:24 +0000, by rbultje
-
Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line libavformatMon, 01 Sep 2008 13:47:53 +0000, by rbultje
-
Implement Realmedia-compatible DESCRIBE command. libavformatMon, 01 Sep 2008 13:46:50 +0000, by rbultje
-
copy whole frame in vosData for dnxhd, this code will be used for other codecs too libavformatSun, 31 Aug 2008 20:20:12 +0000, by bcoudurier
-
Send RTSP OPTIONS command to detect server type. libavformatSun, 31 Aug 2008 17:32:58 +0000, by rbultje
-
Implement RTSPServerType enum as a way to identify the flavour of RTSP that libavformatSun, 31 Aug 2008 17:30:15 +0000, by rbultje
-
Globally rename the header inclusion guard names. libavformatSun, 31 Aug 2008 07:39:47 +0000, by stefano
-
do no write multi descriptor when only one track is present libavformatSun, 31 Aug 2008 04:35:09 +0000, by bcoudurier
-
remove mxf_build_structural_metadata, simplify libavformatSun, 31 Aug 2008 04:25:39 +0000, by bcoudurier
-
move mxf_write_package to permit function merge libavformatSun, 31 Aug 2008 04:24:00 +0000, by bcoudurier
-
store index in table in MXFStreamContext, simplify libavformatSun, 31 Aug 2008 04:13:44 +0000, by bcoudurier
-
merge descriptor write table with essence container uls table and simplify libavformatSun, 31 Aug 2008 04:07:41 +0000, by bcoudurier
-
remove header_byte_count_offset from context libavformatSun, 31 Aug 2008 03:42:05 +0000, by bcoudurier
-
simplify and correctly rewrite metadata in header partition, mark it closed complete libavformatSun, 31 Aug 2008 03:36:25 +0000, by bcoudurier
-
Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" libavformatSun, 31 Aug 2008 03:12:13 +0000, by rbultje
-
header partition is open incomplete for now libavformatSun, 31 Aug 2008 03:06:38 +0000, by bcoudurier
-
always write footer partition according to specs libavformatSun, 31 Aug 2008 03:01:07 +0000, by bcoudurier
-
correctly write codec ul, mpeg-2 needs profile and level to be set libavformatSun, 31 Aug 2008 02:41:31 +0000, by bcoudurier
-
simplify, pass AVStream directly instead of index libavformatSun, 31 Aug 2008 01:48:02 +0000, by bcoudurier
-
put back mxf_essence_container_uls in demuxer as static const libavformatSun, 31 Aug 2008 01:39:42 +0000, by bcoudurier
-
remove now useless mxf_essence_element_key array libavformatSun, 31 Aug 2008 01:37:14 +0000, by bcoudurier
-
introduce MXFContainerEssencePair to associate essence element key and libavformatSun, 31 Aug 2008 01:33:28 +0000, by bcoudurier
-
simplify mxf_write_essence_container_refs libavformatSun, 31 Aug 2008 00:28:36 +0000, by bcoudurier
-
compute essence containers in mxf_write_header, this simplifies the code libavformatSun, 31 Aug 2008 00:23:38 +0000, by bcoudurier
-
get essence container ul in header and set it per track, check for unsupported codec libavformatSat, 30 Aug 2008 23:54:24 +0000, by bcoudurier
-
move per track code in mxf_write_header to be able to check for unsupported configuration libavformatSat, 30 Aug 2008 23:47:58 +0000, by bcoudurier
-
cosmetics, remove useless braces, move comments where appropriate, remove whitespaces libavformatSat, 30 Aug 2008 22:58:49 +0000, by bcoudurier
-
always write required version string local tag libavformatSat, 30 Aug 2008 22:37:19 +0000, by bcoudurier
-
introduce mxf_write_local_tag_utf16 and factorize libavformatSat, 30 Aug 2008 22:32:23 +0000, by bcoudurier
-
use strlen and do not write useless trailing 0 according to specs libavformatSat, 30 Aug 2008 22:24:19 +0000, by bcoudurier
-
Add missing FFMPEG_ prefix to multiple inclusion guard. libavformatSat, 30 Aug 2008 07:17:36 +0000, by diego
-
timestamps in flv are 32bits _signed_ according to flash player, specs are wrong libavformatSat, 30 Aug 2008 03:07:31 +0000, by bcoudurier
-
make has_codec_parameters not returning true when sample_fmt is not set libavformatFri, 29 Aug 2008 22:13:22 +0000, by bcoudurier
-
skip empty flv data packets, fix issue #602 libavformatFri, 29 Aug 2008 22:10:34 +0000, by bcoudurier
-
remove vorbis dec hack, decoding will be done anyway to get frame size libavformatFri, 29 Aug 2008 20:04:28 +0000, by bcoudurier
-
Do not truncate timestamps before the muxer as it makes simple libavformatFri, 29 Aug 2008 01:43:27 +0000, by michael
-
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavformatThu, 28 Aug 2008 22:41:00 +0000, by romansh
-
Change implementation for ff_data_to_hex(), this is faster. See discussion on libavformatThu, 28 Aug 2008 12:00:58 +0000, by rbultje
-
Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and libavformatWed, 27 Aug 2008 23:43:28 +0000, by rbultje
-
Two cosmetic changes for improved readability and ease of HDVCPRO HD integration libavformatWed, 27 Aug 2008 20:28:11 +0000, by romansh
-
matroskadec: seek to the last position known in the index before resorting to libavformatWed, 27 Aug 2008 19:57:42 +0000, by aurel
-
Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP libavformatWed, 27 Aug 2008 00:33:22 +0000, by rbultje
-
remove useless assignment (st is never read after this line) libavformatTue, 26 Aug 2008 20:38:04 +0000, by aurel
-
matroskadec: index timestamps are supposed to be in the timebase of the stream libavformatTue, 26 Aug 2008 20:32:27 +0000, by aurel
-
Remaining parts of GSoC MXF muxer by Zhentan Feng. libavformatTue, 26 Aug 2008 15:58:25 +0000, by cehoyos
-
When setting codec_id during codec probe we must also set codec_type. libavformatMon, 25 Aug 2008 15:39:43 +0000, by andoma
-
Fix udp.c compilation with recent glibc (>= 2.8) libavformatMon, 25 Aug 2008 06:20:00 +0000, by lucabe
-
matroskadec: unset matroska->done when seeking libavformatMon, 25 Aug 2008 00:17:31 +0000, by aurel
-
matroskadec: full seeking support in index-less files libavformatMon, 25 Aug 2008 00:15:49 +0000, by aurel
-
matroskadec: on the fly index construction for index-less files libavformatMon, 25 Aug 2008 00:09:08 +0000, by aurel
-
matroskadec: don't try to seek to negative timestamp libavformatSun, 24 Aug 2008 23:57:29 +0000, by aurel
-
matroskadec: move setting of matroska->done inside matroska_parse_cluster() libavformatSun, 24 Aug 2008 23:54:14 +0000, by aurel
-
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformatSun, 24 Aug 2008 16:51:50 +0000, by reimar
-
Remove check for @ in tcp.c which removes the authorization data from the libavformatSun, 24 Aug 2008 16:22:40 +0000, by rbultje
-
Remove useless empty close functions in mmf and mm demuxers. libavformatSun, 24 Aug 2008 14:02:55 +0000, by reimar
-
Make the id3v1_genre_str array const, not just the strings it points to. libavformatSun, 24 Aug 2008 12:45:15 +0000, by reimar
-
Import more ok'ed chunks of the mxf muxer from the soc tree libavformatSun, 24 Aug 2008 05:55:46 +0000, by vitor
-
convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformatSat, 23 Aug 2008 23:43:20 +0000, by aurel
-
export sample_aspect_ratio read by the demuxer in a separate field libavformatSat, 23 Aug 2008 23:13:58 +0000, by aurel
-
Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. libavformatSat, 23 Aug 2008 22:36:35 +0000, by pross
-
On failure, return directly because the fail: case does nothing. This also libavformatSat, 23 Aug 2008 18:49:16 +0000, by rbultje
-
Move malloc() down until after all initializations, so that the resource is libavformatSat, 23 Aug 2008 18:46:30 +0000, by rbultje
-
Fix memleak on some OSes in case network initialization fails. See libavformatSat, 23 Aug 2008 17:39:56 +0000, by rbultje
-
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion. libavformatSat, 23 Aug 2008 17:39:10 +0000, by rbultje
-
enable fl32/64 le/be in mov with stsd audio v2 libavformatSat, 23 Aug 2008 15:25:38 +0000, by bcoudurier
-
Do not set timestamp information for a non existing AVStream libavformatFri, 22 Aug 2008 19:03:05 +0000, by lucabe
-
matroskadec: fail cleanly when the required compression lib is not compiled in libavformatWed, 20 Aug 2008 23:08:07 +0000, by aurel
-
matroskadec: stop parsing when skipping en element crossing over the end of file libavformatWed, 20 Aug 2008 22:30:15 +0000, by aurel
-
matroska: add support for most variants of PCM libavformatWed, 20 Aug 2008 00:49:45 +0000, by aurel
-
matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way libavformatWed, 20 Aug 2008 00:44:25 +0000, by aurel
-
Implement url_open_protocol(), which is basiclly the former url_open() libavformatTue, 19 Aug 2008 23:44:23 +0000, by rbultje
-
Remove useless #ifdef DEBUG (patch by Zhentan Feng). libavformatTue, 19 Aug 2008 21:58:47 +0000, by cehoyos
-
Replace invocations of av_fifo_realloc(), which is going to be libavformatTue, 19 Aug 2008 18:49:57 +0000, by stefano
-
Make AIFF demuxer handle F32BE and F64BE PCM audio. libavformatTue, 19 Aug 2008 11:05:29 +0000, by pross
-
Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. libavformatTue, 19 Aug 2008 11:00:40 +0000, by pross
-
Make RIFF-based demuxers handle F32LE and F64LE PCM audio. libavformatTue, 19 Aug 2008 10:54:30 +0000, by pross
-
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. libavformatTue, 19 Aug 2008 10:49:38 +0000, by pross
-
Factorize common code out of the mxf demuxer. libavformatMon, 18 Aug 2008 17:54:18 +0000, by michael
-
Support Electronic Arts files containing MP3 audio. libavformatMon, 18 Aug 2008 12:39:57 +0000, by pross
-
Surround format-specific functions with matching preprocessor conditionals. libavformatFri, 15 Aug 2008 19:24:55 +0000, by diego
-
Surround AVInputFormat declarations with format-specific #ifdefs. libavformatFri, 15 Aug 2008 17:28:20 +0000, by diego
-
Replace generic CONFIG_MUXERS preprocessor condition around format-specific libavformatFri, 15 Aug 2008 16:54:27 +0000, by diego
-
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat libavformatFri, 15 Aug 2008 16:48:05 +0000, by diego
-
cosmetics: Remove redundant #endif comments that are very close to the #ifdef libavformatFri, 15 Aug 2008 16:37:59 +0000, by diego
-
Add flag to mark demuxers that can output discontinuous timestamps. libavformatFri, 15 Aug 2008 16:13:05 +0000, by michael
-
use h_addr_list[0] instead of h_addr as this is the posix hostent field name libavformatThu, 14 Aug 2008 22:36:05 +0000, by aurel
-
ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavformatThu, 14 Aug 2008 22:01:59 +0000, by aurel
-
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. libavformatThu, 14 Aug 2008 14:29:18 +0000, by diego
-
Change Dirac in MPEG-TS encapsulation to conform with spec changes. libavformatThu, 14 Aug 2008 11:17:23 +0000, by diego
-
Do not fill the pts reordering buffer with guessed dts. libavformatThu, 14 Aug 2008 03:24:58 +0000, by michael
-
matroskadec: list some more ebml IDs found in the wild and that we ignore libavformatWed, 13 Aug 2008 21:15:15 +0000, by aurel
-
matroskadec: parse available blocks even when cluster parsing failed libavformatWed, 13 Aug 2008 09:36:45 +0000, by aurel
-
Add needed include, make it compile without -D_BSD_SOURCE. libavformatTue, 12 Aug 2008 21:02:37 +0000, by michael
-
increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm libavformatTue, 12 Aug 2008 17:28:00 +0000, by bcoudurier
-
Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, libavformatTue, 12 Aug 2008 17:26:36 +0000, by bcoudurier
-
Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. libavformatTue, 12 Aug 2008 12:36:00 +0000, by pross
-
Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. libavformatTue, 12 Aug 2008 08:35:09 +0000, by pross
-
Electronic Arts demuxer: ignore PTxx platform ID values. libavformatTue, 12 Aug 2008 08:33:32 +0000, by pross
-
Support Electronic Arts files containing MPEG2VIDEO. libavformatTue, 12 Aug 2008 08:32:59 +0000, by pross
-
FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi libavformatSun, 10 Aug 2008 15:34:29 +0000, by banan
-
Cosmetics: move at the beginning of the file the av_frac_* functions, avoid libavformatSun, 10 Aug 2008 00:28:56 +0000, by stefano
-
matroskadec: add basic tags support (metadata) libavformatFri, 08 Aug 2008 23:50:38 +0000, by aurel
-
remove mxf.c, previously copied to mxfdec.c libavformatThu, 07 Aug 2008 17:33:53 +0000, by bcoudurier
-
Maintain pointer to end of AVFormatContext.packet_buffer list libavformatWed, 06 Aug 2008 22:17:38 +0000, by mru
-
Add Electronic Arts TGV chunk tags to EA demuxer. libavformatWed, 06 Aug 2008 08:34:35 +0000, by pross
-
matroskadec: use av_freep(&x) instead of av_free(x);x=NULL libavformatWed, 06 Aug 2008 00:21:10 +0000, by aurel
-
matroskadec: replace matroska_queue_packet with a single call to dynarray_add libavformatWed, 06 Aug 2008 00:17:47 +0000, by aurel
-
Support muxing of Zork PCM audio into RIFF formats. libavformatTue, 05 Aug 2008 10:38:25 +0000, by pross
-
matroskadec: expand useless ebml_read_element_id() wrapper libavformatTue, 05 Aug 2008 00:42:58 +0000, by aurel
-
matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() libavformatTue, 05 Aug 2008 00:42:52 +0000, by aurel
-
matroska: expand useless define for MS compat codec id strings libavformatTue, 05 Aug 2008 00:42:49 +0000, by aurel
-
matroskadec: remove useless comments in ff_mkv_codec_tags libavformatTue, 05 Aug 2008 00:42:46 +0000, by aurel
-
matroskadec: update copyright year and related comments libavformatTue, 05 Aug 2008 00:42:43 +0000, by aurel
-
matroskadec: reorder some functions in a more logical order libavformatTue, 05 Aug 2008 00:42:39 +0000, by aurel
-
matroskadec: remove now useless wrapper ebml_read_element_length() libavformatTue, 05 Aug 2008 00:42:36 +0000, by aurel
-
matroskadec: remove now useless wrapper ebml_read_seek() libavformatTue, 05 Aug 2008 00:42:33 +0000, by aurel
-
matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster() libavformatTue, 05 Aug 2008 00:42:26 +0000, by aurel
-
matroskadec: remove now unused parameter 'once' from ebml_parse_nest() libavformatTue, 05 Aug 2008 00:42:23 +0000, by aurel
-
matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough libavformatTue, 05 Aug 2008 00:42:20 +0000, by aurel
-
matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls libavformatTue, 05 Aug 2008 00:42:17 +0000, by aurel
-
matroskadec: rename ebml_parse() to ebml_parse_nest() libavformatTue, 05 Aug 2008 00:42:13 +0000, by aurel
-
matroskadec: don't care about the number of bytes read by ebml_read_element_id() libavformatTue, 05 Aug 2008 00:42:10 +0000, by aurel
-
matroskadec: simplify check for hierarchy level libavformatTue, 05 Aug 2008 00:42:08 +0000, by aurel
-
matroskadec: cosmetics: consistent style for function declarations libavformatTue, 05 Aug 2008 00:42:05 +0000, by aurel
-
matroskadec: Use string instead of char table as probe data comparison source. libavformatTue, 05 Aug 2008 00:42:02 +0000, by aurel
-
matroskadec: use an EbmlBin as parameter to ebml_read_binary() libavformatTue, 05 Aug 2008 00:41:59 +0000, by aurel
-
matroskadec: extract common code out of ebml_read_*() libavformatTue, 05 Aug 2008 00:41:55 +0000, by aurel
-
matroskadec: simplify/cleanup error logging in ebml_read_*() libavformatTue, 05 Aug 2008 00:41:52 +0000, by aurel
-
matroskadec: remove now useless expected_id parameter from ebml_parse() libavformatTue, 05 Aug 2008 00:41:50 +0000, by aurel
-
matroskadec: expand useless ebml_peek_id() wrapper libavformatTue, 05 Aug 2008 00:41:46 +0000, by aurel
-
matroskadec: remove unused levelup parameter from ebml_read_element_id() libavformatTue, 05 Aug 2008 00:41:43 +0000, by aurel
-
matroskadec: extract read_level_up out of ebml_read_element_id libavformatTue, 05 Aug 2008 00:41:40 +0000, by aurel
-
matroskadec: remove useless check for cluster presence libavformatTue, 05 Aug 2008 00:41:34 +0000, by aurel
-
matroskadec: cosmetics: placement of 'else if' libavformatTue, 05 Aug 2008 00:41:31 +0000, by aurel
-
matroskadec: remove some useless or out of date comments libavformatTue, 05 Aug 2008 00:41:25 +0000, by aurel
-
matroskadec: use generic parser to parse clusters libavformatTue, 05 Aug 2008 00:41:05 +0000, by aurel
-
matroskadec: use generic parser inside matroska_execute_seekhead() libavformatTue, 05 Aug 2008 00:41:01 +0000, by aurel
-
matroskadec: use generic parser to parse matroska from toplevel libavformatTue, 05 Aug 2008 00:40:58 +0000, by aurel
-
matroskadec: move context settings to matroska_read_header() libavformatTue, 05 Aug 2008 00:40:55 +0000, by aurel
-
matroskadec: cosmetics: indentation of matroska_read_header() libavformatTue, 05 Aug 2008 00:40:52 +0000, by aurel
-
matroskadec: cosmetics: indentation of matroska_execute_seekhead() libavformatTue, 05 Aug 2008 00:40:43 +0000, by aurel
-
matroskadec: remove useless dummy_level variable libavformatTue, 05 Aug 2008 00:40:40 +0000, by aurel
-
matroskadec: use generic parser to parse seekhead libavformatTue, 05 Aug 2008 00:40:36 +0000, by aurel
-
matroskadec: use generic parser to parse tracks libavformatTue, 05 Aug 2008 00:40:31 +0000, by aurel
-
matroskadec: use generic parser to parse attachments libavformatTue, 05 Aug 2008 00:40:24 +0000, by aurel
-
matroskadec: use generic parser to parse chapters libavformatTue, 05 Aug 2008 00:40:21 +0000, by aurel
-
matroskadec: use generic parser to parse index libavformatTue, 05 Aug 2008 00:40:15 +0000, by aurel
-
matroskadec: return pointer instead of index in matroska_find_track_by_num() libavformatTue, 05 Aug 2008 00:40:12 +0000, by aurel
-
matroskadec: store an AVStream pointer instead of a stream index libavformatTue, 05 Aug 2008 00:40:06 +0000, by aurel
-
matroskadec: use generic ebml parser to parse ebml header libavformatTue, 05 Aug 2008 00:40:02 +0000, by aurel
-
matroskadec: remove storage of various unused flags libavformatTue, 05 Aug 2008 00:39:50 +0000, by aurel
-
matroskadec: use more robust av_strlcpy() instead of strcpy() libavformatTue, 05 Aug 2008 00:39:47 +0000, by aurel
-
cosmetics: make all references to AC-3 capitalized and hyphenated libavformatSun, 03 Aug 2008 16:42:32 +0000, by jbr
-
support big endian lpcm with audio stsd v2 libavformatSat, 02 Aug 2008 03:45:23 +0000, by bcoudurier
-
keep original codec/fourcc endianness, fix XDCAMHD.mov libavformatSat, 02 Aug 2008 03:43:36 +0000, by bcoudurier
-
move version specific parsing code before codec specific code, will be needed libavformatSat, 02 Aug 2008 03:35:43 +0000, by bcoudurier
-
downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com libavformatThu, 31 Jul 2008 19:44:42 +0000, by bcoudurier
-
Only reset buffer state if seeking is successful; update seek reg ref. libavformatThu, 31 Jul 2008 19:40:06 +0000, by bcoudurier
-
check url_fseek return value, update seek reg tests libavformatThu, 31 Jul 2008 18:02:55 +0000, by bcoudurier
-
skip flv video info / command frame packets, fix issue #546 libavformatThu, 31 Jul 2008 02:26:40 +0000, by bcoudurier
-
change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 libavformatWed, 30 Jul 2008 21:07:54 +0000, by bcoudurier
-
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid libavformatTue, 29 Jul 2008 10:45:53 +0000, by stefano
-
Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. libavformatSun, 27 Jul 2008 23:06:22 +0000, by michael
-
Improve long names for FFM muxer and demuxer: libavformatSun, 27 Jul 2008 20:59:40 +0000, by stefano
-
matroska: add support for A_QUICKTIME/QDM2 codec libavformatSun, 27 Jul 2008 15:12:00 +0000, by aurel
-
matroska: add support for V_QUICKTIME track type libavformatSun, 27 Jul 2008 15:11:04 +0000, by aurel
-
Support 32-bit floating point audio samples in Sun AU demuxer libavformatSat, 26 Jul 2008 07:09:44 +0000, by pross
-
Fix handling of old nuv files where an aspect of 1 actually means 4/3 libavformatFri, 25 Jul 2008 04:10:32 +0000, by reimar
-
aspect stored in nuv files must be converted from display- to sample-aspect. libavformatThu, 24 Jul 2008 18:40:43 +0000, by reimar
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavformatThu, 24 Jul 2008 17:09:28 +0000, by diego
-
update swf video frame number when muxing done, fix #439 libavformatSat, 19 Jul 2008 03:25:50 +0000, by bcoudurier
-
Return max score when ftyp atom is encountered. libavformatFri, 18 Jul 2008 00:23:37 +0000, by bcoudurier
-
Try to fix FATE after my time_base simplification change. libavformatThu, 17 Jul 2008 14:13:44 +0000, by michael
-
Move the codec_id overriding at a slightly better place. libavformatMon, 14 Jul 2008 20:31:17 +0000, by michael
-
Remove common factors from timebase in av_set_pts_info(). libavformatMon, 14 Jul 2008 19:11:09 +0000, by michael
-
gifdec.c was removed, purge its entry from the Makefile. libavformatMon, 14 Jul 2008 08:55:07 +0000, by diego
-
RTP: use dprintf(), allow compilation with -DDEBUG libavformatSun, 13 Jul 2008 19:41:10 +0000, by mru
-
ASF: use dprintf(), allow compilation with -DDEBUG libavformatSun, 13 Jul 2008 19:41:07 +0000, by mru
-
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither libavformatSun, 13 Jul 2008 18:47:24 +0000, by michael
-
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which libavformatSat, 12 Jul 2008 22:17:13 +0000, by michael
-
Use strcmp() instead of strncmp() in set_codec_from_probe_data(). libavformatSat, 12 Jul 2008 20:01:23 +0000, by michael
-
Only try to probe the codec when the available data has roughly doubled libavformatSat, 12 Jul 2008 19:57:30 +0000, by michael
-
Move add_to_pktbuf() before av_read_packet(). My future work on codec identification libavformatSat, 12 Jul 2008 14:28:27 +0000, by michael
-
Move set_codec_from_probe_data() up to where the other probe functions are. libavformatSat, 12 Jul 2008 13:25:26 +0000, by michael
-
Pass AVPacketList instead of the whole context to add_to_pktbuf as that is libavformatSat, 12 Jul 2008 13:15:00 +0000, by michael
-
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr. libavformatFri, 11 Jul 2008 15:10:58 +0000, by michael
-
Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. libavformatFri, 11 Jul 2008 07:41:11 +0000, by diego
-
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for libavformatFri, 11 Jul 2008 07:39:33 +0000, by diego
-
Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, libavformatFri, 11 Jul 2008 07:37:22 +0000, by diego
-
10000l for myself, my last change was incomplete. libavformatTue, 08 Jul 2008 23:25:01 +0000, by michael
-
One-bit bitfields should probably be unsigned. Unfortunately, it is left libavformatTue, 08 Jul 2008 23:20:22 +0000, by takis
-
Set cur_dts to 0 only during creating new streams and not every time cur_dts happens libavformatTue, 08 Jul 2008 14:07:37 +0000, by michael
-
Remove AVPaletteControl from ALG MM demuxer/decoder libavformatTue, 08 Jul 2008 12:44:08 +0000, by pross
-
10l, fix nuv_header for the case when there is no video stream. libavformatMon, 07 Jul 2008 16:30:39 +0000, by reimar
-
Alphabetically order AVInputFormat/AVOutputFormat declarations. libavformatMon, 07 Jul 2008 11:11:08 +0000, by diego
-
Add a note to remind people to add new raw formats to the Makefile. libavformatMon, 07 Jul 2008 10:45:36 +0000, by diego
-
Add missing dependency declaration for raw Dirac demuxer. libavformatMon, 07 Jul 2008 10:44:34 +0000, by diego
-
Remove inaccurate computation of pts for audio packets and rely on libavformatSun, 06 Jul 2008 10:00:12 +0000, by diego
-
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) libavformatFri, 04 Jul 2008 22:04:41 +0000, by michael
-
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas libavformatFri, 04 Jul 2008 22:00:35 +0000, by michael
-
Reindent after r14059, see "[PATCH] allow empty params for libavformatThu, 03 Jul 2008 12:12:03 +0000, by rbultje
-
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow libavformatThu, 03 Jul 2008 12:10:54 +0000, by rbultje
-
Fix A/V synch for RTP streams that do not contain MPEG1 or 2 libavformatWed, 02 Jul 2008 10:23:27 +0000, by lucabe
-
Change mtv_read_packet so it does not break after seeking (displaying a shifted image). libavformatSat, 28 Jun 2008 09:01:16 +0000, by reimar
-
Fix pkt->pos to really point at start of packet for mtv audio packets. libavformatSat, 28 Jun 2008 08:59:02 +0000, by reimar
-
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file libavformatFri, 27 Jun 2008 21:43:15 +0000, by bcoudurier
-
Do not free the priv_data field of AVStream on close (it is already libavformatFri, 27 Jun 2008 11:55:25 +0000, by lucabe
-
Do not completely bail out for invalid params, just skip the current sector. libavformatThu, 26 Jun 2008 23:00:00 +0000, by michael
-
Prevent invalid timestamps from being stored. libavformatWed, 25 Jun 2008 22:37:26 +0000, by michael
-
make av_find_stream_info find frame_size for aac too libavformatWed, 25 Jun 2008 19:30:48 +0000, by bcoudurier
-
Make av_find_stream_info() find the frame_size for vorbis. libavformatWed, 25 Jun 2008 18:36:41 +0000, by michael
-
Fill missing pts in during muxing when we know that they are equal to dts. libavformatWed, 25 Jun 2008 18:31:48 +0000, by michael
-
We cannot calculate the duration of vorbis packets even if we do know the libavformatWed, 25 Jun 2008 18:15:04 +0000, by michael
-
Prevent duration calculation code from generating random durations for libavformatTue, 24 Jun 2008 23:56:16 +0000, by michael
-
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP libavformatTue, 24 Jun 2008 11:07:04 +0000, by lucabe
-
chinese avs demuxing support, demux AVSFileFormat.mp4 libavformatSun, 22 Jun 2008 23:52:57 +0000, by bcoudurier
-
matroskadec: decode track private data if needed libavformatSun, 22 Jun 2008 15:52:28 +0000, by aurel
-
matroskadec: move buffer decoding code to a separate function libavformatSun, 22 Jun 2008 15:49:44 +0000, by aurel
-
remove pts set hack, this is no more correct libavformatSun, 22 Jun 2008 08:44:58 +0000, by bcoudurier
-
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking libavformatSun, 22 Jun 2008 00:26:25 +0000, by bcoudurier
-
uniformize AVStream->priv_data freeing in av_close_input_stream libavformatFri, 20 Jun 2008 17:22:56 +0000, by bcoudurier
-
factorize read_header failure freeing code libavformatFri, 20 Jun 2008 17:16:56 +0000, by bcoudurier
-
Check if there is at least a stream before writing trailer. libavformatFri, 20 Jun 2008 07:27:44 +0000, by benoit
-
Fix neverending loop which might happen when sending high-bitrate MPEG2 libavformatThu, 19 Jun 2008 10:31:45 +0000, by lucabe
-
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com libavformatWed, 18 Jun 2008 08:30:50 +0000, by bcoudurier
-
put avc1 brand in compat list when h264 is present libavformatSat, 14 Jun 2008 21:05:28 +0000, by bcoudurier
-
Calculate ftyp size instead of hardcoding it. libavformatFri, 13 Jun 2008 11:30:36 +0000, by michael
-
Change MODE_* to 1<<c so several can be set at the same time. libavformatThu, 12 Jun 2008 03:08:08 +0000, by michael
-
don't write double sets of metadata in mov, only write usual ones libavformatThu, 12 Jun 2008 00:55:49 +0000, by bcoudurier
-
move utf8 code before udta func, will be used by 3gp tags libavformatWed, 11 Jun 2008 09:35:02 +0000, by bcoudurier
-
support alac in ipod m4a format, tested on quicktime libavformatWed, 11 Jun 2008 08:17:38 +0000, by bcoudurier
-
m4v/m4a are usual itunes/ipod/iphone extensions libavformatMon, 09 Jun 2008 22:14:58 +0000, by bcoudurier
-
rework udta handling, if any track set bitexact, don't write any metadata libavformatMon, 09 Jun 2008 20:13:44 +0000, by bcoudurier
-
remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits libavformatMon, 09 Jun 2008 19:56:45 +0000, by bcoudurier
-
Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. libavformatMon, 09 Jun 2008 08:44:45 +0000, by diego
-
pass dts and pts through ffm, should fix streaming b frames libavformatMon, 09 Jun 2008 07:43:14 +0000, by bcoudurier
-
remove ugly ffm_nopts hack, use AVFormatContext->timestamp libavformatMon, 09 Jun 2008 00:24:29 +0000, by bcoudurier
-
Reset reading state after successful seek. libavformatSat, 07 Jun 2008 00:35:37 +0000, by bcoudurier
-
cosmetics, rename first to header, more explicit name libavformatFri, 06 Jun 2008 20:36:16 +0000, by bcoudurier
-
cosmetics, rename first to header, more explicit name libavformatFri, 06 Jun 2008 20:14:47 +0000, by bcoudurier
-
Remove Fabrice's copyright from the Makefiles. They have been entirely libavformatFri, 06 Jun 2008 17:50:32 +0000, by diego
-
cosmetics: s/Id/id/ in libavformat where Id refers to id Software. libavformatThu, 05 Jun 2008 15:03:55 +0000, by diego
-
matroskadec: don't remove dummy level when none was added libavformatWed, 04 Jun 2008 23:11:47 +0000, by aurel
-
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformatTue, 03 Jun 2008 16:20:54 +0000, by diego
-
Ensure the first audio stream is selected as the default stream libavformatTue, 03 Jun 2008 15:19:43 +0000, by aurel
-
matroskadec: sane default value for track->time_scale libavformatTue, 03 Jun 2008 15:09:30 +0000, by aurel
-
Make update_initial_durations() also work if a dts occured before a libavformatTue, 03 Jun 2008 00:50:22 +0000, by michael
-
Do not set pts in update_initial_durations() if stream has b frames. libavformatTue, 03 Jun 2008 00:43:56 +0000, by michael
-
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow libavformatMon, 02 Jun 2008 23:07:41 +0000, by aurel
-
matroskadec: move ARRAY_SIZE() macro at top of the file libavformatMon, 02 Jun 2008 23:01:14 +0000, by aurel
-
Audio channels and sample rate must be set in order to skip libavformatMon, 02 Jun 2008 09:15:04 +0000, by andoma
-
rename last_frame_offset to next_frame_offset, due to r13615 libavformatMon, 02 Jun 2008 04:08:30 +0000, by bcoudurier
-
Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformatSun, 01 Jun 2008 16:25:05 +0000, by takis
-
matroskadec: use the proper timestamp scaling for index entries libavformatSun, 01 Jun 2008 14:41:53 +0000, by aurel
-
matroskadec: read TrackTimecodeScale and set timebase accordingly libavformatSun, 01 Jun 2008 13:54:11 +0000, by aurel
-
matroskadec: silently discard some element ID that we don't care about libavformatSun, 01 Jun 2008 13:39:54 +0000, by aurel
-
flvenc.o depends on avc.o (for H.264 support functions). libavformatSat, 31 May 2008 14:26:56 +0000, by diego
-
Check av_new_stream return value, fixes CID75 RUN2 libavformatThu, 29 May 2008 15:59:14 +0000, by reimar
-
Check av_new_stream return value, fixes CID79 RUN2 libavformatThu, 29 May 2008 15:25:45 +0000, by reimar
-
Check for av_new_stream failure, fixes CID76 RUN2 libavformatThu, 29 May 2008 15:22:45 +0000, by reimar
-
Check return of url_fseek in mpeg timestamp reading code. libavformatThu, 29 May 2008 09:50:17 +0000, by benoit
-
warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformatThu, 29 May 2008 00:58:41 +0000, by bcoudurier
-
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy libavformatThu, 29 May 2008 00:35:23 +0000, by bcoudurier
-
use av_fifo_generic_write, old func is deprecated libavformatWed, 28 May 2008 22:00:45 +0000, by bcoudurier
-
Do not read from after the table, fixes CID108 RUN2. libavformatWed, 28 May 2008 20:28:48 +0000, by michael
-
simplify, use pointer to codec context in struct instead of only id libavformatTue, 27 May 2008 22:31:26 +0000, by bcoudurier
-
simplify, use pointer to codec context in struct instead of only id libavformatTue, 27 May 2008 22:31:09 +0000, by bcoudurier
-
Do not use the pts/dts calculation code which needs a parser, when no parser libavformatTue, 27 May 2008 18:43:25 +0000, by michael
-
cosmetics, remove useless cases and braces libavformatTue, 27 May 2008 02:55:34 +0000, by bcoudurier
-
use av_fifo_generic_write, old func is deprecated libavformatTue, 27 May 2008 01:26:22 +0000, by bcoudurier
-
aac chan config is 0 if bitstream contains program_config_element libavformatMon, 26 May 2008 21:52:54 +0000, by bcoudurier
-
Support non interleaved avi with phantom streams. libavformatMon, 26 May 2008 20:29:16 +0000, by michael
-
return error if frame_offset is negative, prevent segfault libavformatMon, 26 May 2008 03:53:48 +0000, by bcoudurier
-
return error if len is negative, prevent segfault libavformatMon, 26 May 2008 03:53:10 +0000, by bcoudurier
-
move ffserver specific functions up and only include unistd.h in this case libavformatMon, 26 May 2008 03:52:14 +0000, by bcoudurier
-
move ffm_seek1 before get_pts function since func uses it libavformatMon, 26 May 2008 03:50:25 +0000, by bcoudurier
-
move DEBUG_SEEK definition before get_pts since func uses it libavformatMon, 26 May 2008 03:47:56 +0000, by bcoudurier
-
move get_pts function to avoid useless declaration libavformatMon, 26 May 2008 03:47:07 +0000, by bcoudurier
-
reenable test, data is available in this case libavformatMon, 26 May 2008 03:37:01 +0000, by bcoudurier
-
Ensure that one can store X bytes in a fifo of size X. libavformatSun, 25 May 2008 23:04:09 +0000, by michael
-
Make av_fifo*_read() ignore the available amount of data. libavformatSun, 25 May 2008 22:20:39 +0000, by michael
-
compute the end of all chapters when end is not specified in the container libavformatSat, 24 May 2008 21:44:29 +0000, by aurel
-
Pass time_base as argument to new_chapter() as well. libavformatFri, 23 May 2008 18:15:13 +0000, by michael
-
Chapter demuxing support. (untested as I have no nuts with chapters) libavformatFri, 23 May 2008 13:52:54 +0000, by michael
-
Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformatFri, 23 May 2008 13:14:11 +0000, by michael
-
s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformatFri, 23 May 2008 13:07:58 +0000, by michael
-
Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformatFri, 23 May 2008 13:02:27 +0000, by michael
-
don't set a dummy chapter title when title is unknown libavformatFri, 23 May 2008 11:47:11 +0000, by aurel
-
matroskadec: allows inserting chapters with unspecified end libavformatThu, 22 May 2008 23:04:02 +0000, by aurel
-
free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformatThu, 22 May 2008 17:16:12 +0000, by bcoudurier
-
check pkt stream index before returning packet, prevent segfault libavformatWed, 21 May 2008 21:04:42 +0000, by bcoudurier
-
Do not loop endlessly if converting into dv with timestamps Jan 1st not libavformatWed, 21 May 2008 07:05:08 +0000, by cehoyos
-
support dvd pcm 20/24 bits, patch by Lars Tuber, lars.taeuber gmx net libavformatWed, 21 May 2008 02:26:42 +0000, by bcoudurier
-
only print debug info when sample is actually added libavformatTue, 20 May 2008 02:24:02 +0000, by bcoudurier
-
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformatTue, 20 May 2008 02:21:29 +0000, by bcoudurier
-
matroskadec: add support for bzlib compressed tracks libavformatThu, 15 May 2008 23:12:41 +0000, by aurel
-
try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformatThu, 15 May 2008 22:47:40 +0000, by bcoudurier
-
cosmetics, remove space before opening parenthesis libavformatThu, 15 May 2008 22:14:29 +0000, by bcoudurier
-
matroskadec: add support for zlib compressed tracks libavformatTue, 13 May 2008 23:32:13 +0000, by aurel
-
Fix icc warning #188: enumerated type mixed with another type libavformatTue, 13 May 2008 15:51:37 +0000, by cehoyos
-
Replace some occurrences of 0 with CODEC_ID_NONE. libavformatMon, 12 May 2008 10:30:40 +0000, by cehoyos
-
Fix type of dest_addr_len to respect return value of udp_set_url. libavformatSun, 11 May 2008 10:53:21 +0000, by cehoyos
-
Use full path for #includes from another directory. libavformatFri, 09 May 2008 11:56:36 +0000, by diego
-
string.h is a system header file, so use <> for it. libavformatFri, 09 May 2008 09:30:43 +0000, by diego
-
matroskadec: add support for lzo compressed tracks libavformatFri, 09 May 2008 01:53:59 +0000, by aurel
-
matroskadec: fail gracefully when seeking don't work libavformatThu, 08 May 2008 23:11:13 +0000, by aurel
-
matroskadec: add support for track content encoding libavformatThu, 08 May 2008 21:47:31 +0000, by aurel
-
Remove unnecessary parentheses from return calls. libavformatTue, 06 May 2008 09:16:36 +0000, by diego
-
Use correct length modifier for pointer diff argument in av_log() call. libavformatSun, 04 May 2008 10:35:13 +0000, by diego
-
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformatFri, 02 May 2008 14:52:39 +0000, by lu_zero
-
raw GSM demuxer (does not work yet as parser is missing) libavformatMon, 28 Apr 2008 18:29:42 +0000, by michael
-
set demuxers .value and use common audio_read_header function libavformatMon, 28 Apr 2008 14:14:44 +0000, by bcoudurier
-
set pkt duration, only when dts == pts though, libavformatSat, 26 Apr 2008 17:51:02 +0000, by bcoudurier
-
Missing tags in APE is normal situation, so don't print an error. libavformatSat, 26 Apr 2008 06:29:56 +0000, by kostya
-
set channels and sample rate from mpeg4audio config libavformatFri, 25 Apr 2008 14:09:42 +0000, by bcoudurier
-
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformatFri, 25 Apr 2008 14:03:28 +0000, by bcoudurier
-
parser should not be needed anymore, merge cases and set frame size for amr too libavformatFri, 25 Apr 2008 13:34:51 +0000, by bcoudurier
-
lower frame size to split amr/qcelp/gsm frames libavformatFri, 25 Apr 2008 13:24:25 +0000, by bcoudurier
-
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformatFri, 25 Apr 2008 10:35:06 +0000, by bcoudurier
-
pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformatFri, 25 Apr 2008 09:08:13 +0000, by bcoudurier
-
set wrap bits to 32bit to actually use it libavformatFri, 25 Apr 2008 09:04:38 +0000, by bcoudurier
-
cosmetics: remove useless whitespaces and put braces correctly libavformatThu, 24 Apr 2008 17:22:39 +0000, by bcoudurier
-
demux qcelp, so this can work with soc decoder and stream copy libavformatThu, 24 Apr 2008 17:17:41 +0000, by bcoudurier
-
Do not ignore .depend files, they are no longer generated. libavformatThu, 24 Apr 2008 10:17:55 +0000, by diego
-
Ensure that the timestamp reading code used for seeking chooses a position libavformatWed, 23 Apr 2008 21:16:25 +0000, by michael
-
Read asf file header fields in the right order libavformatTue, 22 Apr 2008 20:08:39 +0000, by superdump
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformatTue, 22 Apr 2008 11:14:01 +0000, by bwolowiec
-
Compute AC3 frame CRC for stronger raw AC3 format probing. libavformatMon, 21 Apr 2008 15:20:53 +0000, by andoma
-
Implement FFMAX3(a,b,c) - maximum over three arguments. libavformatSat, 19 Apr 2008 17:07:58 +0000, by voroshil
-
Decrease returning probe score for WAV demuxer to avoid libavformatSat, 19 Apr 2008 14:52:19 +0000, by voroshil
-
Tighten up the Westwood AUD detection. Probability of random detections libavformatFri, 18 Apr 2008 17:29:58 +0000, by melanson
-
Cleanup comments and make them doxygen parsable. libavformatTue, 15 Apr 2008 22:22:49 +0000, by lu_zero
-
Expose max_packet_size from the rtp protocol libavformatTue, 15 Apr 2008 19:27:39 +0000, by lu_zero
-
Do not detect a format if another has the same score. libavformatTue, 15 Apr 2008 13:50:02 +0000, by michael
-
Using the same probe function in 2 formats is not a good idea. libavformatTue, 15 Apr 2008 13:48:46 +0000, by michael
-
Reduce probe score as it misdetects our flv file from the regression test. libavformatTue, 15 Apr 2008 13:36:31 +0000, by michael
-
Identify codec in GMCMidiaASX.mov correctly. libavformatTue, 15 Apr 2008 11:50:37 +0000, by michael
-
Fix receiving from SDP with unicast destinations libavformatTue, 15 Apr 2008 11:28:04 +0000, by lucabe
-
Remove the "multicast=" tag from UDP and RTP URLs libavformatTue, 15 Apr 2008 11:23:07 +0000, by lucabe
-
Use generic seeking code for flv. The removed code was a buggy duplicate. libavformatMon, 14 Apr 2008 12:22:23 +0000, by michael
-
Stop find_stream_info() searching for further streams if 2 streams have libavformatSun, 13 Apr 2008 23:47:03 +0000, by michael
-
Do not call update_initial_durations if pkt->duration is 0. libavformatSun, 13 Apr 2008 08:55:02 +0000, by reimar
-
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformatThu, 03 Apr 2008 22:15:16 +0000, by lu_zero
-
check return value of matroska_find_track_by_num (fix a segfault) libavformatMon, 31 Mar 2008 20:16:04 +0000, by aurel
-
Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformatMon, 31 Mar 2008 09:49:58 +0000, by lucabe
-
Remove useless entries from AVRtpPayloadTypes libavformatMon, 31 Mar 2008 09:48:04 +0000, by lucabe
-
support mp4 fragmented files without any samples in the moov atom libavformatSun, 30 Mar 2008 21:15:06 +0000, by bcoudurier
-
1000l to myself, dereferencing uninitalized pointer. libavformatFri, 28 Mar 2008 02:44:44 +0000, by michael
-
according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov libavformatThu, 27 Mar 2008 13:16:29 +0000, by bcoudurier
-
Only use chunk demuxing for old uncompressed audio mechanism specified by stts. libavformatThu, 27 Mar 2008 12:35:22 +0000, by bcoudurier
-
sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing libavformatFri, 21 Mar 2008 14:30:45 +0000, by bcoudurier
-
simplify, and only stop parsing when non streamable libavformatFri, 21 Mar 2008 11:04:54 +0000, by bcoudurier
-
remove ms audio tags from table, they will be chosen or detected with riff table libavformatFri, 21 Mar 2008 11:02:13 +0000, by bcoudurier
-
atoms are not mp4 only, and yes probe is sufficient libavformatFri, 21 Mar 2008 10:52:14 +0000, by bcoudurier
-
cannot free AVStream like this, and return ENOMEM libavformatFri, 21 Mar 2008 10:47:14 +0000, by bcoudurier
-
fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it libavformatThu, 20 Mar 2008 18:48:50 +0000, by bcoudurier
-
One non functional AVPalette chunk less, one heap overflow less. libavformatThu, 20 Mar 2008 16:29:18 +0000, by michael
-
remove useless debug print since now mov_build_index will do libavformatThu, 20 Mar 2008 16:07:55 +0000, by bcoudurier
-
move mov_build_index before mov_read_trak to avoid useless declaration libavformatThu, 20 Mar 2008 15:57:11 +0000, by bcoudurier
-
move specific end treatment when trak is detected, will be needed for fragments libavformatThu, 20 Mar 2008 15:55:50 +0000, by bcoudurier