Mercurial > libavformat.hg
graph
-
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformatSun, 08 Apr 2007 11:34:15 +0000, by michael
-
also remove c93_ prefix for static function in the c93 demuxer libavformatSun, 08 Apr 2007 09:50:08 +0000, by michael
-
code claims to use 32bit timestamp, lets make it also use that libavformatSat, 07 Apr 2007 22:57:04 +0000, by michael
-
remove inappropriate debuging av_log() alternatively they could be changed to dprintf() libavformatSat, 07 Apr 2007 22:51:05 +0000, by michael
-
memleak (seems ive missed that under the obfuscated indention) libavformatSat, 07 Apr 2007 22:47:55 +0000, by michael
-
sane indention (no more 3 statements on one line...) libavformatSat, 07 Apr 2007 22:41:45 +0000, by michael
-
THP PCM decoder, used on the Nintendo GameCube. libavformatSat, 07 Apr 2007 16:03:23 +0000, by diego
-
SGI image decoder ported to the new image API. libavformatFri, 06 Apr 2007 18:29:27 +0000, by diego
-
changes some function declarations from () to (void) as per ansi c. libavformatWed, 04 Apr 2007 11:51:08 +0000, by gpoirier
-
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring libavformatTue, 03 Apr 2007 21:09:36 +0000, by diego
-
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. libavformatTue, 03 Apr 2007 15:59:15 +0000, by diego
-
cosmetics: Put audio (de)muxer entries in alphabetical order. libavformatTue, 03 Apr 2007 15:57:38 +0000, by diego
-
Audio (de)muxer dependency on OSS is handled by configure. libavformatTue, 03 Apr 2007 15:56:21 +0000, by diego
-
support for the THP game format by Marco Gerards, mgerards xs4all nl libavformatSun, 01 Apr 2007 14:28:48 +0000, by diego
-
Do not return invalid pointer for non-audio or video streams. libavformatFri, 30 Mar 2007 23:04:45 +0000, by rtogni
-
10^10l to the idiot who designed this format and didnt even realize what number he used libavformatFri, 30 Mar 2007 21:59:52 +0000, by michael
-
analyze end condition must match r_fps selection condition libavformatFri, 30 Mar 2007 15:05:09 +0000, by michael
-
move atom size check before parsing function search libavformatThu, 29 Mar 2007 10:45:34 +0000, by bcoudurier
-
unset sample count to disable track when is broken libavformatThu, 29 Mar 2007 10:42:22 +0000, by bcoudurier
-
break if atom size is more than size left in container atom, fix shooter.mov libavformatThu, 29 Mar 2007 10:37:07 +0000, by bcoudurier
-
Change the vhook code to send real timestamps to the filters instead of the libavformatThu, 29 Mar 2007 05:24:35 +0000, by diego
-
revert r8538 (set bit rate for asf format) until regression tests issue is stated libavformatWed, 28 Mar 2007 14:48:42 +0000, by bcoudurier
-
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com libavformatWed, 28 Mar 2007 12:03:37 +0000, by bcoudurier
-
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX libavformatTue, 27 Mar 2007 19:28:40 +0000, by michael
-
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