| Commit message (Expand) | Author | Age |
* | Fix segfault when encoding from an mkv file with embedded fonts. | eugeni | 2007-06-07 |
* | Calculate pts with double precision in demux_asf | uau | 2007-06-07 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Use 'static inline' instead of 'inline static' to avoid warnings | zuxy | 2007-06-04 |
* | Remove unused parameter for mp_msg | zuxy | 2007-06-03 |
* | Make realloc_struct inline as other functions defined in demuxer.h | zuxy | 2007-06-02 |
* | prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com) | nicodvb | 2007-06-02 |
* | Use play duration instead of send duration to calculate the length | zuxy | 2007-05-30 |
* | Get rid of __attribute__((__packed__)) in Matroska demuxer | reimar | 2007-05-28 |
* | 10l: r23399 broke mov/mp4 demuxing | cehoyos | 2007-05-28 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | Set i_bps for ASF video streams according to extended stream properties | zuxy | 2007-05-22 |
* | cosmetics: fix indentation for previous commit | corey | 2007-05-18 |
* | PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets | corey | 2007-05-18 |
* | Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen... | reimar | 2007-05-17 |
* | Make use of new AV_RL64 | reimar | 2007-05-17 |
* | Remove useless setting of dp->len, it is already set to that value by | reimar | 2007-05-17 |
* | Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv). | corey | 2007-05-17 |
* | Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can | corey | 2007-05-17 |
* | Fix double free() in demux_asf.c | uau | 2007-05-14 |
* | add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte... | compn | 2007-05-10 |
* | Fix indentation broken in r23287 | reimar | 2007-05-10 |
* | Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv | reimar | 2007-05-10 |
* | Avoid code duplication in mkv demuxer for standard fourcc/extradata handling | reimar | 2007-05-10 |
* | Ignore comments where no '=' follows the comment name (otherwise | reimar | 2007-05-09 |
* | For DVR-MS: | nicodvb | 2007-05-07 |
* | Fix compilation after FFmpeg r8921 | cehoyos | 2007-05-07 |
* | Fix NULL pointer dereference in demux_mkv that happens when | eugeni | 2007-05-01 |
* | Simplify preprocessor directives: There is a general variable for | diego | 2007-04-26 |
* | Add general variables for either static or shared FFmpeg libraries. | diego | 2007-04-26 |
* | Add CXX include flags to dependency file generation CFLAGS to generate correct | diego | 2007-04-26 |
* | cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables. | diego | 2007-04-25 |
* | Declarations and code should not be mixed. | diego | 2007-04-25 |
* | Add support for Bethesda Software VID video. | diego | 2007-04-25 |
* | compilation fix, manually include help_mp.h | ods15 | 2007-04-24 |
* | Cosmetics: remove duplicate space in ifdef | reimar | 2007-04-22 |
* | demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO | nicodvb | 2007-04-22 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 |
* | Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files | reimar | 2007-04-16 |
* | Use lavf_preferred mechanism to replace more extension-based detection hacks | reimar | 2007-04-14 |
* | Add lavf_preferred demuxer for lavf formats we want to be probed | reimar | 2007-04-14 |
* | added :interleaving2, a better method to determine which stream whouls be flu... | nicodvb | 2007-04-08 |
* | in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufs... | nicodvb | 2007-04-08 |
* | reindentation | nicodvb | 2007-04-08 |
* | in the system header set audio_locked/video_locked only for dvd and vcd | nicodvb | 2007-04-08 |
* | small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 by... | nicodvb | 2007-04-08 |
* | Start to separate bad-autodetection hacks from other stuff in extension-based | reimar | 2007-04-07 |
* | .dxa files should be handled by libavformat. | diego | 2007-04-07 |
* | support for C93 video | diego | 2007-04-07 |
* | 10l, the scr must be reset before overwriting the first pack with the correct... | nicodvb | 2007-04-07 |