| Commit message (Expand) | Author | Age | Files | Lines |
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*. | Ronald S. Bultje | 2015-08-18 | 1 | -3/+3 |
* | avcodec/dvbsubdec: Print field lens in case they are too lerge | Michael Niedermayer | 2015-08-13 | 1 | -1/+1 |
* | lavc: Remove newline from avpriv_request_sample() calls. | Carl Eugen Hoyos | 2015-08-11 | 1 | -1/+1 |
* | avcodec/dvbsubdec: Do not stop decoding at a invalid depth | Michael Niedermayer | 2015-08-05 | 1 | -1/+0 |
* | lavc/dvbsub: Do not fail on clut depth 0. | Carl Eugen Hoyos | 2015-08-04 | 1 | -1/+1 |
* | avcodec/dvbsubdec: Allow selecting the substream, or all substreams | Michael Niedermayer | 2015-08-04 | 1 | -6/+13 |
* | avcodec/dvbsubdec: Implement display definition segment fallback from ETSI E... | Michael Niedermayer | 2015-07-29 | 1 | -0/+7 |
* | avcodec/dvbsubdec: Add option to select when to computer clut (always/never/"... | Michael Niedermayer | 2015-07-27 | 1 | -1/+3 |
* | avcodec/dvbsubdec: Compute default CLUT based on bitmap analysis | Michael Niedermayer | 2015-07-26 | 1 | -0/+60 |
* | avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segm... | banastasov | 2015-05-30 | 1 | -3/+3 |
* | avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failure | Michael Niedermayer | 2015-05-14 | 1 | -1/+5 |
* | avcodec/dvbsubdec: Do not return a value from a function returning void | Michael Niedermayer | 2015-04-26 | 1 | -1/+1 |
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -22/+23 |
|\ |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -21/+22 |
* | | Merge commit '607ad990d31e6be52980970e5ce8cd25ab3de812' | Michael Niedermayer | 2015-01-27 | 1 | -23/+40 |
|\| |
|
| * | dvbsubdec: check memory allocations and propagate errors | Vittorio Giovara | 2015-01-27 | 1 | -30/+58 |
* | | avcodec/dvbsubdec: Check get_region() return value | Michael Niedermayer | 2015-01-17 | 1 | -0/+6 |
* | | avcodec/dvbsubdec: Return proper error codes from more functions | Michael Niedermayer | 2015-01-10 | 1 | -11/+16 |
* | | avcodec/dvbsubdec: Add some av_malloc() failure checks | Michael Niedermayer | 2015-01-10 | 1 | -0/+4 |
* | | avcodec/dvbsubdec: Remove redundant "DVBSub error" prefix | Michael Niedermayer | 2014-12-06 | 1 | -3/+3 |
* | | avcodec/dvbsubdec: Pass context to av_log() | Michael Niedermayer | 2014-12-05 | 1 | -9/+11 |
* | | avcodec/dvbsubdec: av_assert* instead of assert() | Michael Niedermayer | 2014-11-12 | 1 | -1/+1 |
* | | avcodec/dvbsubdec: Cleanup on *malloc failure | Michael Niedermayer | 2014-11-12 | 1 | -7/+23 |
* | | Merge commit '443502aed8b814d883825e52e91e4f018955aa66' | Michael Niedermayer | 2014-11-11 | 1 | -16/+8 |
|\| |
|
| * | dvbsubdec: move shared codepath | Vittorio Giovara | 2014-11-11 | 1 | -15/+8 |
* | | avcodec/dvbsubdec: Fix 8bit non_mod case | Michael Niedermayer | 2014-11-11 | 1 | -5/+7 |
* | | avcodec/dvbsubdec: use av_freep() for saftey | Michael Niedermayer | 2014-11-11 | 1 | -3/+3 |
* | | Merge commit '2383323661f3b8342b2c4d356fcfe8c5d1b045f8' | Michael Niedermayer | 2014-11-11 | 1 | -0/+13 |
|\| |
|
| * | dvbsubdec: improve error checking | Vittorio Giovara | 2014-11-11 | 1 | -5/+15 |
| * | dvbsubdec: add missing break | Jernej Fijačko | 2014-11-11 | 1 | -0/+1 |
* | | avcodec/dvbsubdec: Add return code to save_subtitle_set() | Michael Niedermayer | 2014-11-11 | 1 | -2/+4 |
* | | avcodec/dvbsubdec: use av_freep() to avoid leaving stale pointers | Michael Niedermayer | 2014-10-30 | 1 | -9/+9 |
* | | avcodec/dvbsubdec: merge declaration and init | Michael Niedermayer | 2014-10-30 | 1 | -9/+3 |
* | | avcodec/dvbsubdec: make compute_edt user settable | Michael Niedermayer | 2014-09-01 | 1 | -1/+2 |
* | | avcodec/dvbsubdec: dont mix integers with pointers | Michael Niedermayer | 2014-08-16 | 1 | -2/+2 |
* | | avcodec/dvbsubdec: removed unnecessary null check for subtitle | Anshul Maheshwari | 2014-07-02 | 1 | -1/+1 |
* | | avcodec/dvbsubdec: fix ignoring blank frame by updating got_output | Anshul Maheshwari | 2014-06-27 | 1 | -8/+7 |
* | | avcodec/dvbsubdec: support returning exact end times | Anshul Maheshwari | 2014-06-22 | 1 | -14/+45 |
* | | avcodec/dvbsubdec: Split save_subtitle_set() out | Anshul Maheshwari | 2014-06-15 | 1 | -78/+81 |
* | | avcodec/dvbsubdec: add AVClass to context | Anshul Maheshwari | 2014-06-15 | 1 | -0/+12 |
* | | avcodec/dvbsubdec: restructure version check | Anshul Maheshwari | 2014-06-15 | 1 | -2/+3 |
* | | avcodec/dvbsubdec: add some basic av_log debuging support | Michael Niedermayer | 2014-06-04 | 1 | -1/+7 |
* | | avcodec/dvbsubdec: use av_mallocz_array() | Michael Niedermayer | 2014-04-22 | 1 | -1/+1 |
* | | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' | Michael Niedermayer | 2014-04-05 | 1 | -1/+1 |
|\| |
|
| * | Remove a number of unnecessary dsputil.h #includes | Diego Biurrun | 2014-04-04 | 1 | -1/+1 |
* | | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852' | Michael Niedermayer | 2014-03-14 | 1 | -1/+1 |
|\| |
|
| * | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | | avcodec/dvbsubdec: DVB subtitles decoder: support of 5 bytes extradata format | mrlika | 2014-02-09 | 1 | -2/+6 |
* | | avcodec/dvbsubdec: Remove unused display_list_size | Michael Niedermayer | 2014-01-25 | 1 | -3/+0 |
* | | Fixed a memory leak in dvbsubenc.c: sub->num_rects was reduced without freein... | Wim Vander Schelden | 2014-01-25 | 1 | -3/+7 |