summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_avi.c
AgeCommit message (Expand)Author
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-11Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...Diego 'Flameeyes' Pettenò
2007-12-11Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them.Diego 'Flameeyes' Pettenò
2007-12-11Transform get_extensions and get_mimetypes into strings.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for demuxer plugins.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all demux plugins to the new identifier/description interface. Add _()...Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-03-29Reorder fields and make use of a bitmask for boolean flags.Diego 'Flameeyes' Pettenò
2007-03-29Reorder a few fields to, well, fill some holes.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-18Remove infinite loop condition that could have created an invalid access if n...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-22Security fix for http://www.xfocus.org/advisories/200603/11.html,Matthias Hopf
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-03-04Fixed bug 1420933Thibaut Mattern
2006-01-05Don't stop when an empty chunk is encountered.Thibaut Mattern
2005-11-28*BUGFIX*František Dvořák
2005-11-01Fix a bug introduced by my last commit.Thibaut Mattern
2005-10-05Fixed [ 1265313 ] Xvid playback stutter (v1.0/1.1)Thibaut Mattern
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2005-02-03**BUGFIX**František Dvořák
2005-01-09- Simplify read functions.Thibaut Mattern
2005-01-05Fixed end of file detection.Thibaut Mattern
2004-12-25fix segfault with 'none' audio plugin.Daniel Caujolle-Bert
2004-12-24- AVI: set audio and video codecs on open, overridden by the decodersBastien Nocera
2004-12-20the lprintf logging macro will already print the filenameMichael Roitzsch
2004-10-15Check odml index validity.Thibaut Mattern
2004-10-13Support more ODML tags.Thibaut Mattern
2004-10-13don't segfault with stdin:/ and indexless streamsDaniel Caujolle-Bert
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
2004-07-04don't do pointer arithmetics with void*, because sizeof(void) is undefinedMichael Roitzsch
2004-07-03hmmm, don't ask me why it worked on some machines...Thibaut Mattern
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-05Support big decoder init data chunk (> 8192 bytes).Thibaut Mattern
2004-05-29special considerations for AVI files with a compression ID of 0 (treatMike Melanson
2004-05-27- fix avi->compressor not being set correctly (lack of parenthesis)Miguel Freitas
2004-05-16Priority support.Thibaut Mattern
2004-05-04Recognise On2 avi variantJames Stembridge
2004-05-02Fix decoder init.Thibaut Mattern
2004-04-25Report ODML streams as such.Thibaut Mattern
2004-04-09small fix for heiko's avi streamsGuenter Bartsch
2004-03-16- patch from Tilmann BitterbergThibaut Mattern
2004-02-29Various compilation fixes and updates:František Dvořák