aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_viv.c
Commit message (Expand)AuthorAge
* In all demux_info_add calls change "name" to "title".Gravatar reimar2009-05-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
* Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hGravatar reimar2008-07-16
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* printf --> mp_msgGravatar diego2006-07-14
* Change free_sh_audio() to take demuxer and stream id as parametersGravatar uau2006-06-14
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* convert some printfs to mp_msgGravatar rathann2006-01-10
* include the right avcodec.h, consistently with the rest of mplayerGravatar nicodvb2006-01-08
* malloc padding to avoid access beyond allocated memoryGravatar henry2005-12-19
* Demuxer modularizationGravatar rtognimp2005-08-05
* make stupid gcc versions happyGravatar rfelker2004-03-31
* 100l Fix audio decoding and random sig11Gravatar rtognimp2003-12-15
* fixed 2 10l-s (bug found in the spring cleanup patch by Raindel ShacharGravatar alex2003-04-21
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* some more output cosmetics, especially for vivo and mov demuxersGravatar arpi2002-05-20
* warning (proper) fixGravatar pl2002-01-29
* warning fixGravatar pl2001-12-25
* x = malloc(strlen(s) + c) ... strcpy(x, s)Gravatar pl2001-12-19
* vivo A-V sync fixedGravatar arpi2001-12-16
* -vivo version option addedGravatar alex2001-12-15
* added -vivo subconfigGravatar alex2001-12-15
* hacked audio support to work with acmGravatar alex2001-12-12
* fixed Waveformatheader emu and added vivo1/2 audio detectionGravatar alex2001-12-10
* added support for packet 0x82 (from vivodump.c by arpi)Gravatar alex2001-12-01
* changed to generate fourcc's like: viv<version> -> viv1,viv2Gravatar alex2001-11-25
* wrote a very annoying bugGravatar alex2001-11-22
* added support for demux_infoGravatar alex2001-11-22
* some minor fixesGravatar alex2001-11-16
* small fixGravatar pl2001-11-11
* disabled vivo2 scaling (decodes some vivo2 files)Gravatar alex2001-11-11
* checking for EOFGravatar alex2001-11-10
* freeing up space and some debugGravatar alex2001-11-09
* vivo_check_file uses also new textparserGravatar alex2001-11-09
* added text block parserGravatar alex2001-11-09
* vivo 2.0 compatibilityGravatar arpi2001-11-04
* vivo demuxerGravatar arpi2001-11-04