Mercurial > mplayer.hg
graph
-
unified failure case in muxer_new_muxer()Sun, 12 Mar 2006 22:14:00 +0000, by nicodvb
-
remove useless cruft (binds variable)Sun, 12 Mar 2006 21:47:15 +0000, by reimar
-
fix feature pragma length checkSun, 12 Mar 2006 21:44:22 +0000, by reimar
-
+ muxer_lavf.c - Michael NiedermayerSun, 12 Mar 2006 20:47:52 +0000, by michael
-
strings without terminating NULSun, 12 Mar 2006 20:44:22 +0000, by ods15
-
in fix_parameters() move assignment of audio bitrate to the proper block (the bitrate for video is actually hardcoded to 800000)Sun, 12 Mar 2006 19:05:57 +0000, by nicodvb
-
check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 43Sun, 12 Mar 2006 18:58:08 +0000, by nicodvb
-
10l found by Oded: case 2 on a boolean value...Sun, 12 Mar 2006 18:31:50 +0000, by rfelker
-
exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fails (to avoid memleak). Fixes cid 173Sun, 12 Mar 2006 18:13:11 +0000, by nicodvb
-
fix cosmetics noticed during nico's 10lSun, 12 Mar 2006 18:11:32 +0000, by rfelker
-
fixed C99-ism introduced with previous commitSun, 12 Mar 2006 18:06:46 +0000, by nicodvb
-
check muxer != NULL before using it; closes cid 201Sun, 12 Mar 2006 17:46:51 +0000, by nicodvb
-
bump neglected dateSun, 12 Mar 2006 17:40:32 +0000, by ods15
-
revert last changeSun, 12 Mar 2006 17:35:51 +0000, by ods15
-
better max for frame code values, still allowing compact implementationSun, 12 Mar 2006 13:30:45 +0000, by ods15
-
10l to me, misarrangment of flagsSun, 12 Mar 2006 13:21:04 +0000, by ods15
-
change max_distance back to 64kb and set max frame size to 2*max_distance.Sun, 12 Mar 2006 13:08:10 +0000, by ods15
-
fail immediately if any of the parameters necessary to switch audio stream isn't set/correct; closes cid 55Sun, 12 Mar 2006 12:28:09 +0000, by nicodvb
-
check sh_video before seeking; closes cid 56Sun, 12 Mar 2006 12:13:37 +0000, by nicodvb
-
close channels file before exiting dvb_get_channels() if malloc(dvb_channels_list) fails; closes cid 161Sun, 12 Mar 2006 11:45:27 +0000, by nicodvb
-
init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241Sun, 12 Mar 2006 11:12:48 +0000, by nicodvb
-
dereference muxer->priv only after having checked muxer!=NULL in write_chunk(); closes cid 206Sat, 11 Mar 2006 23:38:54 +0000, by nicodvb
-
init msec in mp_get_titleset_length() before using it; closes cid 251Sat, 11 Mar 2006 23:29:02 +0000, by nicodvb
-
init variable in parse_mp4_object_descriptor before using it; fixes cid 237Sat, 11 Mar 2006 23:26:02 +0000, by nicodvb
-
init delta_pts before using it; fixes cid 239Sat, 11 Mar 2006 23:21:09 +0000, by nicodvb
-
check pce_ptr before using it; fixes cid 207Sat, 11 Mar 2006 23:15:57 +0000, by nicodvb
-
QuickTime in24 and in32 PCM audio supportSat, 11 Mar 2006 22:43:28 +0000, by rathann
-
added dinamically calculated gain factor at output stage to avoid clipping on sane rangesSat, 11 Mar 2006 21:16:59 +0000, by reynaldo
-
change max_distance max to 128kb instead of 65kbSat, 11 Mar 2006 19:47:05 +0000, by ods15
-
Only MAX_STREAMS streams are allowed (cid 115)Sat, 11 Mar 2006 16:42:46 +0000, by rtognimp
-
move bit flags to be more convinient...Sat, 11 Mar 2006 15:26:39 +0000, by ods15
-
clarify, header_checksum is not included in forward_ptr and in packet checksumSat, 11 Mar 2006 10:19:02 +0000, by ods15
-
Simplify libcdio check.Sat, 11 Mar 2006 00:00:25 +0000, by diego
-
Make better use of pkg-config to check for/set proper libraries whenFri, 10 Mar 2006 23:59:38 +0000, by diego
-
Fix memory leak cid 176Fri, 10 Mar 2006 23:51:41 +0000, by rtognimp
-
Fix memory leak cid 177Fri, 10 Mar 2006 23:48:33 +0000, by rtognimp
-
Fix possible use of body uninitialized. Remove an unneeded free (bodyFri, 10 Mar 2006 22:15:50 +0000, by rtognimp
-
remove edl.c pre-alloc, more readble and safe codeFri, 10 Mar 2006 21:34:54 +0000, by ods15
-
SHOULD NOT be higher than 1/timebase limitFri, 10 Mar 2006 14:44:31 +0000, by michael
-
div8 -> div16Fri, 10 Mar 2006 14:34:30 +0000, by michael
-
drop max_frame_sizeFri, 10 Mar 2006 14:28:11 +0000, by michael
-
double muxing examples (cant hurt to explictly mention the most common)Fri, 10 Mar 2006 14:23:22 +0000, by michael
-
limit stuffing to prevent header_checksum from endup being useless due to a gb of 0x80 after a 'N'Fri, 10 Mar 2006 14:18:59 +0000, by michael
-
universal timestamp (= stream_id + timestamp in stream timebase)Fri, 10 Mar 2006 14:10:07 +0000, by michael
-
little clarification of sample_width/sample_heightFri, 10 Mar 2006 13:54:39 +0000, by michael
-
0x00 and 0xFF should be invalid (libnut does that already and it seems like a good idea to recommand)Fri, 10 Mar 2006 13:50:35 +0000, by michael
-
push back userdata stream_classFri, 10 Mar 2006 11:52:58 +0000, by ods15
-
header_checksumFri, 10 Mar 2006 02:49:29 +0000, by michael
-
free resources when load_raw failsThu, 09 Mar 2006 22:20:20 +0000, by reimar
-
fix leak on read error (forgot to free demux packet)Thu, 09 Mar 2006 22:14:34 +0000, by reimar
-
fix minor (i.e. unlikely to ever happen) leak when init failsThu, 09 Mar 2006 22:11:39 +0000, by reimar
-
Fix potential read from an unitialized pointer (CID: 236)Thu, 09 Mar 2006 22:09:03 +0000, by rtognimp
-
remove useless and memleak-causing strdupThu, 09 Mar 2006 18:05:38 +0000, by reimar
-
fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)Thu, 09 Mar 2006 17:39:34 +0000, by reimar
-
in demux_ogg_read_packet initialize data to whole packet, reduces code andWed, 08 Mar 2006 22:23:21 +0000, by reimar
-
name array is too small, use strlcpy instead of strncpyWed, 08 Mar 2006 21:13:16 +0000, by reimar
-
UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)Wed, 08 Mar 2006 20:27:47 +0000, by reimar
-
revert the attempts for ccache fixWed, 08 Mar 2006 19:56:47 +0000, by henry
-
add default case to encoder switch-case (maybe an error message would be good as well).Wed, 08 Mar 2006 15:49:46 +0000, by reimar
-
fix memory leak when filter with given name does not exist.Wed, 08 Mar 2006 15:39:53 +0000, by reimar
-
Missing free_demux_packet after read errorWed, 08 Mar 2006 15:21:12 +0000, by reimar
-
Fix base64 encoding for basic auth according to RFC.Wed, 08 Mar 2006 15:14:08 +0000, by reimar
-
missing url_free when using proxy and connect failsWed, 08 Mar 2006 15:07:48 +0000, by reimar
-
stream_id == MAX_STREAMS is invalid, since counting starts with 0.Wed, 08 Mar 2006 13:26:36 +0000, by reimar
-
"i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.Wed, 08 Mar 2006 13:07:36 +0000, by reimar
-
We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)Wed, 08 Mar 2006 13:00:51 +0000, by reimar
-
cosmeticWed, 08 Mar 2006 12:49:35 +0000, by michael
-
Automaticall convert message to console charset, use utf8 for GTK2 GuiWed, 08 Mar 2006 12:45:48 +0000, by reimar
-
remove info streamsWed, 08 Mar 2006 12:37:10 +0000, by michael
-
Add codecs2html dependencies.Wed, 08 Mar 2006 11:09:01 +0000, by diego
-
libcdio needs to link before -lwinmm in WIN32_LIB on Windows.Wed, 08 Mar 2006 11:04:00 +0000, by diego
-
free tmp earlier, it is not needed below and might leak on errors otherwiseWed, 08 Mar 2006 10:50:16 +0000, by reimar
-
Missing initializationWed, 08 Mar 2006 10:24:07 +0000, by reimar
-
initialize f to NULL, needed if desc=malloc... failsWed, 08 Mar 2006 10:04:05 +0000, by reimar
-
If we have a tuner, use that as a reason we have audio support, and doWed, 08 Mar 2006 00:21:44 +0000, by aurel
-
fix incomplete abs->rel path conversionTue, 07 Mar 2006 17:49:37 +0000, by henry
-
Fix compilation command in comment.Tue, 07 Mar 2006 15:40:49 +0000, by diego
-
Comment out debug output.Tue, 07 Mar 2006 15:39:01 +0000, by diego
-
Add codecs2html target.Tue, 07 Mar 2006 15:37:58 +0000, by diego
-
synced with 1.1237Tue, 07 Mar 2006 13:40:20 +0000, by gpoirier
-
Correct toolchain for building XML docs on Debian Sarge.Tue, 07 Mar 2006 11:09:40 +0000, by diego
-
synced with 1.47Mon, 06 Mar 2006 21:13:54 +0000, by gabrov
-
10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.Mon, 06 Mar 2006 18:40:36 +0000, by rathann
-
Reduce output verbosity in non-verbose mode, change some printf to mp_msg.Mon, 06 Mar 2006 08:26:07 +0000, by diego
-
various improvements of the section "Choosing the video codec"Mon, 06 Mar 2006 07:19:00 +0000, by gpoirier
-
increasing sync tag to 1.45 after typo fix in English versionSun, 05 Mar 2006 22:53:06 +0000, by gabrov
-
typo fixSun, 05 Mar 2006 22:50:56 +0000, by gabrov
-
Capitalize some sentences after colons.Sun, 05 Mar 2006 22:29:26 +0000, by diego
-
synced with 1.80Sun, 05 Mar 2006 19:42:06 +0000, by gabrov
-
synced with 1.35Sun, 05 Mar 2006 19:34:02 +0000, by gabrov
-
synced with 1.62Sun, 05 Mar 2006 19:24:15 +0000, by gabrov
-
file removeSun, 05 Mar 2006 19:20:14 +0000, by gabrov
-
increased sync tag to 1.102 after Diego's updateSun, 05 Mar 2006 19:17:33 +0000, by gabrov
-
increased sync tag after Diego's updateSun, 05 Mar 2006 19:15:58 +0000, by gabrov
-
synced with 1.44Sun, 05 Mar 2006 19:10:21 +0000, by gabrov
-
synced with 1.85Sun, 05 Mar 2006 18:56:44 +0000, by gabrov
-
synced with 1.25Sun, 05 Mar 2006 18:40:29 +0000, by gabrov
-
Comment fix: mp_msg_levels[] is inited to -2, not 2.Sun, 05 Mar 2006 18:28:20 +0000, by diego
-
synced with 1.75Sun, 05 Mar 2006 18:21:52 +0000, by gabrov
-
synced with 1.16Sun, 05 Mar 2006 18:10:03 +0000, by gabrov
-
synced with 1.16Sun, 05 Mar 2006 17:28:03 +0000, by gabrov
-
synced with 1.28Sun, 05 Mar 2006 17:10:08 +0000, by gabrov
-
synced with 1.74Sun, 05 Mar 2006 17:07:53 +0000, by gabrov
-
synced with 1.32Sun, 05 Mar 2006 16:53:53 +0000, by gabrov
-
synced with 1.14Sun, 05 Mar 2006 16:39:07 +0000, by gabrov
-
synced with 1.36Sun, 05 Mar 2006 14:20:49 +0000, by gabrov
-
use relative paths for libav* buildSun, 05 Mar 2006 10:03:53 +0000, by henry
-
restored the ability to disable subtitles when cycling with slave command 'sub_select' (previously broken in release 1.900)Sun, 05 Mar 2006 08:55:08 +0000, by nicodvb
-
sync to x264 r457 (direct_pred=3)Sun, 05 Mar 2006 07:23:12 +0000, by lorenm
-
cosmetics, rename max_size to max_frame_sizeSun, 05 Mar 2006 07:06:34 +0000, by ods15
-
snow supports vme=8Sun, 05 Mar 2006 03:58:53 +0000, by lorenm
-
When centering a video with odd width, be sure to start on a pixel boundary.Sat, 04 Mar 2006 20:00:06 +0000, by pacman
-
Make -xy help output consistent, output an empty line before and after.Sat, 04 Mar 2006 17:33:56 +0000, by diego
-
return index_ptr to inside indexSat, 04 Mar 2006 16:30:25 +0000, by ods15
-
update activity every 30 secSat, 04 Mar 2006 12:37:44 +0000, by nplourde
-
typoSat, 04 Mar 2006 10:26:46 +0000, by ods15
-
slightly better max_distance ruleFri, 03 Mar 2006 22:43:49 +0000, by michael
-
Reduce Real DLL/so loading verbosity, OKed by Roberto.Fri, 03 Mar 2006 22:38:46 +0000, by diego
-
the return of the monolithic indexFri, 03 Mar 2006 22:33:30 +0000, by michael
-
update tmp_field numbers (pretty much just cosmetic)Fri, 03 Mar 2006 22:31:46 +0000, by michael
-
simplify flagsFri, 03 Mar 2006 22:30:17 +0000, by michael
-
Synced with 1.1234, patch by Ji?? Heryn < technik AH domotech DOO cz >Fri, 03 Mar 2006 21:58:30 +0000, by gpoirier
-
This patch fixes pcm (twos, swot) in MOV.Thu, 02 Mar 2006 22:28:12 +0000, by rtognimp
-
don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch by calking a ieee d orgThu, 02 Mar 2006 21:19:57 +0000, by nicodvb
-
syncpoint_start descriptionThu, 02 Mar 2006 10:34:09 +0000, by michael
-
removed reference to inexistent extern variableWed, 01 Mar 2006 22:26:18 +0000, by nicodvb
-
stream_control() returns int, not voidWed, 01 Mar 2006 21:56:30 +0000, by nicodvb
-
add forward_ptr to syncpoint (+0.006% overhead)Wed, 01 Mar 2006 14:19:37 +0000, by michael
-
leading coeff for crc polynomWed, 01 Mar 2006 13:37:09 +0000, by michael
-
width/height/samplerate MUST not be 0Wed, 01 Mar 2006 13:36:33 +0000, by michael
-
remove chapter_id == 0 special caseWed, 01 Mar 2006 13:35:09 +0000, by michael
-
Change obsolete references to design6 to design7.Wed, 01 Mar 2006 10:07:43 +0000, by diego
-
New website structure, the /homepage subdirectory is gone.Wed, 01 Mar 2006 10:01:43 +0000, by diego
-
synced with 1.1235Wed, 01 Mar 2006 09:57:11 +0000, by gpoirier
-
sync with 1.222Wed, 01 Mar 2006 09:26:06 +0000, by diego
-
XviD multi-threaded encoding supportWed, 01 Mar 2006 09:18:56 +0000, by gpoirier
-
add Amiga-style AltiVec detection, patch from andrea at amigasoft dot netTue, 28 Feb 2006 23:24:38 +0000, by pacman
-
reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff ClaggTue, 28 Feb 2006 21:54:24 +0000, by wanderer
-
update config.mak to match ffmpeg's version (fix alpha compilation)Mon, 27 Feb 2006 22:44:22 +0000, by aurel
-
try to get duration from the stream layer, if an implementation of STREAM_CTRL_GET_TIME_LENGTH is availableMon, 27 Feb 2006 21:13:17 +0000, by nicodvb
-
implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd currently playingMon, 27 Feb 2006 21:11:28 +0000, by nicodvb
-
added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N)Mon, 27 Feb 2006 21:08:58 +0000, by nicodvb
-
added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTHMon, 27 Feb 2006 21:06:47 +0000, by nicodvb
-
Add audio_delay argument to demux_mkv_seek.Mon, 27 Feb 2006 19:48:31 +0000, by corey
-
synced with 1.101Mon, 27 Feb 2006 11:46:35 +0000, by gabrov
-
synced with 1.12Mon, 27 Feb 2006 11:44:55 +0000, by gabrov
-
fixed XML syntax errorMon, 27 Feb 2006 11:43:29 +0000, by gabrov
-
Output error messages from the ALSA library through mp_msg() instead ofMon, 27 Feb 2006 10:09:05 +0000, by cladisch
-
Show the actual ALSA version instead of the version mplayer was compiledMon, 27 Feb 2006 10:06:27 +0000, by cladisch
-
synced with 1.101Sun, 26 Feb 2006 12:39:17 +0000, by gabrov
-
Better fallback for APIENTRY when compiling for WindowsSun, 26 Feb 2006 09:47:17 +0000, by reimar
-
10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!!Sun, 26 Feb 2006 09:35:21 +0000, by gpoirier
-
cosmetic, trailing whitespaceSat, 25 Feb 2006 20:06:21 +0000, by ods15
-
use short 'type' namesSat, 25 Feb 2006 18:51:46 +0000, by ods15
-
allow rationals with denom of '1'Sat, 25 Feb 2006 18:48:52 +0000, by ods15
-
CRC32 stuffSat, 25 Feb 2006 16:16:47 +0000, by ods15
-
auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zores ben a geexbox di orgFri, 24 Feb 2006 23:01:40 +0000, by nicodvb
-
DVB channels cycling; patch by Ben Zores ben p geekbox d orgFri, 24 Feb 2006 22:46:23 +0000, by nicodvb
-
Add a practical description of endian-independent RGB/BGR codingFri, 24 Feb 2006 22:18:45 +0000, by pacman
-
link fixFri, 24 Feb 2006 21:50:13 +0000, by diego
-
Add some undocumented options.Fri, 24 Feb 2006 20:28:16 +0000, by diego
-
Document the noup suboption of the scale video filter.Fri, 24 Feb 2006 19:09:14 +0000, by diego
-
Add XML tool paths for SUSE 10.0Fri, 24 Feb 2006 17:38:23 +0000, by diego
-
Add uninit for audio before switching to next file and completing encodeFri, 24 Feb 2006 15:43:20 +0000, by ods15
-
10l (dont limit dimension components independantly if noup)Fri, 24 Feb 2006 15:22:59 +0000, by michael
-
link fixesFri, 24 Feb 2006 15:09:13 +0000, by diego
-
This now works correctly thanks to clear-to-end-of-line patchFri, 24 Feb 2006 14:56:28 +0000, by ods15
-
fix bit specification for fixed_fpsFri, 24 Feb 2006 14:41:02 +0000, by ods15
-
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem thatFri, 24 Feb 2006 09:52:59 +0000, by pacman
-
info packet stuff, chapters...Fri, 24 Feb 2006 05:41:35 +0000, by ods15
-
workaround for gl.h variants that do not define APIENTRYThu, 23 Feb 2006 10:18:10 +0000, by reimar
-
use calloc instead of malloc in copy_func_pf, missing initialization ofWed, 22 Feb 2006 20:39:44 +0000, by reimar
-
link fixesWed, 22 Feb 2006 11:32:41 +0000, by diego
-
link fixesWed, 22 Feb 2006 11:09:48 +0000, by diego
-
Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 codeWed, 22 Feb 2006 10:30:55 +0000, by iive
-
properly detect cpu on x86 based macWed, 22 Feb 2006 00:59:11 +0000, by nplourde
-
Fix stylesheet path.Tue, 21 Feb 2006 21:54:08 +0000, by diego
-
Remove duplicate explanation of how man page format conversion.Tue, 21 Feb 2006 21:40:51 +0000, by diego
-
Fix video delay when encoding with B-frames.Tue, 21 Feb 2006 09:40:25 +0000, by corey
-
Fix video delay when encoding with B-frames.Tue, 21 Feb 2006 09:39:22 +0000, by corey
-
grammar, put options in alphabetical orderMon, 20 Feb 2006 23:50:40 +0000, by diego
-
More complete ASF MIME detection, closing bug# 248,Mon, 20 Feb 2006 21:59:28 +0000, by gpoirier
-
sync with 1.1231Mon, 20 Feb 2006 21:05:36 +0000, by gpoirier
-
sync with 1.222 plus minor fixMon, 20 Feb 2006 11:05:07 +0000, by ptt
-
New option: -ignore-startMon, 20 Feb 2006 09:36:10 +0000, by corey
-
fields should be in english...Mon, 20 Feb 2006 04:49:06 +0000, by ods15
-
Typo fix: "URLs to forces" --> "URLs to force"Sun, 19 Feb 2006 21:55:07 +0000, by corey
-
synced with 1.1229Sun, 19 Feb 2006 21:39:58 +0000, by gpoirier
-
Allows the LIVE555 library to forces the client's port to be usedSun, 19 Feb 2006 13:27:27 +0000, by bertrand
-
Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.Sun, 19 Feb 2006 10:15:18 +0000, by diego
-
dwStart support for mencoder.Sun, 19 Feb 2006 09:34:37 +0000, by corey
-
deobfuscate some a/v sync codeSun, 19 Feb 2006 04:31:14 +0000, by ods15
-
no upscale flag so automatic downscaling is possible in mencoderSat, 18 Feb 2006 21:12:56 +0000, by michael
-
upport another G4 flavour: MPC7447* chips.Sat, 18 Feb 2006 20:04:42 +0000, by gpoirier
-
include stdlib.h and stdio.h, they tend to be useful :-)Sat, 18 Feb 2006 12:45:00 +0000, by reimar
-
dwStart support for mplayer.Sat, 18 Feb 2006 09:26:39 +0000, by corey
-
Just a comment update, replacing a FIXME to reflect the new expectation ofSat, 18 Feb 2006 01:08:17 +0000, by pacman
-
don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;Sat, 18 Feb 2006 00:41:28 +0000, by pacman
-
more cosmeticsFri, 17 Feb 2006 20:05:25 +0000, by ods15
-
some cleanup. enforce decode_delay to not be too high.Fri, 17 Feb 2006 19:45:35 +0000, by ods15
-
Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingFri, 17 Feb 2006 05:01:46 +0000, by pacman
-
Fix colormap save/restore for directcolor fb devicesFri, 17 Feb 2006 03:49:33 +0000, by pacman
-
Second-try commit of this patch.Fri, 17 Feb 2006 01:57:41 +0000, by corey
-
memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)Thu, 16 Feb 2006 22:43:42 +0000, by aurel
-
fix compilation without openalThu, 16 Feb 2006 22:35:04 +0000, by aurel
-
OpenAL audio support, actual output is mono-only (no positioning yet).Thu, 16 Feb 2006 20:45:25 +0000, by reimar
-
ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)Thu, 16 Feb 2006 12:55:23 +0000, by michael
-
make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)Thu, 16 Feb 2006 12:52:09 +0000, by michael
-
include config.h before includes that need itThu, 16 Feb 2006 10:08:03 +0000, by iive
-
Add some more fourcc for DV and MPEG2 needed for some mov samples postedTue, 14 Feb 2006 22:10:22 +0000, by rtognimp
-
Set SRC_PATH correctly, fixes libpostproc compilationTue, 14 Feb 2006 21:43:32 +0000, by rtognimp
-
Import common.mak v1.1 from ffmpeg cvs, now it's needed by the buildingTue, 14 Feb 2006 21:42:49 +0000, by rtognimp
-
Don't test the v4l2_input audioset field for audio capabilities but still try changing the mute setting (patch by Jesse Allen < the3dfxdude _at_ gmail.com >)Tue, 14 Feb 2006 20:13:55 +0000, by aurel
-
Align memory at 16 byte boundaries.Tue, 14 Feb 2006 09:55:14 +0000, by diego
-
allow autodetection of pictures type when using mf://@file.list syntaxTue, 14 Feb 2006 09:34:30 +0000, by iive
-
synced with 1.1227Mon, 13 Feb 2006 12:49:15 +0000, by gpoirier
-
Remove obsolete big-endian FIXMEs.Mon, 13 Feb 2006 12:44:17 +0000, by diego
-
Fix the error handling in the play() function: add a handler for EINTR,Mon, 13 Feb 2006 11:48:29 +0000, by cladisch
-
This changes the software parameters to be more compatible with theMon, 13 Feb 2006 11:43:25 +0000, by cladisch
-
Using non-blocking writes makes sense when the program wants to do otherMon, 13 Feb 2006 11:38:12 +0000, by cladisch
-
Remove the now superfluous mmap suboption.Mon, 13 Feb 2006 11:17:43 +0000, by cladisch
-
After removing play_mmap(), the play() function just unconditionallyMon, 13 Feb 2006 11:16:29 +0000, by cladisch
-
This patch removes mmap support because it doesn't have any benefit.Mon, 13 Feb 2006 11:15:25 +0000, by cladisch
-
fix index, first keyframe cannot be written with pts=0Mon, 13 Feb 2006 07:29:11 +0000, by ods15
-
lavc exposes the reconstructed picture, so no need to decode it againMon, 13 Feb 2006 07:00:37 +0000, by lorenm
-
synced with 1.1226Sun, 12 Feb 2006 17:51:38 +0000, by gpoirier
-
Make 'N' frame code implictly invalidSun, 12 Feb 2006 17:40:02 +0000, by ods15
-
do not forget to initialize dp->bufferSun, 12 Feb 2006 17:01:30 +0000, by henry
-
Rephrase telecine and film2pal mpegopts.Sun, 12 Feb 2006 16:21:07 +0000, by diego
-
Remove stray space.Sun, 12 Feb 2006 16:14:07 +0000, by diego
-
sync with 1.1224Sun, 12 Feb 2006 15:40:40 +0000, by gpoirier
-
10lSun, 12 Feb 2006 14:50:05 +0000, by alex
-
support openbsd/zaurus aswellSun, 12 Feb 2006 14:17:39 +0000, by alex
-
one more hint for openbsdSun, 12 Feb 2006 14:14:12 +0000, by alex
-
Native ZMBV support via lavcSun, 12 Feb 2006 12:57:25 +0000, by rtognimp
-
delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequenceSun, 12 Feb 2006 11:47:36 +0000, by nicodvb
-
bugfixes and new soft-teleciner in muxer_mpeg.cSun, 12 Feb 2006 11:12:21 +0000, by nicodvb
-
mention film2pal in -mpegoptsSun, 12 Feb 2006 11:09:27 +0000, by nicodvb
-
experimental film2pal and ntsc2pal soft telecinerSun, 12 Feb 2006 11:04:12 +0000, by nicodvb