| Commit message (Expand) | Author | Age |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | Print information about chapters with -identify. | reimar | 2009-06-28 |
* | AVStream.language is deprecated, switch to av_get_metadata instead. | reimar | 2009-06-24 |
* | Move allocation to avoid a possible memleak if new_sh_audio fails. | reimar | 2009-06-24 |
* | Remove pointless stream count checks, new_sh_* already checks for that. | reimar | 2009-06-24 |
* | Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends | reimar | 2009-06-24 |
* | Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to | reimar | 2009-06-23 |
* | Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams. | reimar | 2009-06-23 |
* | Initialize es->lang to ensure a previous value does not get misattributed | reimar | 2009-06-23 |
* | Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already | reimar | 2009-06-21 |
* | TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT... | reimar | 2009-06-21 |
* | Add const where appropriate, also gets rid of a compiler warning. | reimar | 2009-06-01 |
* | 100l, do not read probe buffer if it will not be used because a format was fo... | reimar | 2009-06-01 |
* | In all demux_info_add calls change "name" to "title". | reimar | 2009-05-30 |
* | Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag a... | lu_zero | 2009-05-25 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 |
* | chunk size = 0 is valid for DATA chunks (used in live streams), don't | rtogni | 2009-05-10 |
* | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 |
* | Replace informal GPL license header by standard GPL header. | diego | 2009-05-08 |
* | Replace informal LGPL header by standard LGPL license header. | diego | 2009-05-08 |
* | Add prototype for mp_a52_framesize(). | diego | 2009-05-05 |
* | 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 |