libavc/decoder
Dan Willemsen f197ccb756 Remove __DATE__/__TIME__ from Android builds
This removes unnecessary changes from build to build.

Bug: 24204119
Change-Id: I25258314fe56ea186d38d756fb5fb04aa689a812
2015-10-27 17:52:13 -07:00
..
arm fix file permissions 2015-05-05 17:34:51 +00:00
mips fix file permissions 2015-05-05 17:34:51 +00:00
x86 fix file permissions 2015-05-05 17:34:51 +00:00
ih264d.h Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_api.c Remove __DATE__/__TIME__ from Android builds 2015-10-27 17:52:13 -07:00
ih264d_bitstrm.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_bitstrm.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_cabac.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_cabac.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_cabac_init_tables.c Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_compute_bs.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_deblocking.c Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_deblocking.h Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_debug.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_defs.h Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_dpb_manager.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_dpb_mgr.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_error_handler.h Improved error resilience in decoder 2015-06-24 20:39:37 +00:00
ih264d_format_conv.c Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_format_conv.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_function_selector.h Remove an unused and unnecessary function prototype and associated define 2015-06-24 20:37:43 +00:00
ih264d_function_selector_generic.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_inter_pred.c Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_inter_pred.h Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_mb_utils.c Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_mb_utils.h Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_mem_request.h Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_mvpred.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_mvpred.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_nal.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_nal.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_parse_bslice.c Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_parse_cabac.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_parse_cabac.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_parse_cavlc.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_parse_cavlc.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_parse_headers.c Return error in SPS/PPS parsing when extra bytes are read from input 2015-10-09 01:04:10 +00:00
ih264d_parse_headers.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_parse_islice.c Decoder: Once all the MBs in a picture are decoded ignore remaining bytes 2015-10-09 01:03:59 +00:00
ih264d_parse_islice.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_parse_mb_header.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_parse_mb_header.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_parse_pslice.c Decoder: Once all the MBs in a picture are decoded ignore remaining bytes 2015-10-09 01:03:59 +00:00
ih264d_parse_slice.c Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_parse_slice.h Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_process_bslice.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_process_bslice.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_process_intra_mb.c Don't declare variables after statements 2015-06-25 13:29:52 +03:00
ih264d_process_intra_mb.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_process_pslice.c Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_process_pslice.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_quant_scaling.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_quant_scaling.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_sei.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_sei.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_structs.h Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_tables.c Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_tables.h Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_thread_compute_bs.c Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_thread_compute_bs.h Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_thread_parse_decode.c Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_thread_parse_decode.h Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264d_transfer_address.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264d_utils.c Decoder: Fixed an out of bound read in intra pred buffers 2015-10-09 01:03:08 +00:00
ih264d_utils.h Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_vui.c Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ih264d_vui.h Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
iv.h Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30
ivd.h Decoder: Reduced memory requirements 2015-08-04 17:50:14 +05:30