| Commit message (Expand) | Author | Age | Files | Lines |
* | options: move -cache-min and cache-seek-min to option struct | Clément Bœsch | 2010-11-11 | 1 | -5/+2 |
* | options: move [no]hr-mp3-seek to option struct | Clément Bœsch | 2010-11-11 | 1 | -3/+1 |
* | options: move some demux options to option struct | Clément Bœsch | 2010-11-11 | 1 | -37/+27 |
* | demux: change "%s file format detected" message | Uoti Urpala | 2010-11-10 | 1 | -2/+6 |
* | demuxer.c: clean up demux_open_stream() | Uoti Urpala | 2010-11-10 | 1 | -136/+98 |
* | demux: error out if given invalid -demuxer option | Uoti Urpala | 2010-11-10 | 1 | -0/+5 |
* | demux: improve -alang / -slang track choosing logic | Uoti Urpala | 2010-11-08 | 1 | -47/+40 |
* | core: move video pos/length query functions from demux to core | Uoti Urpala | 2010-11-08 | 1 | -63/+0 |
* | demux: fix -correct-pts autoselection with -audiofile | Uoti Urpala | 2010-11-08 | 1 | -1/+1 |
* | demuxer.c: add missing parser list fourccs | cehoyos | 2010-11-08 | 1 | -0/+3 |
* | demuxer.c: fix parser list fourcc typo: 'MPE '->'MP3 ' | cehoyos | 2010-11-08 | 1 | -1/+1 |
* | demuxer.c: Add support for parsing LATM | reimar | 2010-11-08 | 1 | -0/+5 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 1 | -9/+9 |
* | Add central init_avcodec() to avoid duplicated libavcodec init code | diego | 2010-11-02 | 1 | -6/+4 |
* | demuxer.c: reset subtitle EOF on seeking | reimar | 2010-11-02 | 1 | -0/+1 |
* | demux_lavf: print subtitle type in more cases | reimar | 2010-11-02 | 1 | -0/+15 |
* | demuxer.c: add new_sh_sub_sid_lang | Uoti Urpala | 2010-11-02 | 1 | -0/+11 |
* | demuxer.c: Make ds_get_next_pts work for the first packet of a stream | reimar | 2010-10-27 | 1 | -1/+6 |
* | Make audio stream index handling saner in stream switching | Uoti Urpala | 2010-05-22 | 1 | -4/+9 |
* | stream.h: remove bad EOF check in stream_seek() | Uoti Urpala | 2010-05-22 | 1 | -1/+0 |
* | demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter() | Anton Khirnov | 2010-05-22 | 1 | -13/+12 |
* | demuxer.c: add demux_info_add_bstr(), use talloc for info field | Anton Khirnov | 2010-05-21 | 1 | -15/+16 |
* | Fix chapter handling with first chapter not at beginning of file | Uoti Urpala | 2010-04-25 | 1 | -2/+2 |
* | demuxer.c: clean up stream-seek code | Uoti Urpala | 2010-04-23 | 1 | -22/+29 |
* | Move some sh_audio field setting out of demuxer.c | Uoti Urpala | 2010-04-23 | 1 | -2/+0 |
* | Move seek-reset functionality out of demuxer.c | Uoti Urpala | 2010-04-23 | 1 | -37/+0 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 1 | -2/+1 |
|\ |
|
| * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 1 | -2/+1 |
| * | Drop weird and unnecessary _s/_st suffixes from demuxer struct names. | diego | 2010-02-21 | 1 | -1/+1 |
* | | Merge svn changes up to r30672 | Uoti Urpala | 2010-03-10 | 1 | -3/+3 |
|\| |
|
| * | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 | 1 | -1/+1 |
| * | Print demuxer name in "freeing demuxer" message. | reimar | 2010-02-20 | 1 | -2/+2 |
| * | libmpdemux: Mark functions not used outside of their files as static. | diego | 2010-02-17 | 1 | -1/+1 |
| * | Remove ds_fill_buffer calls from demux_resync, they cause issues at least with | reimar | 2010-01-26 | 1 | -2/+5 |
* | | Merge branch 'matroska' | Uoti Urpala | 2010-01-28 | 1 | -33/+24 |
|\ \ |
|
| * | | demux: take chapter/attachment name strings without 0-termination | Uoti Urpala | 2010-01-27 | 1 | -33/+24 |
* | | | Merge svn changes up to r30437 | Uoti Urpala | 2010-01-28 | 1 | -6/+29 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Add support for parsing MLP and TrueHD. | reimar | 2010-01-24 | 1 | -0/+6 |
| * | Remove now unused variables. | reimar | 2010-01-24 | 1 | -2/+0 |
| * | Reset the parser on seek. Should fix some cases of audio "blips" after seeking. | reimar | 2010-01-24 | 1 | -6/+23 |
| * | Move the resync-related code into more consistent places instead of having it | reimar | 2010-01-24 | 1 | -35/+22 |
* | | Merge svn changes up to r30136 | Uoti Urpala | 2009-12-30 | 1 | -1/+135 |
|\| |
|
| * | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 | 1 | -1/+135 |
* | | options: Move ass_enabled to options struct | Uoti Urpala | 2009-12-02 | 1 | -1/+1 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -21/+8 |
|\| |
|
| * | Free demuxer->teletext when closing the demuxer. | reimar | 2009-11-10 | 1 | -0/+3 |
| * | demuxer.c: Add initialization missing from previous commit | uau | 2009-11-02 | 1 | -21/+5 |
* | | Merge svn changes up to r29684 | Uoti Urpala | 2009-09-16 | 1 | -0/+4 |
|\| |
|
| * | Reduce verbosity if demuxer sets an info value to the same as the current value. | reimar | 2009-09-14 | 1 | -0/+4 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -11/+4 |
|\| |
|
| * | Reuse ds_get_packet in ds_get_packet_pts | reimar | 2009-08-23 | 1 | -11/+4 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 1 | -2/+3 |
|\| |
|
| * | Handle demuxers that never set filepos by using stream_tell. | reimar | 2009-08-17 | 1 | -2/+3 |
* | | Remove internal libass tree | Uoti Urpala | 2009-07-26 | 1 | -4/+1 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -0/+7 |
|\| |
|
| * | Print information about chapters with -identify. | reimar | 2009-06-28 | 1 | -0/+7 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -1/+19 |
|\| |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -1/+19 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -25/+29 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -25/+25 |
* | | Merge branch 'ordered_chapters' | Uoti Urpala | 2009-04-08 | 1 | -59/+18 |
|\ \ |
|
| * | | Change demuxer_seek_chapter() parameters | Uoti Urpala | 2009-04-02 | 1 | -56/+15 |
| * | | Allocate struct demuxer with talloc | Uoti Urpala | 2009-03-21 | 1 | -3/+3 |
* | | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is | reimar | 2009-03-29 | 1 | -0/+4 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -2/+0 |
|\| |
|
| * | Remove native nuv demuxer, it only needs more code to achieve the same thing | reimar | 2009-03-09 | 1 | -2/+0 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -2/+2 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -2/+2 |
* | | Merge svn changes up to r28065 | Uoti Urpala | 2008-12-02 | 1 | -0/+4 |
|\| |
|
| * | MNG demuxer by Stefan Schuermans, stefan blinkenarea org | diego | 2008-11-30 | 1 | -0/+4 |
* | | demux: Reset demux stream 'eof' flag after packet buffer overflow | Uoti Urpala | 2008-10-04 | 1 | -0/+8 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 1 | -1/+1 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -5/+5 |
|\| |
|
| * | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -2/+2 |
| * | 10l: MUSEPACK --> CONFIG_MUSEPACK | diego | 2008-08-07 | 1 | -1/+1 |
| * | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
| * | Rename preprocessor directives related to image libraries. | diego | 2008-08-05 | 1 | -1/+1 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -3/+3 |
|\| |
|
| * | Change a bunch of codec-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 1 | -3/+3 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -9/+9 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -9/+9 |
* | | Merge svn changes up to r27332 | Uoti Urpala | 2008-07-21 | 1 | -0/+7 |
|\| |
|
| * | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 | 1 | -0/+7 |
* | | Merge svn changes up to r27092 | Uoti Urpala | 2008-06-17 | 1 | -43/+33 |
|\| |
|
| * | cosmetics: Remove useless parentheses, align. | diego | 2008-06-16 | 1 | -3/+3 |
| * | Support NULL name parameter for demuxer_add_chapter. | reimar | 2008-06-16 | 1 | -1/+1 |
| * | cosmetics: Break overly long lines. | diego | 2008-06-16 | 1 | -97/+178 |
| * | cosmetics: indentation, whitespace changes | diego | 2008-06-16 | 1 | -648/+645 |
| * | cosmetics: consistent * placement | diego | 2008-06-16 | 1 | -21/+21 |
| * | cosmetics: one more if brace placement fix | diego | 2008-06-16 | 1 | -2/+1 |
| * | M-x untabify | diego | 2008-06-16 | 1 | -24/+24 |
| * | cosmetics: Remove all trailing whitespace. | diego | 2008-06-16 | 1 | -4/+4 |
| * | cosmetics: Split/join multiline statements. | diego | 2008-06-16 | 1 | -4/+6 |
| * | cosmetics: Consistently format all if, for, while constructs. | diego | 2008-06-16 | 1 | -140/+170 |
| * | Remove one more commented-out line. | diego | 2008-06-16 | 1 | -1/+1 |
| * | cosmetics: Make all function declarations consistent by moving the opening | diego | 2008-06-16 | 1 | -42/+90 |
| * | Remove one more commented-out line. | diego | 2008-06-16 | 1 | -1/+0 |
| * | Remove pointless comments and commented-out code. | diego | 2008-06-16 | 1 | -19/+6 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -29/+20 |
|\| |
|
| * | added and reused demux_flush() instead of emptying the demux_stream buffers; | nicodvb | 2008-06-02 | 1 | -20/+10 |
| * | Initialize sh_audio/sh_video->ds | reimar | 2008-05-27 | 1 | -0/+2 |
| * | Simplify/make new_sh behaviour more consistent when a stream gets redefined. | reimar | 2008-05-27 | 1 | -3/+4 |
| * | Cosmetics: simplify | reimar | 2008-05-27 | 1 | -3/+2 |
| * | Move native musepack demuxer further down in demuxer list | reimar | 2008-05-27 | 1 | -3/+3 |
| * | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 1 | -1/+1 |
| * | Revert r26411: policy violation | rtogni | 2008-04-19 | 1 | -963/+812 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 1 | -1/+1 |
* | | Move dvdsub_id to options struct | Uoti Urpala | 2008-04-23 | 1 | -2/+0 |
* | | Move correct_pts to options struct | Uoti Urpala | 2008-04-23 | 1 | -6/+3 |
* | | Add option pointer to demuxers and stheader.h structs | Uoti Urpala | 2008-04-23 | 1 | -25/+38 |
|/ |
|
* | Reformat demuxer.c | uau | 2008-04-12 | 1 | -812/+963 |
* | Remove global demuxer_type | uau | 2008-04-12 | 1 | -1/+1 |
* | Remove unused function demux_read_data_pack | uau | 2008-04-11 | 1 | -17/+0 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+28 |
* | Set audio->sh correctly when switching audio tracks. The same for video tracks. | eugeni | 2008-02-29 | 1 | -0/+8 |
* | Don't select subtitle track in lavf and mkv demuxers. | eugeni | 2008-02-29 | 1 | -4/+0 |
* | Demuxer-independent functions for selecting tracks based on language. | eugeni | 2008-02-29 | 1 | -0/+32 |
* | Remove stupid checks of free() argument. | eugeni | 2008-02-29 | 1 | -8/+6 |
* | Add language info to sh_sub_t and sh_audio_t. | eugeni | 2008-02-29 | 1 | -0/+2 |
* | in ds_fill_buffer() disabled the code that demuxes until the arrival of the r... | nicodvb | 2008-02-25 | 1 | -0/+2 |
* | New member in demuxer_t: reference_clock. | nicodvb | 2008-02-23 | 1 | -0/+9 |
* | Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts. | reimar | 2008-02-12 | 1 | -3/+2 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 | 1 | -4/+11 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | Make mov subtitles work with -ass | reimar | 2008-01-29 | 1 | -1/+1 |
* | clarify comments/docs about lav* being the preferred place to implement new | ivo | 2008-01-28 | 1 | -2/+4 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 | 1 | -0/+3 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 | 1 | -0/+2 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -42/+42 |
* | First step towards making all demuxer_desc_t const | reimar | 2008-01-13 | 1 | -3/+3 |
* | Remove a useless assignment (there is an if just a few lines above | reimar | 2008-01-13 | 1 | -1/+1 |
* | Add a forgotten #ifdef USE_ASS around ass_free_track | reimar | 2008-01-13 | 1 | -0/+2 |
* | Add demuxer interface for attachments. | eugeni | 2008-01-12 | 1 | -0/+22 |
* | Remove global_ass_track. Instead create an ass_track for each 't' track. | eugeni | 2008-01-11 | 1 | -1/+2 |
* | Init and destroy ass_tracks in demuxer.c based on sh_sub->type value. | eugeni | 2008-01-11 | 1 | -0/+18 |
* | Add extradata to sh_sub_t. | eugeni | 2008-01-11 | 1 | -0/+1 |
* | Deallocate audio track codecdata. | eugeni | 2008-01-07 | 1 | -0/+1 |
* | wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu... | nicodvb | 2008-01-05 | 1 | -0/+49 |
* | Move ds->current=NULL; further up to the free_demux_packet. | reimar | 2007-12-20 | 1 | -1/+1 |
|