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
-
remove useless initialization to 0 of adx context libavformatThu, 01 Nov 2007 17:50:05 +0000, by aurel
-
Revert get_num() to old behaviour in order to handle libavformatThu, 01 Nov 2007 09:02:29 +0000, by kostya
-
Remove unused variables, fixes the following warnings: libavformatWed, 31 Oct 2007 11:35:10 +0000, by diego
-
Take the target address family in account when determining the family of libavformatWed, 31 Oct 2007 07:27:38 +0000, by lucabe
-
Resolve hosts and bind sockets even when the local_port is not set (0) libavformatWed, 31 Oct 2007 07:02:30 +0000, by lucabe
-
If local port n is not available, try n + 2 instead of continuing to bind libavformatTue, 30 Oct 2007 08:10:45 +0000, by lucabe
-
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformatTue, 30 Oct 2007 00:01:25 +0000, by bcoudurier
-
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformatMon, 29 Oct 2007 09:15:35 +0000, by lucabe
-
print newline after program id even when the name is missing libavformatFri, 26 Oct 2007 20:02:11 +0000, by nicodvb
-
Explicitly include rtp.h (needed for rtp_get_payload_type()) libavformatFri, 26 Oct 2007 15:12:55 +0000, by lucabe
-
avoid infinite loop at the end of files which are not properly terminated libavformatWed, 24 Oct 2007 21:44:20 +0000, by aurel
-
Prevent mov muxer from writing empty udta atoms. libavformatWed, 24 Oct 2007 14:20:15 +0000, by benoit
-
add support for reading duration from VBRI-tag in mp3 files libavformatWed, 24 Oct 2007 04:56:22 +0000, by andoma
-
Move setting of key frame flag for intra-only codecs, ignoring key frame libavformatWed, 24 Oct 2007 04:54:44 +0000, by heydowns
-
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support libavformatTue, 23 Oct 2007 17:10:41 +0000, by andoma
-
add support for reading duration from Xing-tag in mp3 files libavformatTue, 23 Oct 2007 13:35:20 +0000, by andoma
-
convert a if() into a switch() to ease addition of new tags to probe libavformatMon, 22 Oct 2007 21:06:04 +0000, by aurel
-
fix issue 225, instead of stoping when wrong atom size is found, libavformatMon, 22 Oct 2007 14:36:14 +0000, by bcoudurier
-
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 libavformatSun, 21 Oct 2007 23:10:15 +0000, by bcoudurier
-
Make Matroska demuxer output full frames instead of slices for RealVideo libavformatSun, 21 Oct 2007 17:21:20 +0000, by kostya
-
Demux full frames instead of sliced for RealVideo. libavformatSun, 21 Oct 2007 17:17:28 +0000, by kostya
-
associate to each AVProgram the indexes of the AVStreams contained in it libavformatSat, 20 Oct 2007 08:29:05 +0000, by nicodvb
-
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext libavformatSat, 20 Oct 2007 08:25:13 +0000, by nicodvb
-
cosmetics: moved to a separate function the code to print the characteristics of an AVStream libavformatSat, 20 Oct 2007 08:17:01 +0000, by nicodvb
-
ensure all compiled in codec/muxer are registered libavformatThu, 18 Oct 2007 23:59:31 +0000, by aurel
-
check if we found an audio track before initializing the audio stream libavformatThu, 18 Oct 2007 23:42:54 +0000, by aurel
-
parse sample rate instead of setting a default one libavformatThu, 18 Oct 2007 23:13:46 +0000, by aurel
-
make compression_type a function local var instead of a context var libavformatThu, 18 Oct 2007 22:47:56 +0000, by aurel
-
parse header chunk in a loop (don't depend on a fixed chunk ordering) libavformatThu, 18 Oct 2007 22:26:23 +0000, by aurel
-
set start_time to 0 to enable seeking in mp3-files libavformatThu, 18 Oct 2007 15:02:34 +0000, by andoma
-
Make url_split() strip url options (?opt=var) from the returned hostname or libavformatThu, 18 Oct 2007 09:50:53 +0000, by benoit
-
Add FFMPEG_ prefix to all multiple inclusion guards. libavformatWed, 17 Oct 2007 09:37:46 +0000, by diego
-
dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific libavformatTue, 16 Oct 2007 16:40:34 +0000, by bcoudurier
-
cosmetics: Move asf_read_close() down to get rid of a forward declaration. libavformatSun, 14 Oct 2007 17:44:38 +0000, by diego
-
Add functionality to set the direction of a ByteIOContext buffer. libavformatThu, 11 Oct 2007 14:57:47 +0000, by benoit
-
Remove ogg seek function, instead use generic seek via read_timestamp function libavformatWed, 10 Oct 2007 10:33:20 +0000, by reimar
-
append extradata atoms when parsing, fix OLOCOONS_O3.mov libavformatMon, 08 Oct 2007 13:06:48 +0000, by bcoudurier
-
Allow to set the maximum number of frames per RTP packet (and add support for libavformatTue, 02 Oct 2007 14:48:08 +0000, by lucabe
-
Add checking for codecid to has_codec_parameters(). libavformatMon, 01 Oct 2007 22:11:10 +0000, by diego
-
dnet audio needs avparser to work with the lavc ac3 decoder. libavformatMon, 01 Oct 2007 19:48:02 +0000, by rtogni
-
refactor url_split(), preparing for IPv6 support libavformatThu, 27 Sep 2007 19:18:07 +0000, by andoma
-
Fix avisynth compilation after allformats.h was removed libavformatWed, 26 Sep 2007 18:37:20 +0000, by ramiro
-
added structures and code to keep track of pids<->programs mapping: it's needed libavformatTue, 25 Sep 2007 20:58:37 +0000, by nicodvb
-
replaced custom tracking of programs/services with calls to with av_new_program() libavformatTue, 25 Sep 2007 20:49:11 +0000, by nicodvb
-
Added definition and utility functions to handle AVProgram(s) in AVFormatContext libavformatTue, 25 Sep 2007 20:45:46 +0000, by nicodvb
-
Add my name to the copyright header, since rtp_mpv now contains libavformatMon, 24 Sep 2007 12:15:42 +0000, by lucabe
-
Fix a warning by removing an useless assignment (buf_ptr should be only libavformatMon, 24 Sep 2007 10:43:26 +0000, by lucabe
-
Looks like this APE decoder support versions starting from 3.95 libavformatSun, 23 Sep 2007 07:40:34 +0000, by kostya
-
fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2 libavformatSat, 22 Sep 2007 08:55:17 +0000, by michael
-
extract correct d10 aes3 audio channels number libavformatFri, 21 Sep 2007 16:28:17 +0000, by bcoudurier
-
allcodecs.h and allformats.h are not used anymore libavformatThu, 20 Sep 2007 20:42:50 +0000, by aurel
-
remove last dependencies on allformats.h and allcodecs.h libavformatThu, 20 Sep 2007 20:36:15 +0000, by aurel
-
Make parse_date return INT64_MIN in case of unparsable input. libavformatWed, 19 Sep 2007 12:38:07 +0000, by benoit
-
Add explanatory comments to the parse_date function. libavformatTue, 18 Sep 2007 08:26:10 +0000, by diego
-
disable loads of debug messages to reduce object size libavformatMon, 17 Sep 2007 12:01:37 +0000, by aurel
-
Support for AAC streaming over RTP. Fragmentation is not implemented yet libavformatFri, 14 Sep 2007 08:17:06 +0000, by lucabe
-
stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV libavformatWed, 12 Sep 2007 10:18:01 +0000, by bcoudurier
-
move unrelated functions declarations out of allformats.h libavformatTue, 11 Sep 2007 09:27:46 +0000, by aurel
-
rtp and rtsp demuxer declarations are not part of public API libavformatMon, 10 Sep 2007 22:48:42 +0000, by aurel
-
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if libavformatMon, 10 Sep 2007 15:08:23 +0000, by lucabe
-
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) libavformatMon, 10 Sep 2007 07:01:29 +0000, by lucabe
-
Properly set RTP and NTP timestamps in RTCP SR packets libavformatMon, 10 Sep 2007 06:58:19 +0000, by lucabe
-
Improve track number decoding for some WMA files libavformatSun, 09 Sep 2007 17:54:26 +0000, by gpoirier
-
Do not set codec_tag when the container does not specify it. libavformatSun, 09 Sep 2007 09:21:14 +0000, by reimar
-
Copy nuv header only when the video codec is nuv libavformatSun, 09 Sep 2007 07:25:52 +0000, by reimar
-
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. libavformatFri, 07 Sep 2007 13:49:44 +0000, by ramiro
-
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer libavformatFri, 07 Sep 2007 13:43:40 +0000, by ramiro
-
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv libavformatThu, 06 Sep 2007 05:14:09 +0000, by conrad
-
Set correct length for last slice in frame subpacket libavformatThu, 06 Sep 2007 03:36:38 +0000, by kostya
-
cosmetics: Add some whitespace for better readability. libavformatWed, 05 Sep 2007 20:42:17 +0000, by diego
-
spelling/wording nits in some Doxygen comments libavformatWed, 05 Sep 2007 20:31:40 +0000, by diego
-
Prefix library format names with 'lib' in libavformat libavformatWed, 05 Sep 2007 18:55:20 +0000, by ramiro
-
Give better filenames to bktr and v4l grabbers libavformatWed, 05 Sep 2007 18:44:06 +0000, by ramiro
-
Remove video_grab_ prefix from video_grab_{bktr,v4l} libavformatWed, 05 Sep 2007 18:29:58 +0000, by ramiro
-
Make sure that if a stream has a duration but the container doesn't libavformatWed, 05 Sep 2007 16:47:48 +0000, by benoit
-
Always use AVFormatContext for av_log messages libavformatWed, 05 Sep 2007 00:26:09 +0000, by conrad
-
Rename ebml size functions to indicate that they can be used for more kinds of numbers libavformatWed, 05 Sep 2007 00:26:07 +0000, by conrad
-
We shouldn't be passing in sizes larger than 2^56-2, so use an assert libavformatWed, 05 Sep 2007 00:26:04 +0000, by conrad
-
Match the behaviour betwen the bmp and wav codec tag lookups libavformatWed, 05 Sep 2007 00:25:54 +0000, by conrad
-
Write codecprivate to a dynamic buffer so that seeking isn't required libavformatWed, 05 Sep 2007 00:25:52 +0000, by conrad
-
Move writing codec private element to its own function libavformatWed, 05 Sep 2007 00:25:49 +0000, by conrad
-
Use num_entries directly rather than mixing it with a local copy libavformatWed, 05 Sep 2007 00:25:44 +0000, by conrad
-
Make sure that the calculated duration doesn't decrease libavformatWed, 05 Sep 2007 00:25:40 +0000, by conrad
-
Always check the return of mkv_add_seekhead_entry libavformatWed, 05 Sep 2007 00:25:34 +0000, by conrad
-
Use sample format for bit depth if av_get_bits_per_sample() doesn't give one libavformatWed, 05 Sep 2007 00:25:14 +0000, by conrad
-
Calculate the size of key EBML master elements beforehand so only just enough size is reserved for the size libavformatWed, 05 Sep 2007 00:24:56 +0000, by conrad
-
Use cluster_pos when checking cluster position libavformatWed, 05 Sep 2007 00:24:53 +0000, by conrad
-
Modify put_ebml_size() so that the bytes parameter is exact rather than minimum libavformatWed, 05 Sep 2007 00:24:50 +0000, by conrad
-
Move calculating the bytes needed to represent a size in EBML to its own function libavformatWed, 05 Sep 2007 00:24:42 +0000, by conrad
-
Use a MD5 hash of some frames to write the segment uid libavformatWed, 05 Sep 2007 00:24:29 +0000, by conrad
-
Revert using the time to generate the segment uid libavformatWed, 05 Sep 2007 00:24:27 +0000, by conrad
-
Set the language to undefined if no language specified libavformatWed, 05 Sep 2007 00:24:22 +0000, by conrad
-
Codec Private should be correct for all but Real codecs now libavformatWed, 05 Sep 2007 00:24:10 +0000, by conrad
-
Move writing Xiph-style sizes to its own function libavformatWed, 05 Sep 2007 00:24:06 +0000, by conrad
-
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough libavformatWed, 05 Sep 2007 00:23:57 +0000, by conrad
-
Floats aren't used enough to justify writing any with single precision libavformatWed, 05 Sep 2007 00:23:55 +0000, by conrad
-
Determine the output sample rate for SBR AAC and write it libavformatWed, 05 Sep 2007 00:23:43 +0000, by conrad