Mercurial > libavformat.hg
graph
-
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 libavformatSun, 25 Mar 2007 15:15:35 +0000, by bcoudurier
-
dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4 libavformatSun, 25 Mar 2007 15:06:50 +0000, by bcoudurier
-
prefer MP3 id as mentioned in avcodec.h line 210 libavformatSat, 24 Mar 2007 15:11:47 +0000, by bcoudurier
-
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. libavformatFri, 23 Mar 2007 22:01:37 +0000, by mmu_man
-
The NSV demuxer assumes that a video frame's timestamp increases by one on each libavformatWed, 21 Mar 2007 11:05:35 +0000, by diego
-
av_estimate_timings_from_pts() flushes the packet queue but doesn't libavformatWed, 21 Mar 2007 10:48:10 +0000, by diego
-
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame libavformatWed, 21 Mar 2007 10:28:03 +0000, by bcoudurier
-
revert r8428, the check was not that useless libavformatTue, 20 Mar 2007 13:59:59 +0000, by michael
-
expose av_base64_decode and av_base64_encode libavformatMon, 19 Mar 2007 00:48:47 +0000, by lu_zero
-
improve ac3_probe by counting consecutive frames libavformatSun, 18 Mar 2007 19:32:22 +0000, by jbr
-
remove silly video check, theres nothing video specific in there libavformatFri, 16 Mar 2007 23:02:33 +0000, by michael
-
add a delay variable to hold the timestamp buffer size libavformatFri, 16 Mar 2007 22:59:45 +0000, by michael
-
remove special case for h.264 whatever this was supposed to do its not correct libavformatFri, 16 Mar 2007 22:31:57 +0000, by michael
-
disable pts reordering code and initialize a parser instead libavformatThu, 15 Mar 2007 23:08:58 +0000, by aurel
-
Properly initialize filesize during input buffer initialization. libavformatMon, 12 Mar 2007 14:51:18 +0000, by diego
-
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() libavformatMon, 12 Mar 2007 14:17:26 +0000, by takis
-
remove codec_info_duration/nb_frames from AVStream libavformatMon, 12 Mar 2007 10:59:47 +0000, by bcoudurier
-
reorder pts of packets from tracks using V_MPEG* codecs libavformatSun, 11 Mar 2007 23:40:57 +0000, by aurel
-
check if current block contains a B frame and gives this info to parse_block() libavformatSun, 11 Mar 2007 23:05:01 +0000, by aurel
-
extract ebml_read_binary() out of matroska_parse_block() libavformatSun, 11 Mar 2007 22:54:15 +0000, by aurel
-
use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() libavformatSun, 11 Mar 2007 22:16:38 +0000, by aurel
-
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea libavformatSun, 11 Mar 2007 03:36:17 +0000, by michael
-
remove usage of deprecated functions in libnut.c (codec_get_id/tag) libavformatSat, 10 Mar 2007 18:39:58 +0000, by ods15
-
seems safer to set pts timebase to sample rate, fix some mp3 libavformatThu, 08 Mar 2007 22:14:04 +0000, by bcoudurier
-
Corrections so that builds with DEBUG work libavformatThu, 08 Mar 2007 14:49:43 +0000, by mbardiaux
-
move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable libavformatWed, 07 Mar 2007 02:03:32 +0000, by alex
-
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them libavformatMon, 05 Mar 2007 17:54:49 +0000, by michael
-
Convert all the comment sections into Doxygen compatible comments, same for libavformatMon, 05 Mar 2007 15:18:50 +0000, by takis
-
Move avio.h's url_get_max_packet_size() comment from source to header file. libavformatMon, 05 Mar 2007 14:26:50 +0000, by takis
-
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, libavformatMon, 05 Mar 2007 13:55:45 +0000, by takis
-
Make rtsp_set_callback() comments available to Doxygen libavformatMon, 05 Mar 2007 13:54:15 +0000, by takis
-
Move unaltered rtsp.c comments to the header file. libavformatMon, 05 Mar 2007 13:53:42 +0000, by takis
-
Convert macro+enum into a simple enum: Currently the enum was filled using a libavformatMon, 05 Mar 2007 13:52:14 +0000, by takis
-
Doxygenize the unaltered comments for the AUHeaders structure. libavformatMon, 05 Mar 2007 13:43:16 +0000, by takis
-
Doxygenize the unaltered comments for the rtp_payload_data_s struct. libavformatMon, 05 Mar 2007 13:42:33 +0000, by takis
-
Doxygenize the unaltered comments for the RTP_MAX_SDES definition. libavformatMon, 05 Mar 2007 12:15:32 +0000, by takis
-
Doxygenize the existing comments without altering the actual contents of the libavformatMon, 05 Mar 2007 12:14:29 +0000, by takis
-
create codec_comment_header which looks more like what M$ creates, sane or not ... libavformatMon, 05 Mar 2007 02:41:49 +0000, by michael
-
all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too libavformatMon, 05 Mar 2007 02:00:20 +0000, by michael
-
all asf files i have have this field at 2 so lets try to change it to that ... libavformatMon, 05 Mar 2007 01:42:35 +0000, by michael
-
all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...) libavformatMon, 05 Mar 2007 01:28:20 +0000, by michael
-
Doxygenize the existing comments in avformat.h. The contents of the comments libavformatMon, 05 Mar 2007 00:23:23 +0000, by takis
-
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. libavformatSun, 04 Mar 2007 23:29:14 +0000, by takis
-
Move rtp_get_payload_type()'s unaltered comments to the header file. libavformatSun, 04 Mar 2007 23:27:59 +0000, by takis
-
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). libavformatSun, 04 Mar 2007 11:52:46 +0000, by gpoirier
-
try to move fixed mov.c over the one with cosmetic-functional mix libavformatSat, 03 Mar 2007 21:14:10 +0000, by michael
-
recommit of the change below after reverting earlier cosmetic-functional mix libavformatSat, 03 Mar 2007 21:11:23 +0000, by michael
-
use common tables for mov muxer and demuxer libavformatSat, 03 Mar 2007 14:55:11 +0000, by bcoudurier
-
cosmetics, cleanup tables, add pcm 24/32 le tags libavformatSat, 03 Mar 2007 14:33:55 +0000, by bcoudurier
-
partial avid meridien uncompressed support libavformatSat, 03 Mar 2007 14:11:45 +0000, by bcoudurier
-
Move the libavformat public API comments to avformat.h. The comments are libavformatSat, 03 Mar 2007 12:23:20 +0000, by takis
-
write DTS, based on patch by Luca Abeni, lucabe72 email it libavformatFri, 02 Mar 2007 21:47:24 +0000, by mru
-
replace the auto array "duration_error" with a malloced array. libavformatFri, 02 Mar 2007 13:23:06 +0000, by gpoirier
-
support for mjpeg bottom field first in mov libavformatFri, 02 Mar 2007 12:26:07 +0000, by bcoudurier
-
use generic atom to extradata reading function libavformatFri, 02 Mar 2007 12:12:29 +0000, by bcoudurier
-
don't rely on a specific appearance order for ebml elements at the same level libavformatFri, 02 Mar 2007 00:14:53 +0000, by aurel
-
add support for simple blocks (ie. matroska v2) libavformatFri, 02 Mar 2007 00:06:03 +0000, by aurel
-
cosmetics: fix indentation of the new matroska_parse_block() function libavformatThu, 01 Mar 2007 23:50:31 +0000, by aurel
-
split a matroska_parse_block() function from matroska_parse_blockgroup() libavformatThu, 01 Mar 2007 23:46:14 +0000, by aurel
-
don't parse whole swf file in header, can now play ffserver swf streams libavformatThu, 01 Mar 2007 19:02:21 +0000, by bcoudurier
-
remove nonsense time base code, use swf ms per frame, only video frames contains pts libavformatThu, 01 Mar 2007 16:59:59 +0000, by bcoudurier
-
check for any seeking failure during probe libavformatThu, 01 Mar 2007 16:40:48 +0000, by bcoudurier
-
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavformatWed, 28 Feb 2007 03:40:23 +0000, by lu_zero
-
get_packetheader() forgot to read the header_checksum in big packets libavformatWed, 28 Feb 2007 03:28:31 +0000, by lu_zero
-
use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header libavformatSun, 25 Feb 2007 14:13:12 +0000, by alex
-
BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. libavformatFri, 23 Feb 2007 23:35:42 +0000, by mmu_man
-
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards libavformatThu, 22 Feb 2007 13:34:36 +0000, by alex
-
codec_tag settable via VideoTag, and transmit codec_tag in ffm libavformatThu, 22 Feb 2007 13:23:38 +0000, by alex
-
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. libavformatThu, 22 Feb 2007 08:40:33 +0000, by diego
-
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate libavformatTue, 20 Feb 2007 23:44:11 +0000, by takis
-
warn if bps from user and what will be stored missmatches libavformatTue, 20 Feb 2007 16:20:08 +0000, by michael
-
Remove code duplicated between adpcm.c and riff.c libavformatTue, 20 Feb 2007 14:31:43 +0000, by mbardiaux
-
not checking error return, resulting double free libavformatSat, 17 Feb 2007 02:46:47 +0000, by michael
-
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l libavformatThu, 15 Feb 2007 15:39:39 +0000, by mmu_man
-
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. libavformatThu, 15 Feb 2007 13:32:06 +0000, by mmu_man
-
rename video4linux[2] variables to v4l[2], consistent with --disable options libavformatWed, 14 Feb 2007 22:12:49 +0000, by mru
-
implement new grabbing interface, as described here: libavformatWed, 14 Feb 2007 17:01:32 +0000, by gpoirier
-
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer libavformatWed, 14 Feb 2007 13:25:24 +0000, by lucabe
-
use aiff when we can, some players only support aiff libavformatWed, 14 Feb 2007 11:01:05 +0000, by bcoudurier
-
This fixes error handling for BeOS, removing the need for some ifdefs. libavformatTue, 13 Feb 2007 18:26:14 +0000, by mmu_man
-
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count libavformatTue, 13 Feb 2007 00:38:16 +0000, by michael
-
always use audio spread (instead of "video no spread" for audio ...) libavformatMon, 12 Feb 2007 23:32:55 +0000, by michael
-
increaseing preroll time to the minimum of the asf files i have libavformatMon, 12 Feb 2007 22:55:09 +0000, by michael
-
dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect? libavformatMon, 12 Feb 2007 19:24:53 +0000, by michael
-
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul libavformatSun, 11 Feb 2007 12:50:33 +0000, by bcoudurier
-
add key field to AVFormatContext for de/encryption support, patch by Reimar libavformatSun, 11 Feb 2007 12:37:28 +0000, by bcoudurier
-
#include detected soundcard.h instead of testing for OpenBSD libavformatSat, 10 Feb 2007 22:25:52 +0000, by mru
-
Remove commented-out NUT muxer entry, can be added once we have a native muxer. libavformatFri, 09 Feb 2007 08:32:04 +0000, by diego
-
Properly separate native and libnut NUT (de)muxers. libavformatFri, 09 Feb 2007 08:28:47 +0000, by diego
-
Use av_set_pts_info and set some arbitrary timebase fallback libavformatThu, 08 Feb 2007 20:54:12 +0000, by reimar
-
remove senseless and wrong direct access to ByteIOContext internals libavformatWed, 07 Feb 2007 23:32:51 +0000, by michael
-
set pts_wrap_bits to 32 since timestamps in packets are 32 bit libavformatWed, 07 Feb 2007 23:22:53 +0000, by reimar
-
iam pretty sure send time is dts and not pts ... libavformatWed, 07 Feb 2007 23:06:13 +0000, by michael
-
10l, forgot to skip payload description in UMF packet parsing libavformatWed, 07 Feb 2007 22:51:42 +0000, by reimar
-
muxing packets with unknown timestamps is not allowed libavformatWed, 07 Feb 2007 22:26:48 +0000, by michael
-
Replace deprecated PIX_FMT names by the newer variants. libavformatWed, 07 Feb 2007 01:48:09 +0000, by diego
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavformatTue, 06 Feb 2007 19:14:16 +0000, by michael
-
dynamic index building so forward and backward seeking in avi without an index is possible libavformatMon, 05 Feb 2007 23:06:08 +0000, by michael
-
better generic index building and seeking code libavformatMon, 05 Feb 2007 23:04:48 +0000, by michael
-
Make x11grab output its warning that it couldn't find the mouse pointer only libavformatFri, 02 Feb 2007 17:54:50 +0000, by takis
-
Set correct aspect ratio (it's sample aspect, not display aspect) libavformatFri, 02 Feb 2007 14:33:25 +0000, by kostya
-
10l to whoever wrote this (wrong fps, fixes nirvana.nuv) libavformatWed, 31 Jan 2007 11:24:04 +0000, by michael
-
Fix misbehaviour in url_fseek() when seeking fails. libavformatTue, 30 Jan 2007 10:48:39 +0000, by gpoirier
-
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the libavformatTue, 30 Jan 2007 10:37:52 +0000, by gpoirier
-
an alloc func failing should give ENOMEM anyway. libavformatSun, 28 Jan 2007 09:07:49 +0000, by mmu_man
-
proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net libavformatSun, 28 Jan 2007 02:38:02 +0000, by bcoudurier
-
stealing a few field names from mplayers asf demuxer libavformatSat, 27 Jan 2007 12:07:16 +0000, by michael
-
remove void * used in arithmetic warnings libavformatFri, 26 Jan 2007 12:32:23 +0000, by bcoudurier
-
Move conditional CFLAGS and OBJS setting to common place. libavformatThu, 25 Jan 2007 00:34:38 +0000, by diego
-
stop if current sample is higher than sample count libavformatWed, 24 Jan 2007 15:46:59 +0000, by bcoudurier
-
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu libavformatTue, 23 Jan 2007 21:47:32 +0000, by michael
-
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformatTue, 23 Jan 2007 21:41:30 +0000, by michael
-
"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformatTue, 23 Jan 2007 21:36:32 +0000, by michael
-
make the asf demuxer resistant against insertion/deletion errors libavformatTue, 23 Jan 2007 21:25:06 +0000, by michael
-
remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ... libavformatTue, 23 Jan 2007 18:37:23 +0000, by michael
-
make av_find_stream_info() duration user selectable libavformatTue, 23 Jan 2007 17:34:26 +0000, by michael
-
flv follows in movs footsteps and has random trash in the width/height fields libavformatTue, 23 Jan 2007 15:38:07 +0000, by michael
-
Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. libavformatTue, 23 Jan 2007 09:24:41 +0000, by diego
-
consistant error return for asf_get_packet() libavformatMon, 22 Jan 2007 21:38:33 +0000, by michael