aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhddata.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/dnxhdenc: print valid profiles when codec parameters are invalidMatthieu Bouron2013-01-271-0/+16
* lavc/dnxhddata: add frame_rates field to cid tableMatthieu Bouron2013-01-271-10/+20
* lavc/dnxhddata: fix bitrates for cid 1251 and 1252 in cid tableMatthieu Bouron2013-01-251-2/+2
* dnxhd: Add avpriv_dnxhd_get_frame_size()Michael Niedermayer2013-01-061-0/+8
* dnxhddata_ Fix mixup of sizeof() and array elements in ff_dnxhd_find_cid()Michael Niedermayer2012-10-131-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | dnxhd: Fix 10-bit DNxHD quant matricesJoseph Artsimovich2012-07-201-32/+34
* | remove unreferenced table "dnxhd_1238_ac_index_flag" (empty curly braces did ...J. Bohl2012-06-091-3/+0
* | Merge remote-tracking branch 'mans/dnxhd'Michael Niedermayer2011-10-221-346/+230
|\ \
| * | dnxhddec: merge ac_{index,run}_flagsMans Rullgard2011-07-241-225/+109
| * | dnxhddec: store 2*level+1 in ac_level tablesMans Rullgard2011-07-241-112/+112
| |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-2/+200
|\|
| * dnxhd: 10-bit supportJoseph Artsimovich2011-07-211-2/+200
| * dnxhd: rename some data tablesJoseph Artsimovich2011-07-211-16/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-36/+574
|\|
| * dnxhd: prettify tablesMans Rullgard2011-07-081-36/+574
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | dnxhd: Renama tablesJoseph Artsimovich2011-06-101-16/+16
|/
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* remove duplicate tablesStefan Gehrer2009-01-161-19/+2
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-2/+2
* return if bitrate is not specified or too lowBaptiste Coudurier2008-06-011-0/+2
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-181-8/+35
* dnxhd 720p encoding and decoding supportBaptiste Coudurier2007-12-021-0/+117
* dnxhd 36mbit supportBaptiste Coudurier2007-10-081-0/+6
* typo weigth->weightBaptiste Coudurier2007-10-081-12/+12
* preliminary 10 bit depth decoding support, still miss generic api to export p...Baptiste Coudurier2007-10-081-0/+67
* dnxhd 120 interlaced supportBaptiste Coudurier2007-08-101-0/+28
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-041-0/+198