log

age author description
Wed, 23 Jun 2010 11:26:33 +0000 mstorsjo Add all required includes to avio.h libavformat
Wed, 23 Jun 2010 02:04:55 +0000 michael Continue after guids in asf after which other guids are possible instead of skiping libavformat
Tue, 22 Jun 2010 22:54:32 +0000 stefano Mention how "now" is interpreted in the parse_date() doxy. libavformat
Tue, 22 Jun 2010 22:54:29 +0000 stefano Fix date specification accepted by parse_date(). libavformat
Tue, 22 Jun 2010 14:15:00 +0000 mstorsjo Make the http protocol open the connection immediately in http_open again libavformat
Tue, 22 Jun 2010 14:13:55 +0000 mstorsjo Add an AVClass to the HTTPContext libavformat
Tue, 22 Jun 2010 14:12:34 +0000 mstorsjo Allocate the HTTPContext through URLProtocol.priv_data_size libavformat
Tue, 22 Jun 2010 14:09:08 +0000 mstorsjo Add priv_data_size and priv_data_class to URLProtocol libavformat
Tue, 22 Jun 2010 14:03:37 +0000 mstorsjo Split url_open and url_open_protocol into url_alloc and url_connect libavformat
Tue, 22 Jun 2010 13:58:48 +0000 mstorsjo Add an av_register_protocol2 function that takes a size parameter libavformat
Tue, 22 Jun 2010 08:48:28 +0000 cehoyos Fix failure in av_read_frame on timestamp rollover. libavformat
Mon, 21 Jun 2010 19:41:02 +0000 mstorsjo RTSP: Use the same authentication for the HTTP POST session as for the GET libavformat
Mon, 21 Jun 2010 19:40:30 +0000 mstorsjo HTTP: Add a method for initializing the authentication state from another connection libavformat
Mon, 21 Jun 2010 19:02:35 +0000 mstorsjo Reindent libavformat
Mon, 21 Jun 2010 19:02:05 +0000 mstorsjo HTTP: Compact the code for writing chunked post data libavformat
Mon, 21 Jun 2010 19:01:32 +0000 mstorsjo HTTP: Get rid of the is_chunked variable, use the chunksize variable instead libavformat
Mon, 21 Jun 2010 18:40:53 +0000 mstorsjo HTTP: Clarify a comment libavformat
Sun, 20 Jun 2010 21:41:02 +0000 rbultje Reset chunksize back to zero (= no chunked encoding) after each new open libavformat
Sun, 20 Jun 2010 21:38:16 +0000 rbultje Use url_write(), not http_write(), for sending the HTTP headers. This prevents libavformat
Sun, 20 Jun 2010 11:40:41 +0000 cehoyos Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5), libavformat
Sat, 19 Jun 2010 21:57:45 +0000 mstorsjo RTSP: Add the auth credentials to the HTTP tunnel URL, too libavformat
Sat, 19 Jun 2010 21:56:50 +0000 mstorsjo ff_url_join: Don't add any at-char if the auth is an empty string libavformat
Sat, 19 Jun 2010 21:46:39 +0000 mstorsjo RTSP: Set the connection handles to null after closing them libavformat
Sat, 19 Jun 2010 21:36:13 +0000 mstorsjo RTSP: Don't store the connection handles in local variables libavformat
Fri, 18 Jun 2010 23:17:20 +0000 michael Improve h263_probe() libavformat
Fri, 18 Jun 2010 17:54:56 +0000 mstorsjo RTSP: Clean up rtsp_hd on failure libavformat
Fri, 18 Jun 2010 12:02:51 +0000 mstorsjo RTMP: Return from rtmp_read as soon as some data is available libavformat
Fri, 18 Jun 2010 07:54:45 +0000 cehoyos Add IEC958 data_types for Atrac* and WMA Pro. libavformat
Thu, 17 Jun 2010 10:59:49 +0000 maxim Add metadata support. Patch by Michael Karcher. libavformat
Thu, 17 Jun 2010 10:30:52 +0000 lucabe Simplify (no need to check for st->codec->extradata) and correct libavformat
Thu, 17 Jun 2010 09:39:42 +0000 mstorsjo Add the necessary includes, add an extra empty line for cosmetics libavformat
Wed, 16 Jun 2010 19:31:05 +0000 michael Marking what should be removed in relation to MAX_STREAMS. libavformat
Wed, 16 Jun 2010 12:59:47 +0000 lucabe If the video stream is H.264 with MP4 syntax, store the NAL lenght size in libavformat
Tue, 15 Jun 2010 19:53:15 +0000 aurel matroskadec : propagate AVERROR to the caller libavformat
Tue, 15 Jun 2010 14:24:19 +0000 rbultje Fix missing logging context in a series of dprintf()s. Partially based on libavformat
Tue, 15 Jun 2010 13:26:52 +0000 mru Add compatibility wrappers for functions moved from lavf to lavc libavformat
Tue, 15 Jun 2010 09:14:00 +0000 bcoudurier Support gray16be and rgb48be in mov libavformat
Mon, 14 Jun 2010 09:09:59 +0000 mstorsjo Cosmetics: Change connexion to connection in code comments libavformat
Mon, 14 Jun 2010 08:23:59 +0000 mstorsjo RTSP: Shrink SDP fmtp parsing buffer size libavformat
Mon, 14 Jun 2010 08:12:40 +0000 mstorsjo Reindent libavformat
Mon, 14 Jun 2010 07:05:59 +0000 ramiro output-example: Set sample_fmt to SAMPLE_FMT_S16. libavformat
Fri, 11 Jun 2010 17:16:43 +0000 aurel matroskadec: fix type of the length field in ebml_read_master() libavformat
Fri, 11 Jun 2010 16:45:38 +0000 aurel matroskadec: cosmetic: indentation libavformat
Fri, 11 Jun 2010 16:43:47 +0000 aurel matroskadec: add support for live broadcast containing unknown size clusters libavformat
Fri, 11 Jun 2010 16:36:51 +0000 aurel matroskadec: simplify parsing of the first cluster libavformat
Fri, 11 Jun 2010 16:34:01 +0000 aurel matroskadec: store the ID of the currently parsed ebml element libavformat
Fri, 11 Jun 2010 16:27:30 +0000 aurel matroskadec: cosmetic: split a line to make it more readable libavformat
Fri, 11 Jun 2010 13:44:57 +0000 cehoyos Generalize ID3v2 functions to support ID3v2-like ID headers with a libavformat
Fri, 11 Jun 2010 13:28:42 +0000 cehoyos Fix raw vc1 decoding - this is supposed to break FATE. libavformat
Fri, 11 Jun 2010 08:01:45 +0000 lucabe Use a bitstream filter for converting the extradata syntax when generating an SDP. libavformat
Thu, 10 Jun 2010 16:51:14 +0000 diego Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. libavformat
Wed, 09 Jun 2010 09:19:36 +0000 mstorsjo Make sure the http protocol handler returns errors if a delayed open had failed libavformat
Wed, 09 Jun 2010 08:59:41 +0000 siretart Fix printf format warnings libavformat
Wed, 09 Jun 2010 08:29:51 +0000 mstorsjo Initialize the http connection in http_seek, too libavformat
Tue, 08 Jun 2010 19:31:08 +0000 reimar Do not attempt to seek to index for streamed files and if the user explicitly libavformat
Tue, 08 Jun 2010 19:28:22 +0000 reimar Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of libavformat
Tue, 08 Jun 2010 12:40:34 +0000 mstorsjo Add RTSP tunneling over HTTP libavformat
Tue, 08 Jun 2010 12:26:51 +0000 mstorsjo Make the RTSP muxer use rtsp_hd_out, for consistency libavformat
Tue, 08 Jun 2010 11:58:22 +0000 mstorsjo Reindent libavformat
Tue, 08 Jun 2010 11:55:55 +0000 pross Add Pictor/PC Paint to image2 muxer/demuxer libavformat
Tue, 08 Jun 2010 11:48:03 +0000 mstorsjo Add support for disabling chunked transfer encoding for the http protocol libavformat
Tue, 08 Jun 2010 11:18:22 +0000 mstorsjo Fix handling of errors in the http protocol libavformat
Tue, 08 Jun 2010 11:06:36 +0000 mstorsjo Fix bugs in the http custom header handling libavformat
Tue, 08 Jun 2010 10:44:27 +0000 mru matroska: move LFG state from muxer context to local variable libavformat
Tue, 08 Jun 2010 10:26:16 +0000 mstorsjo Add the capability to write custom HTTP headers libavformat
Tue, 08 Jun 2010 10:04:39 +0000 mstorsjo Modify the behaviour of http_open to implicitly delay connection establishment libavformat
Mon, 07 Jun 2010 11:27:26 +0000 thardin Added M701 codec_tag for mpeg2video libavformat
Sun, 06 Jun 2010 18:48:49 +0000 reimar Do not read the RM index when input is streamed (since it requires seeking libavformat
Sun, 06 Jun 2010 18:29:42 +0000 stefano Add support to B4BY and R4BY NUT codec tags added in NUT r672. libavformat
Sun, 06 Jun 2010 11:43:53 +0000 michael bgr/rgb444 for nut libavformat
Sun, 06 Jun 2010 10:51:06 +0000 reimar Support AVFMT_FLAG_IGNIDX in gxf demuxer. libavformat
Sat, 05 Jun 2010 23:13:52 +0000 michael Fix muxing rgb rawvideo in avi regression. libavformat
Sat, 05 Jun 2010 19:49:55 +0000 mstorsjo Cosmetics: Reindent/align/wrap libavformat
Sat, 05 Jun 2010 19:45:46 +0000 mstorsjo RTSP: Propagate errors up from ff_rtsp_send_cmd* libavformat
Sat, 05 Jun 2010 19:43:57 +0000 mstorsjo Remove unused local variables libavformat
Sat, 05 Jun 2010 19:41:43 +0000 mstorsjo RTSP: Add a second URLContext for outgoing messages libavformat
Fri, 04 Jun 2010 23:31:46 +0000 bcoudurier More mov rawvideo fourcc libavformat
Fri, 04 Jun 2010 23:30:58 +0000 bcoudurier fix raw 555 pixel format, add abgr fourcc libavformat
Fri, 04 Jun 2010 22:41:11 +0000 conrad matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agrees libavformat
Fri, 04 Jun 2010 22:41:06 +0000 conrad matroskaenc: Check that tracks was allocated libavformat
Fri, 04 Jun 2010 22:41:03 +0000 conrad matroskaenc: Use av_get_random_seed -> lfg for segment UID libavformat
Fri, 04 Jun 2010 22:40:58 +0000 conrad matroskaenc: Make put_ebml_binary take a void pointer libavformat
Fri, 04 Jun 2010 22:40:54 +0000 conrad Add WebM muxer libavformat
Fri, 04 Jun 2010 22:40:50 +0000 conrad matroskaenc: Mux clusters better libavformat
Fri, 04 Jun 2010 13:52:45 +0000 mstorsjo metadata: mention how to remove tags. libavformat
Fri, 04 Jun 2010 07:33:34 +0000 mstorsjo reindent after previous commit. libavformat
Fri, 04 Jun 2010 07:32:09 +0000 mstorsjo metadata: make conversion to the same format a noop. libavformat
Fri, 04 Jun 2010 06:42:39 +0000 mstorsjo rtspenc: Write the interleaving header in the same buffer as the packet data libavformat
Fri, 04 Jun 2010 06:35:12 +0000 mstorsjo http: Set http_code to 200 when doing a POST libavformat
Fri, 04 Jun 2010 01:15:41 +0000 hyc Use AV_BASE64_SIZE() macro libavformat
Thu, 03 Jun 2010 20:41:04 +0000 ramiro win32: Use _fstati64() instead of plain old fstat() on Windows to support file libavformat
Thu, 03 Jun 2010 20:31:29 +0000 mstorsjo httpauth: Fix the length passed to av_strlcat libavformat
Thu, 03 Jun 2010 16:51:29 +0000 lu_zero Remove stray and possibly wrong line, rtpdec.c sets that already libavformat
Wed, 02 Jun 2010 21:57:40 +0000 stefano Make write_streamheader() log a message if there is no codec tag libavformat
Wed, 02 Jun 2010 21:57:37 +0000 stefano Make write_streamheader() return a meaningful error code if no codec libavformat
Wed, 02 Jun 2010 21:57:35 +0000 stefano Make write_header() and write_header() return an error code in case of libavformat
Wed, 02 Jun 2010 21:57:30 +0000 stefano Make write_streamheader() and write_headers() accept an libavformat
Wed, 02 Jun 2010 10:54:53 +0000 stefano Make the error message issued in case of invalid codec tag more libavformat
Tue, 01 Jun 2010 20:00:26 +0000 rbultje Change default number of channels (used if unspecified in the format desc) libavformat
Tue, 01 Jun 2010 19:49:21 +0000 michael Print an error when MAX_STREAMS is reached. libavformat
Tue, 01 Jun 2010 07:46:23 +0000 mstorsjo Declare the url_write buffer parameter as const libavformat
Mon, 31 May 2010 10:47:36 +0000 pross Prevent au_read_packet() looping endlessly when .au file contains unsupported codec type. libavformat
Fri, 28 May 2010 18:21:57 +0000 rbultje Reindent after r23361. libavformat
Fri, 28 May 2010 18:21:25 +0000 rbultje Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxing libavformat
Fri, 28 May 2010 18:18:33 +0000 rbultje Move rm_codec_tags to rm.c so muxer/demuxer can share it. libavformat
Thu, 27 May 2010 21:23:04 +0000 conrad On2 IVF demuxer libavformat
Thu, 27 May 2010 17:11:37 +0000 michael Make sure that when the parser is feeded with frame==packet that the libavformat
Wed, 26 May 2010 22:26:19 +0000 stefano Add support for the newly added Nut codec tags (added in Nut r669): libavformat
Wed, 26 May 2010 04:22:52 +0000 alexc Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its own packet. libavformat
Wed, 26 May 2010 04:20:32 +0000 alexc Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. libavformat
Tue, 25 May 2010 22:55:12 +0000 aurel matroskadec: avoid potential crash after r23169 libavformat
Tue, 25 May 2010 15:39:32 +0000 rbultje We're using generic tag-to-ID functions, so specific codec_id assignments libavformat
Tue, 25 May 2010 10:35:50 +0000 cehoyos Samsung uses SIPP as FourCC for MPEG-4 ASP. libavformat
Tue, 25 May 2010 07:01:04 +0000 kostya 24l trocadero: RTMP reader forgot to shift high byte of timestamp to its libavformat
Mon, 24 May 2010 23:37:33 +0000 bcoudurier In ogg muxer, use random serial number of each ogg streams libavformat
Mon, 24 May 2010 21:59:32 +0000 rbultje MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>. libavformat
Mon, 24 May 2010 20:35:01 +0000 stefano Add missing codec id <-> codec tag entries: libavformat
Mon, 24 May 2010 17:49:26 +0000 reimar Add -f framemd5 muxer similar to framecrc. libavformat
Mon, 24 May 2010 16:42:16 +0000 jai_menon Display a more descriptive log message when probe buffer limit is libavformat
Mon, 24 May 2010 12:32:13 +0000 cehoyos Skip pes payload during probing to avoid start code emulation. libavformat
Mon, 24 May 2010 08:58:19 +0000 conrad matroskaenc: Write codec time base as default duration for video tracks. libavformat
Sun, 23 May 2010 23:33:38 +0000 reimar Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many libavformat
Sun, 23 May 2010 22:20:04 +0000 conrad matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere libavformat
Sun, 23 May 2010 22:01:27 +0000 banan 10l, now the score is reduced libavformat
Sun, 23 May 2010 21:56:54 +0000 banan Fix detection of some stereo atrac files by not comparing the libavformat
Sun, 23 May 2010 21:10:05 +0000 bcoudurier oups, 100l, revert unrelated hunk from commit r23266 libavformat
Sun, 23 May 2010 21:06:11 +0000 bcoudurier write 3gp perf tag for artist metadata libavformat
Sun, 23 May 2010 21:04:39 +0000 bcoudurier albm 3gp tag has optional track field not date libavformat
Sun, 23 May 2010 21:03:14 +0000 bcoudurier change author metadata to artist in mov de/muxer libavformat
Sun, 23 May 2010 18:34:18 +0000 stefano Make the nut decoder read the ff_nut_video_tags to detect codec id of libavformat
Sun, 23 May 2010 18:34:15 +0000 stefano Define ff_nut_video_tags and make Nut muxer and demuxer set it in libavformat
Sun, 23 May 2010 13:07:33 +0000 reimar Add a md5 muxer that allows checking the md5 sums of generated streams without libavformat
Sun, 23 May 2010 08:53:40 +0000 mstorsjo Make ff_random_get_seed public, rename to av_get_random_seed, export the header libavformat
Sat, 22 May 2010 21:52:06 +0000 stefano Make av_write_header() return AVERROR(EINVAL) rather than -1 if the libavformat
Sat, 22 May 2010 21:52:02 +0000 stefano Store in a dedicated array the format name - codec id - codec type libavformat
Sat, 22 May 2010 16:01:32 +0000 cehoyos Move AVCodecTag from riff.h into internal.h. libavformat
Sat, 22 May 2010 15:56:49 +0000 stefano Prefer enum CodecID over int in ff_codec_get_tag(). libavformat
Sat, 22 May 2010 01:41:38 +0000 conrad matroskaenc: Don't write track timecode scale libavformat
Sat, 22 May 2010 01:41:35 +0000 conrad matroskadec: Allow unknown EBML doctype libavformat
Sat, 22 May 2010 01:41:32 +0000 conrad matroskadec: Support webm doctype libavformat
Fri, 21 May 2010 21:41:38 +0000 bcoudurier remove unused field libavformat
Fri, 21 May 2010 21:38:54 +0000 bcoudurier In ogg muxer, pack multiple frames into one page, much lower overhead libavformat
Fri, 21 May 2010 07:12:33 +0000 mstorsjo Change the default codecs for the rtsp muxer to mpeg4 and aac libavformat
Fri, 21 May 2010 07:08:29 +0000 mstorsjo Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer libavformat
Fri, 21 May 2010 07:07:57 +0000 mstorsjo Add a libavformat internal function ff_write_chained libavformat
Thu, 20 May 2010 18:34:44 +0000 michael Disable non interleaved avi code when there is no index available. libavformat
Wed, 19 May 2010 16:50:12 +0000 conrad Add VP80 fourcc libavformat
Wed, 19 May 2010 16:50:06 +0000 conrad matroska: Add V_VP8 libavformat
Wed, 19 May 2010 09:46:29 +0000 mstorsjo Fix a crash when opening WMS RTSP streams libavformat
Wed, 19 May 2010 08:13:13 +0000 mstorsjo Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT libavformat
Tue, 18 May 2010 21:21:37 +0000 conrad matroskadec: Free ebml binary buffer on error libavformat
Tue, 18 May 2010 21:21:32 +0000 conrad matroskadec: Fix buffer overread in matroska_ebmlnum_uint libavformat
Tue, 18 May 2010 21:21:28 +0000 conrad matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file libavformat
Tue, 18 May 2010 21:21:23 +0000 conrad matroskadec: Use av_freep in ebml_read_ascii libavformat
Tue, 18 May 2010 19:48:25 +0000 mstorsjo Use a heuristic for describing the RTP packets using sample data libavformat
Tue, 18 May 2010 19:47:24 +0000 mstorsjo Add initial support for RTP hinting in the mov muxer libavformat
Tue, 18 May 2010 19:40:17 +0000 mstorsjo Make mov_write_packet non-static, add ff_ prefix libavformat
Tue, 18 May 2010 19:38:37 +0000 mstorsjo Move the mov muxer structures to a separate header libavformat
Tue, 18 May 2010 19:34:21 +0000 mstorsjo Add a flag for enabling RTP hinting libavformat
Tue, 18 May 2010 19:32:59 +0000 mstorsjo Make ff_sdp_write_media a lavf-internal function libavformat
Tue, 18 May 2010 19:23:29 +0000 cehoyos Validate AVCodecTag vs CodecID. libavformat
Tue, 18 May 2010 19:16:40 +0000 cehoyos Factorize some code into the new function ff_toupper4(). libavformat
Tue, 18 May 2010 17:28:07 +0000 bcoudurier In ts demuxer, output pes packet as soon as they are complete. libavformat
Mon, 17 May 2010 18:12:58 +0000 bcoudurier set avg frame rate in mkv demuxer libavformat
Sun, 16 May 2010 07:56:31 +0000 stefano Add NV12 and NV21 AVI tags. libavformat
Fri, 14 May 2010 22:04:39 +0000 bcoudurier Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level. libavformat
Thu, 13 May 2010 15:41:49 +0000 rbultje Reindent after r23112. libavformat
Thu, 13 May 2010 15:39:40 +0000 rbultje Move handling of paletted data to the IFF demuxer. This allows future libavformat
Wed, 12 May 2010 22:17:29 +0000 stefano Doxygen av_codec_get_id() and av_codec_get_tag(). libavformat
Sun, 09 May 2010 23:19:19 +0000 cehoyos Add FourCC MJPG for CODEC_ID_JPEGLS. libavformat
Sun, 09 May 2010 22:56:04 +0000 stefano Add support to the Y411 codec tag, corresponding to the rawvideo pixel libavformat
Sun, 09 May 2010 22:56:02 +0000 stefano Make the nut demuxer issue a more meaningful error message if it libavformat
Sun, 09 May 2010 20:10:48 +0000 rbultje Replace usage of s->streams[0]->* with st->*, which is shorter. libavformat
Fri, 07 May 2010 08:08:09 +0000 michael Favor chunk size over hitting the correct position after reading the chunk size in asf. libavformat
Wed, 05 May 2010 17:26:59 +0000 cehoyos Parse IFF metadata. libavformat
Wed, 05 May 2010 08:41:10 +0000 conrad movenc: Write QuickTime chapters libavformat
Wed, 05 May 2010 08:41:06 +0000 conrad movenc: Swap positions of mov_write_header and mov_write_packet libavformat
Wed, 05 May 2010 08:41:01 +0000 conrad mov: Read nero chapters libavformat
Tue, 04 May 2010 17:17:16 +0000 cehoyos Do not use pkt->size when it is potentially uninitialized. libavformat
Sat, 01 May 2010 15:36:51 +0000 reimar Fix off-by-one errors in description of score_max argument for libavformat
Sat, 01 May 2010 13:49:35 +0000 reimar Export av_probe_input_format2. libavformat
Wed, 28 Apr 2010 20:00:23 +0000 michael Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavformat
Wed, 28 Apr 2010 07:57:07 +0000 cehoyos Fix FourCC when remuxing VP6F, regression introduced in r22941. libavformat
Tue, 27 Apr 2010 14:04:11 +0000 rbultje Reindent after rr22977. libavformat
Tue, 27 Apr 2010 14:03:47 +0000 rbultje Make the IFF demuxer a little more standards-compliant, e.g. respect the size libavformat
Mon, 26 Apr 2010 22:36:51 +0000 stefano Make file_open() return the error code set in errno if open() fails, libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Thu, 22 Apr 2010 20:34:30 +0000 bcoudurier Disable LATM AAC in mpegts, this is not supported and produce too many libavformat
Thu, 22 Apr 2010 12:54:50 +0000 jai_menon Fix off-by-1 error in the tag parsing code. libavformat
Thu, 22 Apr 2010 09:04:33 +0000 thardin Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the Deep". libavformat
Thu, 22 Apr 2010 08:57:28 +0000 cehoyos Support VP6F in Matroska. libavformat
Wed, 21 Apr 2010 21:19:25 +0000 stefano Do not initialize res in url_fseek(), in the case !s->seek directly libavformat
Wed, 21 Apr 2010 13:00:48 +0000 vitor Fix MTV decoding on big-endian systems libavformat
Wed, 21 Apr 2010 06:36:09 +0000 conrad mov: Read QuickTime chapters libavformat
Wed, 21 Apr 2010 06:36:05 +0000 conrad movenc: Write nero chapters libavformat
Tue, 20 Apr 2010 21:23:49 +0000 bcoudurier seems aac gets screwed up by the parser so disable it libavformat
Tue, 20 Apr 2010 21:19:27 +0000 bcoudurier parse stream headers for audio streams in mkv, needed for frame size libavformat
Tue, 20 Apr 2010 18:40:45 +0000 rbultje Reindent / reformat some code with broken indenting. libavformat
Tue, 20 Apr 2010 17:05:02 +0000 rbultje Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>. libavformat
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat
Tue, 20 Apr 2010 14:41:55 +0000 diego Add missing internal.h #include for brktimegm(), fixes the warning: libavformat
Tue, 20 Apr 2010 07:38:52 +0000 mstorsjo Reset RTCP timestamps after seeking, add range start offset to the packets timestamps libavformat
Tue, 20 Apr 2010 07:34:28 +0000 mstorsjo Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext libavformat
Tue, 20 Apr 2010 01:41:00 +0000 bcoudurier Set AVFMT_NOTIMESTAMPS flag for mp3 muxer libavformat
Mon, 19 Apr 2010 11:40:45 +0000 lu_zero Make rtp protocol obey rfc3550 libavformat
Sun, 18 Apr 2010 19:09:25 +0000 stefano Implement librtmp seek support. libavformat
Sun, 18 Apr 2010 19:09:22 +0000 stefano Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP. libavformat
Sun, 18 Apr 2010 17:37:21 +0000 stefano Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if libavformat
Sun, 18 Apr 2010 17:37:16 +0000 stefano Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in libavformat
Fri, 16 Apr 2010 20:36:24 +0000 mstorsjo Parse strf mov atoms libavformat
Fri, 16 Apr 2010 12:21:38 +0000 conrad oggdec: Move warning about missing granule to the correct place libavformat
Fri, 16 Apr 2010 12:21:35 +0000 conrad oggdec: Fix duration calculation if the last page in a file has no granule libavformat
Fri, 16 Apr 2010 12:21:29 +0000 conrad oggdec: Remove write-only variable libavformat
Fri, 16 Apr 2010 00:20:11 +0000 ramiro AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) libavformat
Thu, 15 Apr 2010 18:27:27 +0000 rbultje Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error). libavformat
Thu, 15 Apr 2010 13:30:12 +0000 rbultje Remove useless assert(), since this can (in theora) be used for any Xiph libavformat
Tue, 13 Apr 2010 22:11:21 +0000 diego Plug librtmp logging into av_log. libavformat
Tue, 13 Apr 2010 22:08:36 +0000 diego whitespace cosmetics libavformat
Tue, 13 Apr 2010 07:25:50 +0000 benoit Do not probe when the format is known. libavformat
Tue, 13 Apr 2010 01:19:59 +0000 vitor Use a suitable timebase in VQF demuxer libavformat
Mon, 12 Apr 2010 15:03:30 +0000 cehoyos Do not set pos to an error value. libavformat
Mon, 12 Apr 2010 07:24:30 +0000 thardin Predicting the size of the hdlr, string data and trkn tags in the MOV muxer libavformat
Sun, 11 Apr 2010 21:44:23 +0000 stefano Move the internal function declarations in avformat.h to internal.h. libavformat
Sun, 11 Apr 2010 12:21:30 +0000 cehoyos Set audio bit rate. libavformat
Sun, 11 Apr 2010 00:43:36 +0000 michael Raise needed score for codec probing in CODEC_ID_PROBE before the last packet. libavformat
Fri, 09 Apr 2010 22:39:39 +0000 michael Dont try to compute AVPacket duration for possibly interlaced video codecs libavformat
Thu, 08 Apr 2010 09:47:32 +0000 thardin Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though. libavformat
Thu, 08 Apr 2010 09:02:27 +0000 thardin Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. libavformat
Wed, 07 Apr 2010 19:40:46 +0000 banan Don't write an empty spdif header in spdif muxers write_header function before actual data starts. libavformat
Mon, 05 Apr 2010 19:50:45 +0000 rbultje Actually add flag (somehow got lost in my previous patchset?), fixes broken libavformat
Mon, 05 Apr 2010 19:46:55 +0000 rbultje Add a flag to not overwrite existing tags libavformat
Mon, 05 Apr 2010 17:26:06 +0000 mstorsjo Reindent libavformat
Mon, 05 Apr 2010 17:25:39 +0000 mstorsjo Fix leaks in the AAC RTP depacketizer libavformat
Mon, 05 Apr 2010 16:13:51 +0000 rbultje Add void to a function prototype that takes no arguments. Fixes a potential libavformat
Sun, 04 Apr 2010 22:19:42 +0000 michael Fix rounding direction for calculation of AVPacket.duration. libavformat
Sun, 04 Apr 2010 21:59:06 +0000 mstorsjo Zero-initialize the reply struct libavformat
Sun, 04 Apr 2010 14:21:29 +0000 stefano Implement support to the AVSEEK_SIZE operation in file_seek(). libavformat
Sun, 04 Apr 2010 12:20:10 +0000 michael Allow AVFormatContext.duration to be set if no individual stream duration is known. libavformat
Sat, 03 Apr 2010 14:15:00 +0000 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavformat
Sat, 03 Apr 2010 12:16:33 +0000 mstorsjo Remove a redundant assignment, found by clang libavformat