Mercurial > libavformat.hg
graph
-
Make avc_find_startcode non-static, so that it can be used from other libavformatTue, 15 Jan 2008 08:05:58 +0000, by lucabe
-
user specifyable maximum amount of memory to use for the index. libavformatSun, 13 Jan 2008 13:33:37 +0000, by michael
-
Write 0 instead of seeking forward (and leaving bytes uninitalized), libavformatSat, 12 Jan 2008 00:15:05 +0000, by michael
-
add a ff_ prefix to newly exported functions from avc.c libavformatFri, 11 Jan 2008 23:33:32 +0000, by aurel
-
Matroska muxer needs to format all NAL units, not only extradata. libavformatFri, 11 Jan 2008 23:21:22 +0000, by aurel
-
Do not install rtp.h (which should have never been part of the public API) libavformatFri, 11 Jan 2008 12:24:46 +0000, by lucabe
-
Use the isom avcc formatting for h264 extradata in matroska. libavformatFri, 11 Jan 2008 01:32:45 +0000, by aurel
-
Move isom_write_avcc() and related functions into a separate file. libavformatFri, 11 Jan 2008 01:24:55 +0000, by aurel
-
Add one more parameter to avc_parse_nal_units so that it allows not to libavformatFri, 11 Jan 2008 01:00:04 +0000, by aurel
-
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), libavformatThu, 10 Jan 2008 13:54:30 +0000, by rbultje
-
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler libavformatThu, 10 Jan 2008 13:52:35 +0000, by rbultje
-
url_write is part of the public API so it may not be under ifdef. libavformatTue, 08 Jan 2008 22:07:59 +0000, by reimar
-
Implement read_timestamp and enable seeking in PVA files. libavformatMon, 07 Jan 2008 23:42:52 +0000, by ivo
-
use ff_parse_pes_pts for parsing an MPEG-PES timestamp libavformatMon, 07 Jan 2008 23:38:12 +0000, by ivo
-
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it libavformatMon, 07 Jan 2008 23:32:57 +0000, by ivo
-
Make ff_mkv_codec_tags lie entirely in .rodata section. libavformatMon, 07 Jan 2008 00:03:19 +0000, by aurel
-
cosmetics: Add another pair of parentheses to aid readability. libavformatSun, 06 Jan 2008 22:50:09 +0000, by diego
-
Rename two structures, identifiers starting with _[A-Z] are reserved. libavformatSun, 06 Jan 2008 16:02:55 +0000, by diego
-
do not return an error, but warn and recover when encountering an audio packet libavformatSat, 05 Jan 2008 22:27:49 +0000, by ivo
-
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies libavformatFri, 04 Jan 2008 20:09:48 +0000, by lucabe
-
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies libavformatFri, 04 Jan 2008 19:33:50 +0000, by lucabe
-
Move *malloc() out of tree.c, that way the code can be used with libavformatFri, 04 Jan 2008 17:52:16 +0000, by michael
-
Rationalize some dependencies between rtsp and rtp libavformatThu, 03 Jan 2008 12:49:12 +0000, by lucabe
-
mention libavfilter in warning about deprecated vhook libavformatThu, 03 Jan 2008 02:12:08 +0000, by aurel
-
Add portable way to check for the existence of definitions and libavformatTue, 01 Jan 2008 22:54:35 +0000, by diego
-
Correct doxy about timestamp units of read_timestamp(). libavformatMon, 31 Dec 2007 16:49:18 +0000, by michael
-
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavformatSat, 29 Dec 2007 20:49:03 +0000, by aurel
-
move internal queue freeing code in its own function libavformatSat, 29 Dec 2007 18:32:47 +0000, by aurel
-
fix memory leak (patch by Gabriel Fort gforte _at_ wyplay _dot_ com) libavformatSat, 29 Dec 2007 18:30:27 +0000, by aurel
-
Try to fix url_split() so that the ?foobar part is in the path and only the path. libavformatSat, 29 Dec 2007 16:13:03 +0000, by michael
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent libavformatFri, 28 Dec 2007 11:25:25 +0000, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support libavformatFri, 28 Dec 2007 11:23:25 +0000, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment libavformatFri, 28 Dec 2007 11:10:17 +0000, by lu_zero
-
Revert hack which should have never been commited. libavformatFri, 28 Dec 2007 03:32:32 +0000, by michael
-
Check for the presence of sys/select.h and conditionally #include it. libavformatThu, 27 Dec 2007 01:38:50 +0000, by diego
-
Do not force fps unless the user actually specified one. libavformatWed, 26 Dec 2007 22:28:22 +0000, by michael
-
Revert r6124, the change was just wrong, other formats than MPEG-PS can be libavformatTue, 25 Dec 2007 09:37:49 +0000, by michael
-
100l, av_read_packet must check for read_packet error, in case of libavformatSun, 23 Dec 2007 13:16:55 +0000, by reimar
-
Document ByteIOContext and URLContext change rules. libavformatThu, 20 Dec 2007 22:33:53 +0000, by michael
-
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files libavformatThu, 20 Dec 2007 11:21:10 +0000, by banan
-
Document a few more structure change rules with relation to ABI/API. libavformatThu, 20 Dec 2007 09:59:07 +0000, by michael
-
Document structure change rules with relation to ABI/API. libavformatThu, 20 Dec 2007 09:43:01 +0000, by michael
-
Make recently added and still unused read_seek functions return offset_t. libavformatWed, 19 Dec 2007 21:11:08 +0000, by michael
-
Merge recently added and still unused play and pause functions. libavformatWed, 19 Dec 2007 20:57:13 +0000, by michael
-
use generic 'glbl' atom if extradata is present but no specific method is known libavformatWed, 19 Dec 2007 16:00:08 +0000, by bcoudurier
-
supports glbl atom containing generic extradata for all codecs libavformatWed, 19 Dec 2007 15:39:10 +0000, by bcoudurier
-
Increase minor version due to new av_close_input_stream libavformatWed, 19 Dec 2007 14:09:54 +0000, by reimar
-
Remove dead code which disappeared with the last major version bump. libavformatWed, 19 Dec 2007 11:31:36 +0000, by michael
-
Remove *_codec_id from AVFormatParameters with the next major version bump. libavformatWed, 19 Dec 2007 10:58:54 +0000, by michael
-
Simplify av_close_input_file similarly to av_open_input_file previously libavformatMon, 17 Dec 2007 19:12:43 +0000, by reimar
-
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavformatMon, 17 Dec 2007 17:41:24 +0000, by reimar
-
Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() libavformatMon, 17 Dec 2007 09:28:46 +0000, by benoit
-
do not retain useless pointers to avstream priv_data, use it directly libavformatSun, 16 Dec 2007 18:45:48 +0000, by bcoudurier
-
cosmetics: func -> parse, remove useless parenthesis libavformatSun, 16 Dec 2007 18:26:34 +0000, by bcoudurier
-
save pointer to parse table, it is unlikely to change libavformatSun, 16 Dec 2007 18:20:27 +0000, by bcoudurier
-
return error when url_fseek could not read until desired offset in streamed mode libavformatSun, 16 Dec 2007 17:52:46 +0000, by bcoudurier
-
document how to free the result of av_alloc_format_context() libavformatSat, 15 Dec 2007 16:54:58 +0000, by michael
-
Fix compilation of os_support.c for MinGW with --disable-network libavformatSun, 09 Dec 2007 14:39:01 +0000, by ramiro
-
Check sanity in the palette loading operation. The addresses a potential security risk in libavformatWed, 05 Dec 2007 04:30:33 +0000, by melanson
-
return error if malloc failed, found by takis, fix issue 286 libavformatMon, 03 Dec 2007 22:26:07 +0000, by bcoudurier
-
check mov_read_default return value where appropriate, patch by takis, fix issue 285 libavformatMon, 03 Dec 2007 22:22:50 +0000, by bcoudurier
-
fix dnxhd 720p in mov for quicktime player libavformatMon, 03 Dec 2007 10:44:25 +0000, by bcoudurier
-
add assert to detect invalid packet_timestamp_start/end libavformatMon, 03 Dec 2007 10:24:42 +0000, by michael
-
make mpeg-ps probe less happy with random data libavformatMon, 03 Dec 2007 09:37:06 +0000, by michael
-
return a slightly larger score if we find more than 500 valid mp3 frames in a row libavformatMon, 03 Dec 2007 09:26:44 +0000, by michael
-
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files libavformatMon, 03 Dec 2007 04:49:01 +0000, by michael
-
Make ff_qt_default_palette_* arrays "static const" libavformatSun, 02 Dec 2007 23:27:01 +0000, by reimar
-
Make ff_mkv_codec_tags array const, it is never written. libavformatSun, 02 Dec 2007 21:52:43 +0000, by reimar
-
Fix muxer so that generated files are playable by realplayer, other open libavformatSun, 02 Dec 2007 17:51:05 +0000, by rtogni
-
Revert r10892, it's wrong and no longer needed to prevent crashes libavformatSun, 02 Dec 2007 17:41:12 +0000, by rtogni
-
stupid code (casting of void*) found by checktree.sh libavformatSat, 01 Dec 2007 00:19:44 +0000, by michael
-
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), libavformatThu, 29 Nov 2007 08:35:05 +0000, by lucabe
-
Extend ByteIOContext and add the buffered IO functions: libavformatWed, 28 Nov 2007 19:46:49 +0000, by andoma
-
Add #include "os_support.h" to restore OS/2 support. libavformatTue, 27 Nov 2007 11:42:09 +0000, by diego
-
add pcm_s16le_planar support for electronicarts files libavformatSun, 25 Nov 2007 16:32:47 +0000, by aurel
-
Add missing #includes to fix 'make checkheaders'. libavformatSat, 24 Nov 2007 10:08:02 +0000, by diego
-
Extend URLProtocol with new function pointers and api functions for libavformatSat, 24 Nov 2007 07:09:32 +0000, by andoma
-
Make av_read_frame with rtsp client return EINTR on interrupt libavformatThu, 22 Nov 2007 14:13:23 +0000, by lu_zero
-
os_support.h is also needed for usleep and lseek on MinGW. libavformatThu, 22 Nov 2007 02:27:39 +0000, by ramiro
-
Make av_read_frame with rtsp client return EINTR on interrupt libavformatWed, 21 Nov 2007 10:26:11 +0000, by lu_zero
-
Use dynamically allocated ByteIOContext in AVFormatContext libavformatWed, 21 Nov 2007 07:41:00 +0000, by andoma
-
Replace realloc with free+malloc, the previous content of the buffer is libavformatMon, 19 Nov 2007 20:28:11 +0000, by rtogni
-
Do not use perror() in audio, video, and DV grabbers libavformatMon, 19 Nov 2007 07:54:04 +0000, by lucabe
-
No need to update pos, it's not used after that line libavformatMon, 19 Nov 2007 00:02:03 +0000, by rtogni
-
Check for memory allocation failure of temp buffer libavformatSun, 18 Nov 2007 22:49:41 +0000, by rtogni
-
Optimize memory management to create an av_packet from multiple slices: libavformatSun, 18 Nov 2007 22:40:02 +0000, by rtogni
-
When new streams are detected, look for old filters and close them out. libavformatSat, 17 Nov 2007 03:14:43 +0000, by heydowns
-
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP libavformatFri, 16 Nov 2007 07:59:41 +0000, by lucabe
-
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. libavformatFri, 16 Nov 2007 00:09:34 +0000, by alex
-
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. libavformatThu, 15 Nov 2007 23:53:19 +0000, by alex
-
Move dnet-ac3 byte-swapping code close to audio packet read code libavformatThu, 15 Nov 2007 21:04:06 +0000, by rtogni
-
Use the same code to set local_port in the IPv4-only case and in the libavformatThu, 15 Nov 2007 13:34:56 +0000, by lucabe
-
Remove some useless assignments (the UDPContext is allocated with av_mallocz()) libavformatWed, 14 Nov 2007 08:22:06 +0000, by lucabe
-
Simplify set_remote_url(), and remove some code duplication libavformatWed, 14 Nov 2007 08:16:51 +0000, by lucabe
-
Use recv() instead of recvfrom() (removes some other differences between libavformatWed, 14 Nov 2007 07:56:20 +0000, by lucabe
-
Give better names to multicast functions (they are not IPv6-only) libavformatWed, 14 Nov 2007 07:43:51 +0000, by lucabe
-
Avoid to duplicate the multicast code between the IPv4-only and libavformatWed, 14 Nov 2007 07:42:46 +0000, by lucabe
-
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only libavformatWed, 14 Nov 2007 07:35:36 +0000, by lucabe
-
rename fps(frame per second) to tb(time base) to prevent libavformatTue, 13 Nov 2007 23:43:18 +0000, by michael
-
Split ac3 byte swapping into a separate function. libavformatThu, 08 Nov 2007 15:52:53 +0000, by benoit
-
Isolate caching of audio frames in its own function. libavformatThu, 08 Nov 2007 15:14:37 +0000, by benoit
-
Split out the packet parsing from the main function body in rmdec.c libavformatThu, 08 Nov 2007 15:07:34 +0000, by benoit
-
Give Ogg muxer a lib prefix in the name like we do with all other formats libavformatThu, 08 Nov 2007 11:22:29 +0000, by diego
-
Change ff_rm_read_mdpr_codecdata to get back to old behavior. libavformatThu, 08 Nov 2007 09:14:09 +0000, by benoit
-
correctly set audio codec when demuxing sofdec files libavformatWed, 07 Nov 2007 23:56:00 +0000, by aurel
-
Move external library registrations into a separate block after all native libavformatWed, 07 Nov 2007 22:04:00 +0000, by diego
-
Remove disabled muxer skeleton, blessed by Mans. libavformatWed, 07 Nov 2007 19:09:00 +0000, by diego
-
Give the libnut muxer a lib prefix in its name so it does not conflict with libavformatWed, 07 Nov 2007 19:05:47 +0000, by diego
-
Specify the server address when opening an rtp:// URL in rtsp.c, so libavformatWed, 07 Nov 2007 14:20:40 +0000, by lucabe
-
Allow propagation of stream selection through the ASF demuxer to the libavformatTue, 06 Nov 2007 16:19:09 +0000, by benoit
-
Split out the MDPR chunk reading into its own function. libavformatTue, 06 Nov 2007 16:02:33 +0000, by benoit
-
Do not send too many RTCP packets (according to RFC 3550, the minimum libavformatMon, 05 Nov 2007 12:25:10 +0000, by lucabe
-
Use a symbolic name for the payload size of an RTCP Sender Report packet libavformatMon, 05 Nov 2007 10:15:20 +0000, by lucabe
-
Add some parentheses to clarify operator precedence, fixes the warnings: libavformatSun, 04 Nov 2007 22:51:49 +0000, by diego
-
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() libavformatSun, 04 Nov 2007 19:52:08 +0000, by andoma
-
Enable debug variable only when debug code is enabled, fixes the warning: libavformatSun, 04 Nov 2007 12:46:16 +0000, by diego
-
add support for demuxing Electronic Arts .cdata files libavformatSat, 03 Nov 2007 22:42:20 +0000, by aurel
-
fix misdetection of mp3could_not_find_codec_parameters.mp3 libavformatSat, 03 Nov 2007 13:48:30 +0000, by michael