summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove -std=gnu99/gnu89/default dialect linux define, as it violates themichael2008-07-155-8/+8
* Try to keep decoded audio buffer aligned.reimar2008-07-141-1/+1
* Change a broken check. FFMAX does not work as intended because trak->chunkmap...reimar2008-07-141-2/+2
* Cosmetics: reindent.astrange2008-07-131-13/+13
* Remove const vector casts from Altivec.astrange2008-07-131-7/+7
* Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer'sreimar2008-07-131-0/+8
* Add support for FFmpeg's ADPCM codecs and make them the defaultreimar2008-07-131-0/+31
* 100l, do not use macros on functions that are not idempotentreimar2008-07-131-1/+2
* Do not set _dvdreadconfig unconditionally.rathann2008-07-131-1/+0
* cosmetics: main (void) --> main(void)diego2008-07-131-1/+1
* main(void) --> int main(void) in .align testdiego2008-07-131-1/+1
* Use correct header in libamr narrowband test.diego2008-07-131-1/+1
* Simplify and clamp coefficient index for MS ADPCMreimar2008-07-121-12/+17
* 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...reimar2008-07-121-1/+1
* Dependency files should be refreshed when object files are rebuilt.diego2008-07-122-2/+3
* in dvd streams the title part ranges from 1 to 99nicodvb2008-07-122-2/+2
* Reindent after last commitreimar2008-07-111-9/+9
* Check size of tkdata before using it in mov demuxer.reimar2008-07-111-0/+2
* Add atom_len sanity check to mov demuxer.reimar2008-07-111-0/+1
* Quick hack to fix demux_mov crashes where easily possible.reimar2008-07-111-16/+16
* Make really sure channels can only be 1 or 2 for imaadpcmreimar2008-07-111-3/+3
* Simplify imaadpcm return statementreimar2008-07-111-2/+1
* Check length of input buffer for msadpcmreimar2008-07-111-1/+7
* Add a comment on shift vs. divisionreimar2008-07-111-0/+3
* Scale msadpcm coefficients to fit into 8 bitsreimar2008-07-111-5/+5
* Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andreimar2008-07-111-9/+2
* Copy macro simplification from imaadpcm to msadpcmreimar2008-07-111-3/+3
* Remove useless comments from ad_msadpcmreimar2008-07-111-4/+0
* Make msadpcm arrays constreimar2008-07-111-3/+3
* Remove unused macrosreimar2008-07-111-4/+0
* Explicitly include inttypes.h in ad_imaadpcmreimar2008-07-111-0/+1
* 1000l, fix demux_lavf compilationreimar2008-07-111-1/+1
* Correct stream-seekability tests in demux_audio and demux_lavfreimar2008-07-112-2/+2
* Only read wav header cbSize when there is enough space in header.reimar2008-07-101-1/+1
* 100l, assignment introduced in r27246 was exactly the wrong way around.reimar2008-07-101-1/+1
* Cosmetics: reindentreimar2008-07-101-5/+5
* Clean up reading of wav extradata.reimar2008-07-101-7/+3
* 100l, avoption splitted code added, I should double check with svn status...lu_zero2008-07-101-0/+59
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantinilu_zero2008-07-093-40/+3
* Fix stupid and almost pointless check-after-read code in asfheader.c.reimar2008-07-091-3/+3
* Fix \fn without an argument consuming the next '\'.eugeni2008-07-091-6/+7
* sync w/r27236gpoirier2008-07-091-9/+9
* Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines todiego2008-07-081-0/+1
* Mark function not used outside of the file as static.diego2008-07-081-1/+1
* Remove declaration of extern inline function that is used nowhere from headerdiego2008-07-081-1/+0
* synced with r27236ptt2008-07-081-35/+175
* another alphabetical order correctionptt2008-07-081-4/+4
* moved o option beetwen m* and p*ptt2008-07-081-4/+4
* Add missing #include <sys/socket.h>, fixes the warnings:diego2008-07-081-0/+1
* Use correct PRIu64 length modifier for uint64_t value, fixes the warning:diego2008-07-081-1/+1
* Add support for MLP audio through FFmpeg.diego2008-07-072-0/+8
* Run bash-specific shell scripts with bash, not sh.diego2008-07-074-4/+4
* Give all shell scripts a .sh suffix for consistency.diego2008-07-0726-55/+55
* Replace bash-specific [[]] construct by proper a proper [] test.diego2008-07-071-1/+1
* Replace == in []/test constructs with =, == is a bashism.diego2008-07-074-35/+35
* Remove unnecessary function keyword from shell script function declarations,diego2008-07-073-5/+5
* avoid unnecessary strdup(); patch by Aurelnicodvb2008-07-061-1/+1
* Update homepage and license info for NuppelVideo.diego2008-07-061-2/+2
* Add standard license header for NuppelVideo, i.e. GPL v2+.diego2008-07-061-1/+18
* Introduce DRIVER_OBJS variable for list of all driver targets.diego2008-07-061-4/+5
* Simplify codecs.conf.h generation rule.diego2008-07-061-1/+1
* Merge version.h dependency declarations.diego2008-07-061-3/+1
* Remove redundant dependencies for .rc files.diego2008-07-061-2/+2
* Add a generic rule for .rc files and use it.diego2008-07-061-2/+3
* cosmetics: Merge three lines into two.diego2008-07-061-3/+2
* Also remove dhahelper and dhahelperwin on distclean.diego2008-07-061-1/+1
* One more hack for PBOs on ATI cards.reimar2008-07-061-0/+3
* Move at-hack code a bit up for further changesreimar2008-07-061-3/+3
* Remove ASSERT() macro. SoC Patch from Keiji Costantinilu_zero2008-07-062-33/+27
* Reindent. SoC Patch from Keiji Costantinilu_zero2008-07-061-45/+42
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantinilu_zero2008-07-061-8/+14
* fix a FIXME: give the URL of the list of mailing lists (since we don't have a...gpoirier2008-07-052-4/+2
* Surround stream cache specific code by an appropriate #ifdef; fixes linkingdiego2008-07-051-0/+2
* Sync with r27208.diego2008-07-051-2/+2
* dvd:// streams accept the device path in the url; patch by Mathieu SCHROETER ...nicodvb2008-07-051-1/+1
* Add some more -identify information for CDDB.diego2008-07-051-0/+9
* Add disc ID to -identify output.diego2008-07-051-0/+2
* Rename ALLPARTSLIBS variable to FFMPEGLIBS.diego2008-07-051-2/+2
* Group some variable declarations together in sensible places.diego2008-07-051-4/+6
* Declare FFmpeg dependencies in a more elegant way using the PARTS variable.diego2008-07-051-2/+2
* r27182: apply parameter name change of no-correct-pts from r26842 to man pagekraymer2008-07-041-3/+3
* 100l: finally understood ATI PBO problem: width must be a power of two.reimar2008-07-041-2/+5
* More stride alignment is needed to work reliably on ATI cards :-(reimar2008-07-041-1/+1
* Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.diego2008-07-042-1/+1
* cosmetics: in ifo_stream_oped() aligned the prototype to the stylenicodvb2008-07-041-9/+8
* in ifo_stream_open() propagate the device based on the dirname of stream->url...nicodvb2008-07-041-0/+1
* dvd_device must be handled exclusively by the option parser; it can't be chan...nicodvb2008-07-041-2/+0
* added support for the device part in the url; patch bynicodvb2008-07-041-8/+17
* Check stdata_len before accessing stdata. Fixes bug #1125reimar2008-07-041-0/+4
* Simplify tool generation rules with a pattern rule.diego2008-07-041-9/+8
* Only build loader tests on x86.diego2008-07-041-1/+4
* Fix liba52/test linking, it needs -lm.diego2008-07-041-1/+1
* spelling/grammar/wording overhauldiego2008-07-0413-176/+178
* Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.diego2008-07-041-2/+3
* whitespace cosmeticsdiego2008-07-042-82/+81
* Place license header at the top of the file for consistency.diego2008-07-041-21/+21
* Declare common netstream + vivodump dependencies in the common place.diego2008-07-041-3/+3
* Remove unused variable.diego2008-07-021-1/+0
* sync w/r27182gpoirier2008-07-011-3/+3
* Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on eachdiego2008-07-011-7/+1
* apply parameter name change of no-correct-pts from r26842 to man pagekraymer2008-07-011-2/+2
* sync w/r27179 + misc fixes of untranslated chunksgpoirier2008-06-301-16/+17
* r26502: Document rgbtest argumentskraymer2008-06-301-44/+164
* remove two trailing whitespaceskraymer2008-06-301-2/+2
* r25756: Document vo gl lscale=3kraymer2008-06-301-16/+30
* r25385: Add new audio filter for encoding multi-channel audio into ac3 at run...kraymer2008-06-301-10/+111
* r25179: Add missing forced linebreak, slight wording improvement.kraymer2008-06-301-21/+39
* consistency fix: capitalize Windows Media Player, and add <application> tag a...gpoirier2008-06-301-2/+3
* misc fixes, patch by Cédric Viougpoirier2008-06-301-18/+14
* sync w/r27132, patch by JRaSHgpoirier2008-06-301-9/+19
* sync w/r27169gpoirier2008-06-301-3/+3
* Try to get frame rate information through VIDIOC_G_PARM ifvoroshil2008-06-301-0/+12
* Fix division by zero in tvi_v4l2 which occures when capture devicevoroshil2008-06-301-8/+18
* add missing escapes and full stops for scaletempo filterkraymer2008-06-301-4/+4
* r24808: Add a space behind openal to get minimum length of 7kraymer2008-06-301-6/+98
* r24772: DirectShow based tv:// driver for win32kraymer2008-06-301-3/+30
* r24727: H.264 content can also be decoded with multiple threadskraymer2008-06-301-6/+21
* version bump to 24719kraymer2008-06-301-6/+6
* r27123: Add verbose messages about trying and searching for audio output driv...kraymer2008-06-301-1/+6
* r27067: Remove pointless #ifdef.kraymer2008-06-301-5/+2
* r27066: update comments, whitespace cosmeticskraymer2008-06-301-19/+13
* r27065: whitespace consistency cosmeticskraymer2008-06-301-56/+16
* r26863: make use of the new MGA_VID_VERSION ioctl to checkkraymer2008-06-301-3/+4
* r25605: properties to get and set anglekraymer2008-06-301-3/+15
* r24924: Add audio filter scaletempokraymer2008-06-301-1/+7
* removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You...nicodvb2008-06-291-6/+0
* r24790: Disable channel scanner when no tuner is present.kraymer2008-06-291-1/+13
* remove trailing whitespaceskraymer2008-06-291-2/+2
* Replace asserts by proper conditions to allow playback of some broken butreimar2008-06-291-4/+5
* Half size for adpcm_indexreimar2008-06-291-4/+3
* Simplify predictor updatesreimar2008-06-291-9/+3
* Get rid of 16-bit sign extension macroreimar2008-06-291-9/+4
* Simplify some imaadpcm macrosreimar2008-06-291-4/+3
* Directly pass arrays into decode_nibblesreimar2008-06-291-16/+6
* Use smaller types for tablesreimar2008-06-291-2/+2
* Make imaadpcm tables constreimar2008-06-291-2/+2
* Simplify code to read index/predictorreimar2008-06-291-57/+28
* Add a few size checks to IMA decoder. The code is still a mess though,reimar2008-06-291-0/+12
* Simplify ad_imaadpcm decode_audio functionreimar2008-06-291-16/+10
* Make sure we do not use uninitialized data in case of a short read.reimar2008-06-291-0/+1
* Do not use stdata before checking its lengthreimar2008-06-291-4/+5
* mingw uses Windows sockets.vayne2008-06-281-1/+3
* sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%gpoirier2008-06-281-717/+663
* sync w/r27132gpoirier2008-06-271-3/+8
* one more wish, and an updatecompn2008-06-261-1/+3
* r24772: DirectShow based tv:// driver for win32kraymer2008-06-251-1/+46
* Fix the issue instead of revertinglu_zero2008-06-253-58/+56
* Move rtsp_close away by simplification - avoids symbol clash with libnemesilu_zero2008-06-253-33/+33
* some updatescompn2008-06-241-1/+4
* add support for /game-formats/psx-str/compn2008-06-244-1/+19
* Fix/restore the description of the rectangle video filter.diego2008-06-241-2/+6
* Touch FFmpeg libraries after recursing into their subdirectories.diego2008-06-241-0/+1
* Do not unconditionally recurse into FFmpeg subdirectories. Instead, justdiego2008-06-241-2/+8
* Add missing 'struct input_id id' to Apple IR configure check.diego2008-06-241-0/+1
* Check if the font set returned from FcFontSort in not NULL.eugeni2008-06-231-0/+2
* Reindent.eugeni2008-06-231-35/+36
* Only use application font dir if library->fonts_dir is not NULL.eugeni2008-06-231-0/+2
* Dependency files need to get updated when any of their dependencies arediego2008-06-231-2/+2
* Rename some definitions to avoid clashing with system headers, fixes:diego2008-06-231-4/+4
* Add verbose messages about trying and searching for audio output drivers.corey2008-06-222-0/+16
* Replace misuse of echores in libdvdnav check by _res_comment.diego2008-06-221-1/+1
* 100l, bpp is bits per pixel, not bytesreimar2008-06-221-2/+2
* revert non-acked r27106ben2008-06-211-2/+1
* cosmetic: be consistentben2008-06-201-1/+1
* fixes two bugs:ben2008-06-201-7/+18
* fix obviously wrong option descriptionben2008-06-201-1/+1
* remove useless typedef againstfor VDXContextben2008-06-203-33/+31
* cosmetic: give a coherent indentationben2008-06-201-13/+13
* remove some useless functions from vidix apiben2008-06-202-27/+0
* remove useless 'else'ben2008-06-201-1/+1
* renamed vidixlib.c to vidix.cben2008-06-202-1/+1
* remove now useless vidixlib.h fileben2008-06-2019-59/+7
* sync w/r27107, patch by Cédric Viougpoirier2008-06-201-42/+87
* move content of vidixlib.h into vidix.hben2008-06-202-92/+96
* cosmetic: give coherent indentationben2008-06-201-45/+44
* use the new URL of NUT container websitegpoirier2008-06-201-1/+2
* Only "pop" subtree params if they had previously been "pushed",ben2008-06-201-1/+2
* sync w/r27102, patch by Cédric Viou and minor fixes by myselfgpoirier2008-06-201-62/+74
* Add auto-close option to libmenu playlist handling part.ben2008-06-201-2/+8
* allow conditionnal compilation of yuv4mpeg video out.ben2008-06-203-1/+21