aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* | | demux_mkv: fix crash bug introduced by recent changeGravatar Uoti Urpala2010-05-24
* | | demux_mkv: support switching to/from -nosoundGravatar Uoti Urpala2010-05-22
* | | demux_mkv: store streams sequentially in demuxer->[avs]_streamsGravatar Uoti Urpala2010-05-22
* | | Make audio stream index handling saner in stream switchingGravatar Uoti Urpala2010-05-22
* | | options: move -alang and -slang to option structGravatar Uoti Urpala2010-05-22
* | | stream.h: remove bad EOF check in stream_seek()Gravatar Uoti Urpala2010-05-22
* | | demux_mkv: read tags.Gravatar Anton Khirnov2010-05-22
* | | demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter()Gravatar Anton Khirnov2010-05-22
| | * Do not use correct-pts for mpeg-ps: It breaks PAFF samples.Gravatar cehoyos2010-05-22
| |/
* | demuxer.c: add demux_info_add_bstr(), use talloc for info fieldGravatar Anton Khirnov2010-05-21
* | bstr.[ch]: add new files for struct bstr related functionalityGravatar Uoti Urpala2010-05-20
| * Remove internal liba52 copy.Gravatar diego2010-05-09
| * Use the system liba52 headers when internal liba52 is disabled, fixes:Gravatar diego2010-05-09
* | Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\|
* | Merge svn changes up to r31133Gravatar Uoti Urpala2010-05-07
|\ \
| | * cosmetic: typo, this wasn't supposed to be pluralGravatar aurel2010-05-04
| |/
| * print a more detailed and more useful description of each stream with lavfGravatar aurel2010-05-03
| * 10l: correctly use video_stream instead of audio_stream in the video sectionGravatar aurel2010-05-03
| * add ID_..._NAME to -identify for each lavf stream which has a titleGravatar aurel2010-05-03
| * uniformize handling of aid and vid with lavf so that it matches handling of sidGravatar aurel2010-05-03
| * Silence permanent warning messages when decoding H264 over rtsp withGravatar cehoyos2010-05-02
| * Continue probing even for score == AVPROBE_SCORE_MAX / 4 to matchGravatar reimar2010-05-01
| * Use av_probe_input_format2 and avoid accepting detectionGravatar reimar2010-05-01
* | demux_y4m: fix failure with nonseekable inputGravatar Uoti Urpala2010-04-30
* | Merge svn changes up to r31050Gravatar Uoti Urpala2010-04-26
|\|
* | Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\ \
* \ \ Merge svn changes up to r30972Gravatar Uoti Urpala2010-04-26
|\ \ \
* \ \ \ Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30907Gravatar Uoti Urpala2010-04-26
|\ \ \ \ \
* | | | | | Fix chapter handling with first chapter not at beginning of fileGravatar Uoti Urpala2010-04-25
* | | | | | demux_mkv: fix verbose output of chapter numberingGravatar Uoti Urpala2010-04-25
* | | | | | demux_lavf, stream_ffmpeg: support librtmp seeksGravatar Uoti Urpala2010-04-23
* | | | | | stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streamsGravatar Uoti Urpala2010-04-23
* | | | | | options: move lavfdopts to option structGravatar Uoti Urpala2010-04-23
* | | | | | demuxer.c: clean up stream-seek codeGravatar Uoti Urpala2010-04-23
* | | | | | Move some sh_audio field setting out of demuxer.cGravatar Uoti Urpala2010-04-23
* | | | | | Move seek-reset functionality out of demuxer.cGravatar Uoti Urpala2010-04-23
| | | | | * Merge two redundant if checks, patch by ubitux, ubitux gmail com.Gravatar diego2010-04-16
| | | | | * cosmetics: reindent demux_ogg.c to K&R style plus some prettyprintingGravatar diego2010-04-16
| | | | |/
| | | | * Mark muxer-related m_option_t arrays as const.Gravatar diego2010-04-04
| | | | * Make audio switching with AVI demuxer chose the first audio streamGravatar reimar2010-03-31
| | | |/
| | | * Support concatenated YUV4MPEG files.Gravatar reimar2010-03-27
| | | * Use calloc instead of malloc+memsetGravatar reimar2010-03-27
| | |/
| | * 100l, fix frametime calculation for MPEG-2 files with frame rate extension.Gravatar reimar2010-03-27
| | * ReindentGravatar reimar2010-03-22
| | * Start probing with a size matching the stream buffer size so it is possibleGravatar reimar2010-03-22
| |/
* | demux_mkv: Fix problem with compressed subtitle private dataGravatar Uoti Urpala2010-03-21
| * Calculate width and height in mp4_header_process_vop().Gravatar cehoyos2010-03-15
| * Fix value of bit counter at end of functions to prepare for future patches.Gravatar cehoyos2010-03-15
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10