| Commit message (Expand) | Author | Age |
* | libavformat is now the default for mov, update extension.c to match this. | reimar | 2009-04-15 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 |
* | override codec tag for pcm s32le and s32be, used in mov | bcoudurier | 2009-04-02 |
* | Add config.h #include, necessary for HAVE_MALLOC_H check. | diego | 2009-04-01 |
* | Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re... | reimar | 2009-04-01 |
* | override lavf tag for pcm s24le, mov uses the same for s24be | bcoudurier | 2009-03-30 |
* | Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is | reimar | 2009-03-29 |
* | Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADER | reimar | 2009-03-27 |
* | map jls (jpeg-ls), thm and db (thumbnails) files to jpg | compn | 2009-03-21 |
* | Get rid of DEMUXER_TYPE_NUV define, it is no longer used. | reimar | 2009-03-09 |
* | Get rid of nuppelvideo.h and its ugly packed struct and instead write the | reimar | 2009-03-09 |
* | Remove now unused parts of nuppelvideo.h | reimar | 2009-03-09 |
* | Remove native nuv demuxer, it only needs more code to achieve the same thing | reimar | 2009-03-09 |
* | Remove unused variable from demux_mov. | reimar | 2009-03-08 |
* | Fix mp_msg call with too few arguments. | reimar | 2009-03-04 |
* | Be more robust against corrupted RM files that contain invalid packet length | zuxy | 2009-02-19 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 |
* | Fix a regression caused by r17933; RealMedia index tables could never be prin... | zuxy | 2009-02-15 |
* | Support seek in multirate RealMedia files. | zuxy | 2009-02-15 |
* | change internal real video packetizing format to the more straight forward one | aurel | 2009-02-09 |
* | Fix a couple of unused variable warnings through the av_unused attribute. | diego | 2009-02-07 |
* | Convert CONFIG_ZLIB into a 0/1 option. | diego | 2009-02-07 |
* | Adapt to lzo changes in libavutil | reimar | 2009-02-02 |
* | increase max subtitle stream limit | compn | 2009-01-28 |
* | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 |
* | in parse_pat() IDENTIFY program number and pmt_pid | nicodvb | 2009-01-22 |
* | Fix compilation: s/ff_gcd/av_gcd. | cehoyos | 2009-01-17 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 |
* | Rearrange genres between numbers 53 and 63 into the correct order. | diego | 2009-01-09 |
* | Replace reference to LICENSE file with GPL notice from said file. | diego | 2009-01-09 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 |
* | added support for manual audio substream selection out of 0xFD PES streams (B... | nicodvb | 2009-01-04 |
* | Code simplification | reimar | 2009-01-01 |
* | Make AVI demuxer more resilient against broken or incomplete files. | reimar | 2009-01-01 |
* | Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to ... | reimar | 2008-12-24 |
* | Add extra checks to avoid crashes with broken vqf files | reimar | 2008-12-14 |
* | license header consistency cosmetics | diego | 2008-12-13 |
* | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 |
* | Simplify: use AV_RL32/AV_RB32 | reimar | 2008-12-13 |
* | Avoid useless casts. | reimar | 2008-12-13 |
* | Warning fixes for demux_nut | ods15 | 2008-12-12 |
* | Remove resync_audio_stream() from demux_nut seek function | ods15 | 2008-12-12 |
* | Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API | ods15 | 2008-12-12 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | MNG demuxer by Stefan Schuermans, stefan blinkenarea org | diego | 2008-11-30 |
* | Use 64 bit numbers for file positions in the seek function in audio demuxer. | reimar | 2008-11-16 |
* | Factorize vobsub idx/extradata handling. | aurel | 2008-10-27 |
* | increase the max RTP packet size to 5MB as modern Elphel | attila | 2008-10-22 |
* | Move likely/unlikely macros to libmpdemux/demuxer.h where they are used. | diego | 2008-10-16 |