summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/mpeg2ts
Commit message (Expand)AuthorAgeFilesLines
* am 49960807: am 0105027f: Fix wrong channel table in ESQueue according to the...Dongwon Kang2014-02-131-1/+1
|\
| * am 0105027f: Fix wrong channel table in ESQueue according to the A/52 table 5.8Dongwon Kang2014-02-131-1/+1
| |\
| | * Fix wrong channel table in ESQueue according to the A/52 table 5.8Dongwon Kang2014-02-111-1/+1
* | | warnings be gone.Andreas Huber2014-02-115-6/+9
* | | am 429f2bf7: am e2307ccb: Merge "frameworks/av: fix errors inside ALOGV"Colin Cross2014-02-101-0/+2
|\ \ \ | |/ /
| * | am e2307ccb: Merge "frameworks/av: fix errors inside ALOGV"Colin Cross2014-02-071-0/+2
| |\ \ | | |/ | |/|
| | * frameworks/av: fix errors inside ALOGVColin Cross2014-02-061-0/+2
| * | [DO NOT MERGE] Support TS + AC3 for ATSC standardChangwan Ryu2014-02-034-0/+202
| |/
* | stagefright: Fix issue with tracking media format in packet sourceLajos Molnar2013-12-171-9/+39
* | am 5274e21e: am 26c8f714: Merge "Ignore transport stream packets with the "tr...Andreas Huber2013-11-131-1/+4
|\ \ | |/
| * Ignore transport stream packets with the "transport_error_indicator" bit setAndreas Huber2013-11-121-1/+4
* | Support TS + AC3 for ATSC standardChangwan Ryu2013-11-064-0/+202
|/
* Fixed timestamp handling in ESQueue Access Unit parser.Rachad2013-08-301-6/+1
* New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-313-42/+28
* A reference to the psi section data could become invalid if moreAndreas Huber2013-04-291-3/+5
* In certain cases where AAC audio frames extended into the next PES payloadAndreas Huber2013-04-051-24/+37
* Squashed commit of the following:Andreas Huber2013-03-122-0/+17
* Handles duplicated NAL start code to fix crash on HLS streams.Insun Kang2013-02-251-1/+1
* RTSP buffering improvementsRoger Jönsson2013-02-062-3/+20
* Squashed commit of the following:Andreas Huber2013-01-291-0/+10
* Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-1/+15
* Various tweaks to wfdAndreas Huber2012-10-314-0/+83
* Fix video continuityMarco Nelissen2012-10-021-0/+2
* Merge "Improvements to our MPEG2 Transport Stream parser" into jb-mr1-devAndreas Huber2012-09-042-21/+169
|\
| * Improvements to our MPEG2 Transport Stream parserAndreas Huber2012-08-312-21/+169
* | Special mode for ESQueue that allows for earlier dequeuing of access unitsAndreas Huber2012-08-312-4/+36
|/
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* Fixes parsing of PSI sections in MPEG2 transport streamsAndreas Huber2012-05-172-13/+160
* Buffer at least 2 secs worth of data at startup of after a seek beforeAndreas Huber2012-05-172-0/+38
* Make the transport stream extraction code output ADTS AAC frames.Andreas Huber2012-04-301-34/+12
* Some refactoring and cleanup of now obsolete crypto fields.Andreas Huber2012-04-181-6/+0
* AV Android make files changesJames Dong2012-03-281-1/+1
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-0/+6
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-241-1/+0
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-2/+2
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-082-2/+2
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-044-22/+22
* resolved conflicts for merge of 998a929a to masterAndreas Huber2011-11-295-40/+92
|\
| * Finer granularity discontinuity support.Andreas Huber2011-11-285-40/+92
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-264-58/+58
|/
* Merge "Support for an MPEG2 Program Stream extractor."Andreas Huber2011-10-134-5/+741
|\
| * Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-304-5/+741
* | Assume a PTS of 0 if absent, don't bail on fragmented PES packets not having PTSAndreas Huber2011-10-122-2/+8
|/
* Signal an error when encountering a malformed .ts stream.Andreas Huber2011-09-011-13/+33
* I have one HLS stream that switches stream PIDs from one bandwidth to the nextAndreas Huber2011-08-313-25/+84
* Discontinuities are only signalled on streams that have been identified, i.e.Andreas Huber2011-08-311-32/+13
* ATSParser now supports a mode in which PTS is considered to be absolute timeAndreas Huber2011-08-302-10/+23
* When encountering a discontinuity, flush(clear) all content enqueued up to thatAndreas Huber2011-08-251-14/+18