| Commit message (Expand) | Author | Age | Files | Lines |
* | crystalhd: fix missing braces warning | Michael Niedermayer | 2012-11-03 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -7/+7 |
* | rename missed CodecID to AVCodecID | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -15/+15 |
* | Fix misc swapped dot and carriage returns in av_log calls. | Clément Bœsch | 2012-08-03 | 1 | -1/+1 |
* | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
* | CrystalHD: Improve detection of field pair -> two fields content. | Philip Langdale | 2012-05-06 | 1 | -3/+12 |
* | CrystalHD: Set aspect ratio. | sebist | 2012-04-17 | 1 | -0/+50 |
* | CrystalHD: fix pStride value. | sebist | 2012-04-17 | 1 | -2/+1 |
* | CrystalHD: Remove EXPERIMENTAL flag for known good formats. | Philip Langdale | 2012-03-25 | 1 | -5/+5 |
* | CrystalHD: Back up extradata to allow decoder reinit to work. | Philip Langdale | 2012-01-22 | 1 | -0/+26 |
* | CrystalHD: Initialise variables to silence valgrind. | Philip Langdale | 2012-01-22 | 1 | -2/+2 |
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -1/+1 |
* | CrystalHD: Always identify H.264 streams as Annex B. | Philip Langdale | 2011-06-21 | 1 | -6/+2 |
* | CrystalHD: Always send filtered H.264 stream to hardware. | Philip Langdale | 2011-06-21 | 1 | -9/+13 |
* | CrystalHD: Simplfy extradata handling for non-Annex B content. | Philip Langdale | 2011-06-21 | 1 | -18/+3 |
* | CrystalHD: Use mp4toannexb bitstream filter. | Philip Langdale | 2011-06-13 | 1 | -11/+37 |
* | CrystalHD: Keep mp4toannexb filter around for entire decoder lifetime. | Philip Langdale | 2011-06-13 | 1 | -5/+7 |
* | CrystalHD: Add auto-detection of packed b-frame bug. | Philip Langdale | 2011-04-30 | 1 | -1/+18 |
* | CrystalHD: Add AVOption to configure hardware downscaling. | Philip Langdale | 2011-04-24 | 1 | -0/+67 |
* | CrystalHD: Fix usage of h264 parser. | Philip Langdale | 2011-04-16 | 1 | -5/+11 |
* | CrystalHD: Improve detection of h.264 content. | Philip Langdale | 2011-04-08 | 1 | -38/+59 |
* | CrystalHD: Carry picture type from input to output picture. | Philip Langdale | 2011-04-08 | 1 | -2/+19 |
* | CrystalHD: Bring in h.264 parser to establish picture type. | Philip Langdale | 2011-04-08 | 1 | -0/+29 |
* | CrystalHD: Change opaque_list_pop to return the node. | Philip Langdale | 2011-04-08 | 1 | -18/+25 |
* | CrystalHD: Fix whitespace after previous change. | Philip Langdale | 2011-04-08 | 1 | -29/+29 |
* | CrystalHD: Handle different h.264 MBAFF packing. | Philip Langdale | 2011-04-08 | 1 | -10/+15 |
* | CrystalHD: Remove redundant interlaced check. | Philip Langdale | 2011-03-26 | 1 | -2/+1 |
* | CrystalHD: Add 2011 to Copyright | Philip Langdale | 2011-03-26 | 1 | -1/+1 |
* | Revert "CrystalHD: Improve interlaced h.264 support." | Philip Langdale | 2011-03-26 | 1 | -134/+82 |
* | Revert "CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants." | Philip Langdale | 2011-03-26 | 1 | -44/+15 |
* | Revert "CrystalHD: Refine heuristic logic." | Philip Langdale | 2011-03-26 | 1 | -28/+29 |
* | CrystalHD: Refine heuristic logic. | Philip Langdale | 2011-03-26 | 1 | -29/+28 |
* | CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants. | Philip Langdale | 2011-03-26 | 1 | -15/+44 |
* | CrystalHD: Improve interlaced h.264 support. | Philip Langdale | 2011-03-26 | 1 | -82/+134 |
* | CrystalHD: Use doxygen compatible comments where relevant. | Philip Langdale | 2011-03-17 | 1 | -4/+4 |
* | CrystalHD decoder support v7 | Philip Langdale | 2011-03-10 | 1 | -0/+960 |