| Commit message (Expand) | Author | Age | Files | Lines |
* | change internal real video packetizing format to the more straight forward one | aurel | 2009-02-09 | 2 | -136/+49 |
* | Fix a couple of unused variable warnings through the av_unused attribute. | diego | 2009-02-07 | 1 | -10/+11 |
* | Convert CONFIG_ZLIB into a 0/1 option. | diego | 2009-02-07 | 2 | -6/+6 |
* | Adapt to lzo changes in libavutil | reimar | 2009-02-02 | 1 | -7/+7 |
* | increase max subtitle stream limit | compn | 2009-01-28 | 1 | -1/+1 |
* | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 | 2 | -2/+2 |
* | in parse_pat() IDENTIFY program number and pmt_pid | nicodvb | 2009-01-22 | 1 | -0/+1 |
* | Fix compilation: s/ff_gcd/av_gcd. | cehoyos | 2009-01-17 | 1 | -1/+1 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 | 1 | -1/+1 |
* | Rearrange genres between numbers 53 and 63 into the correct order. | diego | 2009-01-09 | 1 | -11/+11 |
* | Replace reference to LICENSE file with GPL notice from said file. | diego | 2009-01-09 | 1 | -1/+15 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -4/+4 |
* | added support for manual audio substream selection out of 0xFD PES streams (B... | nicodvb | 2009-01-04 | 1 | -0/+69 |
* | Code simplification | reimar | 2009-01-01 | 1 | -3/+4 |
* | Make AVI demuxer more resilient against broken or incomplete files. | reimar | 2009-01-01 | 1 | -2/+17 |
* | Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to ... | reimar | 2008-12-24 | 1 | -4/+0 |
* | Add extra checks to avoid crashes with broken vqf files | reimar | 2008-12-14 | 1 | -6/+11 |
* | license header consistency cosmetics | diego | 2008-12-13 | 2 | -2/+2 |
* | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 | 2 | -9/+42 |
* | Simplify: use AV_RL32/AV_RB32 | reimar | 2008-12-13 | 1 | -10/+11 |
* | Avoid useless casts. | reimar | 2008-12-13 | 1 | -1/+1 |
* | Warning fixes for demux_nut | ods15 | 2008-12-12 | 1 | -3/+2 |
* | Remove resync_audio_stream() from demux_nut seek function | ods15 | 2008-12-12 | 1 | -2/+0 |
* | Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API | ods15 | 2008-12-12 | 1 | -14/+14 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 13 | -29/+29 |
* | MNG demuxer by Stefan Schuermans, stefan blinkenarea org | diego | 2008-11-30 | 4 | -1/+632 |
* | Use 64 bit numbers for file positions in the seek function in audio demuxer. | reimar | 2008-11-16 | 1 | -1/+1 |
* | Factorize vobsub idx/extradata handling. | aurel | 2008-10-27 | 2 | -214/+0 |
* | increase the max RTP packet size to 5MB as modern Elphel | attila | 2008-10-22 | 1 | -1/+1 |
* | Move likely/unlikely macros to libmpdemux/demuxer.h where they are used. | diego | 2008-10-16 | 1 | -0/+8 |
* | Fix double free in demux_nut, patch by Onur Küçük. | ods15 | 2008-10-13 | 1 | -2/+0 |
* | Remove unused line (and fix an icc warning). | cehoyos | 2008-10-09 | 1 | -1/+0 |
* | Correctly place second const in declaration. | cehoyos | 2008-10-05 | 1 | -2/+2 |
* | Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where | diego | 2008-10-05 | 2 | -10/+10 |
* | fix compilation w/ FFmpeg r15533 | gpoirier | 2008-10-03 | 2 | -3/+3 |
* | Apply patch for oCERT #2008-013 / CVE-2008-3827 | reimar | 2008-09-30 | 1 | -0/+3 |
* | Do not special-case a grouping-subsegment length of 0. | reimar | 2008-09-25 | 1 | -1/+0 |
* | riff.h and avi.h are not needed, but avio.h is. | diego | 2008-09-15 | 1 | -2/+1 |
* | Upgrade license of LGPL 2 or later files to LGPL 2.1 or later. | diego | 2008-09-15 | 2 | -18/+20 |
* | Make internal Matroska demuxer default again | uau | 2008-09-09 | 1 | -1/+0 |
* | revert r27551 which break much more things than it fixes | aurel | 2008-09-09 | 1 | -0/+1 |
* | Use internal demuxer for Matroska files for now | uau | 2008-09-08 | 1 | -1/+0 |
* | Revert bad changes to SSA/ASS subtitle packet format | uau | 2008-09-08 | 1 | -38/+1 |
* | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 | 1 | -2/+2 |
* | demux_mkv: output correctly formated ASS packets | aurel | 2008-09-05 | 1 | -1/+38 |
* | lavf: the subtitles display duration is stored in pkt.convergence_duration | aurel | 2008-09-04 | 1 | -2/+2 |
* | support E-AC-3 decoding using ffmpeg | aurel | 2008-09-01 | 2 | -0/+2 |
* | Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED | reimar | 2008-08-31 | 1 | -14/+0 |
* | handle the lavfpref demuxer in the same way as the lavf one | aurel | 2008-08-27 | 1 | -0/+1 |
* | prefer libavformat to demux matroska files | aurel | 2008-08-26 | 1 | -0/+1 |
* | cosmetics: indentation | aurel | 2008-08-24 | 1 | -2/+2 |
* | use new lavf API to grab sample_aspect_ratio from the demuxers | aurel | 2008-08-24 | 1 | -0/+4 |
* | add mapping for real audio and video CODEC_ID to MPlayer's fourcc | aurel | 2008-08-13 | 1 | -0/+6 |
* | demux_lavf: fix mp_seek behavior in case of seeking error | aurel | 2008-08-13 | 1 | -1/+6 |
* | fix audio in some rtsp streams, ok'd by lu_zero | compn | 2008-08-11 | 1 | -0/+1 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 5 | -8/+8 |
* | 10l: MUSEPACK --> CONFIG_MUSEPACK | diego | 2008-08-07 | 1 | -1/+1 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -3/+3 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
* | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 | 1 | -1/+1 |
* | Rename preprocessor directives related to image libraries. | diego | 2008-08-05 | 2 | -3/+3 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -1/+1 |
* | Change a bunch of codec-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 4 | -11/+11 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 1 | -3/+3 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 12 | -31/+31 |
* | changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played) | ptt | 2008-07-29 | 1 | -1/+1 |
* | add ffvp6a codec | compn | 2008-07-28 | 1 | -0/+1 |
* | add ffmotionpixels codec | compn | 2008-07-28 | 1 | -0/+1 |
* | Get rid of horrible code that relies on codec-set context variable, | reimar | 2008-07-26 | 1 | -25/+8 |
* | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 | 6 | -23/+26 |
* | limits.h is required for UINT_MAX | reimar | 2008-07-16 | 1 | -0/+1 |
* | And a 1000l for r27263, swapped a condition, thus setting size to | reimar | 2008-07-16 | 1 | -1/+1 |
* | 100l, fix calloc being called with the wrong argument due to reordering | reimar | 2008-07-16 | 1 | -1/+1 |
* | Make sure demuxed ASF packet is properly padded after descrambling | reimar | 2008-07-16 | 1 | -1/+4 |
* | Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h | reimar | 2008-07-16 | 5 | -26/+7 |
* | Do not just print a warning, also fix the len in ASF demuxer! | reimar | 2008-07-16 | 1 | -0/+1 |
* | Change a broken check. FFMAX does not work as intended because trak->chunkmap... | reimar | 2008-07-14 | 1 | -2/+2 |
* | 100l, do not use macros on functions that are not idempotent | reimar | 2008-07-13 | 1 | -1/+2 |
* | Reindent after last commit | reimar | 2008-07-11 | 1 | -9/+9 |
* | Check size of tkdata before using it in mov demuxer. | reimar | 2008-07-11 | 1 | -0/+2 |
* | Add atom_len sanity check to mov demuxer. | reimar | 2008-07-11 | 1 | -0/+1 |
* | Quick hack to fix demux_mov crashes where easily possible. | reimar | 2008-07-11 | 1 | -16/+16 |
* | 1000l, fix demux_lavf compilation | reimar | 2008-07-11 | 1 | -1/+1 |
* | Correct stream-seekability tests in demux_audio and demux_lavf | reimar | 2008-07-11 | 2 | -2/+2 |
* | Only read wav header cbSize when there is enough space in header. | reimar | 2008-07-10 | 1 | -1/+1 |
* | 100l, assignment introduced in r27246 was exactly the wrong way around. | reimar | 2008-07-10 | 1 | -1/+1 |
* | Cosmetics: reindent | reimar | 2008-07-10 | 1 | -5/+5 |
* | Clean up reading of wav extradata. | reimar | 2008-07-10 | 1 | -7/+3 |
* | Fix stupid and almost pointless check-after-read code in asfheader.c. | reimar | 2008-07-09 | 1 | -3/+3 |
* | Use correct PRIu64 length modifier for uint64_t value, fixes the warning: | diego | 2008-07-08 | 1 | -1/+1 |
* | Add support for MLP audio through FFmpeg. | diego | 2008-07-07 | 1 | -0/+1 |
* | Add standard license header for NuppelVideo, i.e. GPL v2+. | diego | 2008-07-06 | 1 | -1/+18 |
* | Check stdata_len before accessing stdata. Fixes bug #1125 | reimar | 2008-07-04 | 1 | -0/+4 |
* | Replace asserts by proper conditions to allow playback of some broken but | reimar | 2008-06-29 | 1 | -4/+5 |
* | Make sure we do not use uninitialized data in case of a short read. | reimar | 2008-06-29 | 1 | -0/+1 |
* | Do not use stdata before checking its length | reimar | 2008-06-29 | 1 | -4/+5 |
* | add support for /game-formats/psx-str/ | compn | 2008-06-24 | 2 | -0/+3 |
* | Add missing #includes that are required for things used in the header. | diego | 2008-06-17 | 2 | -1/+4 |
* | cosmetics: Remove useless parentheses, align. | diego | 2008-06-16 | 1 | -3/+3 |
* | Chapter support for lavf demuxer. | reimar | 2008-06-16 | 1 | -0/+7 |
* | 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 |
* | Unbreak audio, thanks to Uoti for the insight | lu_zero | 2008-06-12 | 1 | -0/+1 |
* | Remove unused variable, fixes the warning: | diego | 2008-06-08 | 1 | -1/+0 |
* | call demux_flush() where appropriate | nicodvb | 2008-06-02 | 1 | -6/+1 |
* | use demux_flush() where appropriate | nicodvb | 2008-06-02 | 1 | -6/+2 |
* | added and reused demux_flush() instead of emptying the demux_stream buffers; | nicodvb | 2008-06-02 | 2 | -20/+11 |
* | 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 |
* | add qclp fourcc | compn | 2008-05-26 | 1 | -0/+1 |
* | Make internal subtitle and subtitle switching work with -audiofile | reimar | 2008-05-21 | 1 | -0/+5 |
* | Use av_alloc_put_byte instead of custom protocol. | reimar | 2008-05-21 | 1 | -48/+11 |
* | Continue detection if it is not clear if we have a MP3 or flac file. | reimar | 2008-05-21 | 1 | -1/+2 |
* | add ffmpeg ea maxis xa adpcm audio decoder | compn | 2008-05-16 | 1 | -0/+1 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 6 | -20/+17 |
* | Remove unused function, fixes the warning: | diego | 2008-05-15 | 1 | -19/+0 |
* | Remove unused variable, fixes the warning: | diego | 2008-05-15 | 1 | -1/+0 |
* | cosmetics: Break overly long lines. | diego | 2008-05-15 | 1 | -5/+7 |
* | Mark static tables const. | diego | 2008-05-15 | 1 | -4/+4 |
* | Mark files that were imported from the MJPEG Tools suite as such. | diego | 2008-05-14 | 4 | -4/+4 |
* | 10l: Revert license header cleanup on imported files. | diego | 2008-05-14 | 2 | -33/+32 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 8 | -112/+124 |
* | add rl2 codec | compn | 2008-05-14 | 1 | -0/+1 |
* | add ffptx , works on ptx samples | compn | 2008-05-12 | 1 | -0/+1 |
* | cosmetics: wording/spelling fixes | diego | 2008-05-11 | 1 | -18/+19 |
* | AVOption support for lavf demuxing | michael | 2008-05-10 | 1 | -0/+10 |
* | AVOptions support for lavf muxing. | michael | 2008-05-10 | 1 | -0/+11 |
* | Replace a really ugly hack by a clean but not thread safe solution. | michael | 2008-05-10 | 1 | -2/+7 |
* | Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC. | diego | 2008-05-07 | 1 | -1/+1 |
* | Check ASF packet size before calling demux_asf_read_packet. Fixes segfault | eugeni | 2008-05-02 | 1 | -1/+5 |
* | Remove unnecessary version.h #includes. | diego | 2008-04-30 | 4 | -6/+0 |
* | Merge libmpdemux/Makefile into top-level Makefile. | diego | 2008-04-24 | 1 | -73/+0 |
* | #include base64.h with full path. | diego | 2008-04-24 | 1 | -1/+1 |
* | EXTRAXX_INC flags should now be added to .depend compilation, | diego | 2008-04-23 | 1 | -1/+1 |
* | Take audio delay into account when seeking in avisynth demuxer. | reimar | 2008-04-23 | 1 | -0/+2 |
* | Calculate fps as double-precision to make switching to double-precision fps v... | reimar | 2008-04-23 | 1 | -1/+1 |
* | .depend has to get all the CFLAGS that the files it contains dependency | diego | 2008-04-22 | 1 | -1/+1 |
* | Add BFI video support through FFmpeg. | diego | 2008-04-22 | 1 | -0/+1 |
* | Revert r26412: policy violation | rtogni | 2008-04-19 | 1 | -8/+7 |
* | Revert r26411: policy violation | rtogni | 2008-04-19 | 1 | -963/+812 |
* | Prefer libavformat musepack demuxer over internal one (which does not even su... | reimar | 2008-04-16 | 1 | -0/+2 |
* | demux_asf: Fix operator precedence in packet length check | uau | 2008-04-13 | 1 | -1/+1 |
* | demux_real.c: Always use MP_NOPTS_VALUE for unknown pts | uau | 2008-04-12 | 1 | -1/+1 |
* | demux_mkv.c: Mark some static tables const | uau | 2008-04-12 | 1 | -7/+8 |
* | Reformat demuxer.c | uau | 2008-04-12 | 1 | -812/+963 |
* | Remove global demuxer_type | uau | 2008-04-12 | 3 | -3/+1 |
* | Remove another two useless special-case from flac metadata reading function | reimar | 2008-04-12 | 1 | -20/+2 |
* | Simplify: use AV_RB24 | reimar | 2008-04-12 | 1 | -1/ |