Mercurial > libavformat.hg
graph
-
according to specs, offset is before blocksize libavformatMon, 25 Jun 2007 21:46:15 +0000, by bcoudurier
-
support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant libavformatMon, 25 Jun 2007 21:31:33 +0000, by bcoudurier
-
Check for O_BINARY instead of a list of systems that need it libavformatMon, 25 Jun 2007 20:34:20 +0000, by ramiro
-
Remove localtime_r implementation for systems that don't have it. libavformatMon, 25 Jun 2007 16:18:28 +0000, by ramiro
-
* clarifying the AVInputFormat::read_seek return value libavformatMon, 25 Jun 2007 02:08:04 +0000, by romansh
-
drop blocks which are part of unsupported tracks libavformatSun, 24 Jun 2007 21:49:13 +0000, by aurel
-
replace the uses of old string functions that Reimar missed libavformatSun, 24 Jun 2007 11:27:12 +0000, by mru
-
Cosmetics: use consistent indentation by four spaces libavformatSun, 24 Jun 2007 07:45:19 +0000, by reimar
-
DV muxer should not only fail for more that 3 streams altogether libavformatSun, 24 Jun 2007 07:38:26 +0000, by reimar
-
cosmetic: combine declaration and initialisation libavformatSat, 23 Jun 2007 00:47:27 +0000, by mru
-
split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common libavformatThu, 21 Jun 2007 09:39:29 +0000, by bcoudurier
-
Fix @file in matroskadec.c, it was still matroska.c libavformatWed, 20 Jun 2007 17:37:11 +0000, by reimar
-
add a comment to indicate which #endif belong to which #define libavformatSun, 17 Jun 2007 18:59:28 +0000, by gpoirier
-
Add support for track numbers when they are set via strings libavformatFri, 15 Jun 2007 09:10:19 +0000, by benoit
-
remove decode_be32/64 and replace them by AV_RB32/64 libavformatWed, 13 Jun 2007 08:24:22 +0000, by benoit
-
Move the video size and rate abbreviations system from libavformat to libavcodec libavformatTue, 12 Jun 2007 08:06:54 +0000, by benoit
-
Add some explanatory comments to #endif directives. libavformatTue, 12 Jun 2007 08:01:35 +0000, by diego
-
proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) libavformatFri, 08 Jun 2007 17:21:29 +0000, by michael
-
Remove the unnecessary masking when counting received packet types in the H.264 libavformatThu, 07 Jun 2007 14:51:26 +0000, by takis
-
Remove the unnecessary masking when reconstructing the NAL unit header in the libavformatThu, 07 Jun 2007 14:48:29 +0000, by takis
-
Remove the unnecessary masking when extracting the start bit in the H.264 RTP libavformatThu, 07 Jun 2007 14:47:40 +0000, by takis
-
Fix linking: emms_c is a macro, #include the correct header file. libavformatThu, 07 Jun 2007 14:13:59 +0000, by diego
-
emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net libavformatThu, 07 Jun 2007 13:24:19 +0000, by diego
-
add MMES fourcc, matrox mpeg2 in avi files libavformatWed, 06 Jun 2007 15:52:53 +0000, by bcoudurier
-
warn user if video codec timebase is very high libavformatWed, 06 Jun 2007 13:21:50 +0000, by bcoudurier
-
cosmetics: use one type per field in every structs libavformatMon, 04 Jun 2007 22:35:16 +0000, by aurel
-
partially revert r2931 (Support raw mpegts streams from dvr) libavformatMon, 04 Jun 2007 22:23:05 +0000, by michael
-
fix an infinite loop in case one cluster is not enough to demux a packet libavformatMon, 04 Jun 2007 22:17:55 +0000, by aurel
-
split some common code from the mkv demuxer that will be useful to the muxer libavformatMon, 04 Jun 2007 22:10:54 +0000, by aurel
-
remove duplicate PAT scaning code and actual PAT scan libavformatMon, 04 Jun 2007 14:44:52 +0000, by michael
-
dont rescan for information on each pid, but rather do it just once by libavformatMon, 04 Jun 2007 14:17:43 +0000, by michael
-
move structs and enums to top of file so they can be used libavformatMon, 04 Jun 2007 14:11:54 +0000, by michael
-
passing MpegTSFilter to the filters instead of a random void *opaque libavformatMon, 04 Jun 2007 13:57:00 +0000, by michael
-
extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 libavformatMon, 04 Jun 2007 13:28:02 +0000, by mhoffman
-
convert if then else video palette to pix_fmt construct to simpiler table based lookup. libavformatMon, 04 Jun 2007 13:25:29 +0000, by mhoffman
-
do not perform SDT scan at the begin (this avoids a timeconsuming search for libavformatMon, 04 Jun 2007 12:19:38 +0000, by michael
-
make new_service() update existing info sanely libavformatMon, 04 Jun 2007 11:46:59 +0000, by michael
-
remove fake service/provider names used for PAT libavformatMon, 04 Jun 2007 11:25:33 +0000, by michael
-
cosmetics remove struct name with typedef libavformatSun, 03 Jun 2007 22:56:11 +0000, by bcoudurier
-
remove duplicate entry since now we ignore version byte libavformatSun, 03 Jun 2007 17:53:15 +0000, by bcoudurier
-
no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files libavformatSun, 03 Jun 2007 17:19:15 +0000, by bcoudurier
-
do not print error message when klv_read_packet fails libavformatSun, 03 Jun 2007 17:15:39 +0000, by bcoudurier
-
sync to mxf klv key before trying to read klv packet libavformatSun, 03 Jun 2007 17:10:55 +0000, by bcoudurier
-
match uids indenpendantly of the version byte libavformatSun, 03 Jun 2007 14:52:55 +0000, by bcoudurier
-
get rid of one layer of callback obfuscation libavformatSat, 02 Jun 2007 23:11:17 +0000, by michael
-
kill completely idiotic code which hides all but 2 streams libavformatSat, 02 Jun 2007 23:04:46 +0000, by michael
-
correct implementation of "try with auto_guess if first detection fails" libavformatSat, 02 Jun 2007 21:48:49 +0000, by michael
-
revert r4802 (try with auto_guess if first detection fails) libavformatSat, 02 Jun 2007 21:44:20 +0000, by michael
-
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack libavformatSat, 02 Jun 2007 20:57:31 +0000, by michael
-
variable initialization (because of a gcc warning) libavformatTue, 29 May 2007 08:19:37 +0000, by benoit
-
fix "incorrect frame size" errors with small.nuv libavformatSun, 27 May 2007 08:06:45 +0000, by michael
-
r9095 invalidly removed the check for non-winsock libavformatMon, 21 May 2007 16:08:03 +0000, by alex
-
fix FD_SETSIZE handling in our poll() emulation libavformatMon, 21 May 2007 15:54:35 +0000, by alex
-
print and return error if output is non seekable libavformatMon, 21 May 2007 08:33:36 +0000, by bcoudurier
-
Use usleep instead of sleep, some MinGW versions lack sleep. libavformatThu, 17 May 2007 10:30:03 +0000, by alex
-
Drop unnecessary libavcodec/ prefix in #include path. libavformatWed, 16 May 2007 09:21:23 +0000, by diego
-
Don't forget about audio remaining in buffer, in case there is enough libavformatWed, 16 May 2007 02:02:22 +0000, by corey
-
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti libavformatSat, 12 May 2007 22:02:27 +0000, by bcoudurier
-
Use url_fopen error code when opening input file libavformatThu, 10 May 2007 13:25:33 +0000, by benoit
-
Allow avoid setting the video standard and input when capturing v4l2 video. libavformatThu, 10 May 2007 10:14:42 +0000, by lucabe
-
RoQ muxer, patch by Vitor, vitor1001 gmail com libavformatWed, 09 May 2007 23:07:40 +0000, by diego
-
fix display of theora videos with visible size smaller than encoded size libavformatMon, 07 May 2007 15:43:01 +0000, by aurel
-
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) libavformatMon, 07 May 2007 11:57:46 +0000, by michael
-
cosmetics: Fix indentation after last commit, patch by Zuxy Meng. libavformatSun, 06 May 2007 12:04:17 +0000, by diego
-
give the position offset of the file in the packet libavformatWed, 02 May 2007 13:36:45 +0000, by benoit
-
return right format in set_codec_from_probe_data libavformatWed, 02 May 2007 09:18:41 +0000, by benoit
-
patch so that the deprecated items show up correctly libavformatWed, 02 May 2007 09:13:47 +0000, by benoit
-
Fix loop condition so it can be run through more than once. libavformatMon, 30 Apr 2007 09:46:11 +0000, by diego
-
more detailed error message for buffer underflow libavformatMon, 30 Apr 2007 09:43:29 +0000, by diego
-
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base libavformatSat, 28 Apr 2007 13:07:52 +0000, by bcoudurier
-
fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value libavformatFri, 27 Apr 2007 16:10:05 +0000, by bcoudurier
-
implement ff_socket_nonblock and use it in networking code libavformatFri, 27 Apr 2007 00:41:50 +0000, by alex
-
use ff_neterrno() and FF_NETERROR() for networking error handling libavformatFri, 27 Apr 2007 00:35:54 +0000, by alex
-
Make protocols configure selectable and also cleanup the CONFIG_NETWORK libavformatThu, 26 Apr 2007 23:44:56 +0000, by alex
-
cosmetics: Remove trailing whitespace and tabs. libavformatThu, 26 Apr 2007 19:27:32 +0000, by diego
-
move resolve_host from tcp.c to os_support.c as it is used widely libavformatThu, 26 Apr 2007 18:04:42 +0000, by alex
-
proper dependency on mpegts_demuxer for rtp_muxer libavformatThu, 26 Apr 2007 17:35:31 +0000, by diego
-
cosmectics, use consistant and homogeneous type names for atoms libavformatThu, 26 Apr 2007 11:36:05 +0000, by bcoudurier
-
use dprintf with AVFormatContext and simplify libavformatThu, 26 Apr 2007 11:24:10 +0000, by bcoudurier
-
Fix reading PTSs and DTSs in libavformat, by reverting r8465. libavformatThu, 26 Apr 2007 10:49:48 +0000, by lucabe
-
remove now obsolete and no more true comments libavformatThu, 26 Apr 2007 08:42:21 +0000, by bcoudurier
-
add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov libavformatWed, 25 Apr 2007 15:58:05 +0000, by bcoudurier
-
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov libavformatWed, 25 Apr 2007 15:57:15 +0000, by bcoudurier
-
Remove unused code + variable, fixes a warning. libavformatTue, 24 Apr 2007 05:50:30 +0000, by diego
-
fix av_seek_frame_generic() so that it doesnt fail if the libavformatSun, 22 Apr 2007 16:23:44 +0000, by michael
-
Change from using a seek table internal to the TTA demuxer to using the standard lavf index. libavformatSun, 22 Apr 2007 00:50:36 +0000, by conrad
-
Make the declaration of AVInputFormat ac3_demuxer conditional libavformatSun, 15 Apr 2007 12:35:44 +0000, by diego
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavformatSun, 15 Apr 2007 12:32:36 +0000, by diego
-
timestamps generation improvement when parsing avi libavformatFri, 13 Apr 2007 07:50:04 +0000, by benoit
-
add D-10 PAL 40 audio essence container ul libavformatTue, 10 Apr 2007 14:10:36 +0000, by bcoudurier
-
add support for seeking to a keyframe instead of a random frame libavformatMon, 09 Apr 2007 17:03:20 +0000, by aurel
-
add an intermediate variable (prepare for next patch) libavformatMon, 09 Apr 2007 17:00:09 +0000, by aurel
-
move matroska_find_track_by_num() upper in the file libavformatMon, 09 Apr 2007 16:45:43 +0000, by aurel
-
remove wrong and no more used packet reordering code libavformatMon, 09 Apr 2007 16:22:18 +0000, by aurel
-
Make some functions which aren't used outside their declaring source file libavformatSun, 08 Apr 2007 20:21:11 +0000, by diego
-
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