| Commit message (Expand) | Author | Age | Files | Lines |
* | also remove c93_ prefix for static function in the c93 demuxer | Michael Niedermayer | 2007-04-08 | 1 | -6/+6 |
* | s/rle_num_bytes/code/ | Michael Niedermayer | 2007-04-07 | 1 | -9/+9 |
* | simplify | Michael Niedermayer | 2007-04-07 | 1 | -2/+1 |
* | conform to spec | Michael Niedermayer | 2007-04-07 | 1 | -1/+1 |
* | use shorter names for the block type enum | Michael Niedermayer | 2007-04-07 | 1 | -8/+8 |
* | code claims to use 32bit timestamp, lets make it also use that | Michael Niedermayer | 2007-04-07 | 1 | -1/+1 |
* | remove redundant comments | Michael Niedermayer | 2007-04-07 | 1 | -9/+6 |
* | remove inappropriate debuging av_log() alternatively they could be changed to... | Michael Niedermayer | 2007-04-07 | 1 | -9/+3 |
* | memleak (seems ive missed that under the obfuscated indention) | Michael Niedermayer | 2007-04-07 | 1 | -5/+8 |
* | sane indention (no more 3 statements on one line...) | Michael Niedermayer | 2007-04-07 | 1 | -24/+30 |
* | CRYO APC demuxer | Anssi Hannula | 2007-04-07 | 4 | -0/+96 |
* | Bethsoft VID demuxer and video decoder | Nicholas Tung | 2007-04-07 | 4 | -0/+237 |
* | THP PCM decoder, used on the Nintendo GameCube. | Marco Gerards | 2007-04-07 | 1 | -3/+38 |
* | Interplay C93 demuxer and video decoder | Anssi Hannula | 2007-04-07 | 4 | -0/+205 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 3 | -5/+5 |
* | SGI image decoder ported to the new image API. | Xiaohui Sun | 2007-04-06 | 2 | -0/+2 |
* | Add some help for the analyzeduration option. | VĂctor Paesa | 2007-04-06 | 1 | -1/+1 |
* | changes some function declarations from () to (void) as per ansi c. | Stefan Huehner | 2007-04-04 | 3 | -3/+3 |
* | There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring | Diego Biurrun | 2007-04-03 | 5 | -11/+8 |
* | cosmetics: indentation | Diego Biurrun | 2007-04-03 | 1 | -2/+2 |
* | Get rid of unnecessary conditionals. | Diego Biurrun | 2007-04-03 | 1 | -9/+4 |
* | CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. | Diego Biurrun | 2007-04-03 | 1 | -1/+1 |
* | cosmetics: Put audio (de)muxer entries in alphabetical order. | Diego Biurrun | 2007-04-03 | 1 | -3/+2 |
* | Audio (de)muxer dependency on OSS is handled by configure. | Diego Biurrun | 2007-04-03 | 1 | -2/+0 |
* | cosmetics: Sort list of input/output formats. | Diego Biurrun | 2007-04-03 | 1 | -86/+87 |
* | Fix copy and paste error in comment. | Diego Biurrun | 2007-04-01 | 1 | -1/+1 |
* | support for the THP game format by Marco Gerards, mgerards xs4all nl | Diego Biurrun | 2007-04-01 | 4 | -0/+173 |
* | WMVA | Michael Niedermayer | 2007-04-01 | 1 | -0/+1 |
* | add AVRn fourcc | Baptiste Coudurier | 2007-03-31 | 1 | -0/+1 |
* | cosmetics: Fix indentation. | Diego Biurrun | 2007-03-31 | 1 | -1/+1 |
* | Do not return invalid pointer for non-audio or video streams. | Sam Hocevar | 2007-03-30 | 1 | -3/+4 |
* | argh, who commited this trash | Michael Niedermayer | 2007-03-30 | 1 | -5/+3 |
* | 10^10l to the idiot who designed this format and didnt even realize what numb... | Michael Niedermayer | 2007-03-30 | 1 | -1/+1 |
* | fix demuxing of IMAG0002.ASF | Michael Niedermayer | 2007-03-30 | 1 | -10/+8 |
* | analyze end condition must match r_fps selection condition | Michael Niedermayer | 2007-03-30 | 1 | -1/+1 |
* | fix probe of 001.vdr-broken-6025 | Michael Niedermayer | 2007-03-29 | 1 | -2/+2 |
* | move atom size check before parsing function search | Baptiste Coudurier | 2007-03-29 | 1 | -5/+4 |
* | unset sample count to disable track when is broken | Baptiste Coudurier | 2007-03-29 | 1 | -0/+1 |
* | break if atom size is more than size left in container atom, fix shooter.mov | Baptiste Coudurier | 2007-03-29 | 1 | -1/+1 |
* | Allow setting v4l2 input and video standard. | Limin Wang | 2007-03-29 | 1 | -0/+54 |
* | Change the vhook code to send real timestamps to the filters instead of the | Bobby Bingham | 2007-03-29 | 2 | -3/+2 |
* | add hdv1 fourcc | Baptiste Coudurier | 2007-03-28 | 1 | -0/+1 |
* | revert r8538 (set bit rate for asf format) until regression tests issue is st... | Baptiste Coudurier | 2007-03-28 | 1 | -14/+7 |
* | set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com | Zuxy Meng | 2007-03-28 | 1 | -7/+14 |
* | require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX | Michael Niedermayer | 2007-03-27 | 1 | -6/+11 |
* | add IJPG fourcc, to play m_ijpg.avi | Baptiste Coudurier | 2007-03-26 | 1 | -0/+1 |
* | warning about vhooks status | Michael Niedermayer | 2007-03-26 | 1 | -0/+2 |
* | activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362... | Baptiste Coudurier | 2007-03-25 | 1 | -0/+1 |
* | prefer MP3 id | Baptiste Coudurier | 2007-03-25 | 1 | -2/+2 |
* | use MKTAG | Baptiste Coudurier | 2007-03-25 | 1 | -1/+1 |