1826 Commits (024c7378c38127b51f3146e2e33fda76c3dae9c7)

Author SHA1 Message Date
  Luca Abeni 41536a6078 Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer 18 years ago
  Baptiste Coudurier a492ad9f63 100l 18 years ago
  Baptiste Coudurier 8d97aedbaa indentation 18 years ago
  Baptiste Coudurier 400615b68b use aiff when we can, some players only support aiff 18 years ago
  Diego Biurrun eb526fa6dd Remove unused file. 18 years ago
  Diego Biurrun 1367cffd66 Ogg is not Vorbis. 18 years ago
  François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
  Carl Eugen Hoyos 034ef0e8c3 Move base64.[ch] to libavutil. 18 years ago
  Michael Niedermayer 6d29fba950 support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count 18 years ago
  Michael Niedermayer 1d7d9935b2 always use audio spread (instead of "video no spread" for audio ...) 18 years ago
  Michael Niedermayer a98d3e829a increaseing preroll time to the minimum of the asf files i have 18 years ago
  Michael Niedermayer 0d9f863340 dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect? 18 years ago
  Michel Bardiaux d794d388a6 Add FACT chunk for non-PCM wav formats 18 years ago
  Luca Abeni c7238c72cb Pass a proper context to av_log() 18 years ago
  Reimar Döffinger 80a289b9bf mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul 18 years ago
  Reimar Döffinger c964c2c745 add key field to AVFormatContext for de/encryption support, patch by Reimar 18 years ago
  Måns Rullgård 74476a3a98 #include detected soundcard.h instead of testing for OpenBSD 18 years ago
  Michael Niedermayer 559a55ad52 use dvr-ms timestamps 18 years ago
  Michael Niedermayer 2d241e6687 fix broken memset(padding, 0) code 18 years ago
  Nico Sabbi cf10ee184f demux VC1 in mpegts 18 years ago
  Kostya Shishkov 7bb5c2a6ea Raw VC-1 demuxer 18 years ago
  Diego Biurrun f2390590e0 Remove obsolete imgformat1 leftovers. 18 years ago
  Diego Biurrun f248d017a7 Remove commented-out NUT muxer entry, can be added once we have a native muxer. 18 years ago
  Diego Biurrun 7a7a6486aa cosmetics: Reorder NUT entries. 18 years ago
  Diego Biurrun d7c592475d Properly separate native and libnut NUT (de)muxers. 18 years ago
  Justin Ruggles 7156aeb98a add read_probe function to raw ac3 demuxer 18 years ago
  Reimar Döffinger a0bbb2e977 Use av_set_pts_info and set some arbitrary timebase fallback 18 years ago
  Michael Niedermayer ff5b8d8360 remove senseless and wrong direct access to ByteIOContext internals 18 years ago
  Reimar Döffinger 51bd81f64d set pts_wrap_bits to 32 since timestamps in packets are 32 bit 18 years ago
  Michael Niedermayer 190972a06e iam pretty sure send time is dts and not pts ... 18 years ago
  Reimar Döffinger 2a1c3b8b90 10l, forgot to skip payload description in UMF packet parsing 18 years ago
  Michael Niedermayer 9bc932294f muxing packets with unknown timestamps is not allowed 18 years ago
  Michael Niedermayer d09ea618ed supporting files with A,V,I,0x19 header 18 years ago
  Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
  Michael Niedermayer aad512b4ec Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) 18 years ago
  Michael Niedermayer 4323b09d38 indent 18 years ago
  Michael Niedermayer ded3c7da61 dynamic index building so forward and backward seeking in avi without an index is possible 18 years ago
  Michael Niedermayer e9b78eeba2 better generic index building and seeking code 18 years ago
  Wolfram Gloger 9ecf7fada3 Fix audio corruption when cutting. 18 years ago
  Ramiro Polla 42572ef53f move networking #includes into separate file 18 years ago
  Panagiotis Issaris ca4544409e Make x11grab output its warning that it couldn't find the mouse pointer only 18 years ago
  Zuxy Meng a836a2c8b2 Set correct aspect ratio (it's sample aspect, not display aspect) 18 years ago
  Michael Niedermayer 5a461d8e11 packets must be correctly interleaved 18 years ago
  Michael Niedermayer 30e88789c9 extract aspect ratio 18 years ago
  Michael Niedermayer 8643594ce3 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) 18 years ago
  Michel Bardiaux f0ee3ea619 Add some context to av_log calls. 18 years ago
  Ronald S. Bultje 68fcdbf1e5 Fix misbehaviour in url_fseek() when seeking fails. 18 years ago
  Ronald S. Bultje eabbae730c protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the 18 years ago
  Luca Barbato a58b82f874 Missing prototype added 18 years ago
  Michael Niedermayer f8f0a0bdfd fix seeking in wma 18 years ago