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