Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sourcebinary
/
libav
Public
forked from
libav/libav
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
libav
libavcodec
adxdec.c
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 7, 2017
Use bitstream_init8() where appropriate
DonDiego
committed
a25dac9
View commit details
Copy full SHA for a25dac9
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
adx: Convert to the new bitstream reader
sasshka
authored and
DonDiego
committed
4e25051
View commit details
Copy full SHA for 4e25051
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
lavc: AV-prefix all codec capabilities
Show description for def9785
kodawah
committed
def9785
View commit details
Copy full SHA for def9785
View code at this point
Browse repository at this point
Commits on Jul 9, 2014
adxdec: get rid of an avpriv function
Show description for d5cf5af
elenril
committed
d5cf5af
View commit details
Copy full SHA for d5cf5af
View code at this point
Browse repository at this point
Commits on Oct 3, 2013
cosmetics: Group .name and .long_name together in codec/format declarations
DonDiego
committed
b2bed93
View commit details
Copy full SHA for b2bed93
View code at this point
Browse repository at this point
Commits on Mar 8, 2013
lavc decoders: work with refcounted frames.
elenril
committed
759001c
View commit details
Copy full SHA for 759001c
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
adx: decode directly to the user-provided AVFrame
justinruggles
committed
0588935
View commit details
Copy full SHA for 0588935
View code at this point
Browse repository at this point
Commits on Dec 4, 2012
lavc: add a wrapper for AVCodecContext.get_buffer().
Show description for 594d4d5
elenril
committed
594d4d5
View commit details
Copy full SHA for 594d4d5
View code at this point
Browse repository at this point
Commits on Oct 9, 2012
adxdec: use planar sample format
justinruggles
committed
cbcd497
View commit details
Copy full SHA for cbcd497
View code at this point
Browse repository at this point
Commits on Aug 7, 2012
Replace all CODEC_ID_* with AV_CODEC_ID_*
elenril
committed
36ef536
View commit details
Copy full SHA for 36ef536
View code at this point
Browse repository at this point
Commits on Jan 3, 2012
adxdec: clear eof flag and channel states when seeking
justinruggles
committed
730280f
View commit details
Copy full SHA for 730280f
View code at this point
Browse repository at this point
adxdec: Do not require extradata.
Show description for 4f1a787
michaelni
authored and
justinruggles
committed
4f1a787
View commit details
Copy full SHA for 4f1a787
View code at this point
Browse repository at this point
Commits on Dec 2, 2011
Add avcodec_decode_audio4().
Show description for 0eea212
justinruggles
committed
0eea212
View commit details
Copy full SHA for 0eea212
View code at this point
Browse repository at this point
Commits on Nov 26, 2011
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
Show description for 9d2dd35
justinruggles
committed
9d2dd35
View commit details
Copy full SHA for 9d2dd35
View code at this point
Browse repository at this point
adx: add an ADX parser.
Show description for 27360cc
justinruggles
committed
27360cc
View commit details
Copy full SHA for 27360cc
View code at this point
Browse repository at this point
adx: move header decoding to ADX common code
justinruggles
committed
d8cec2d
View commit details
Copy full SHA for d8cec2d
View code at this point
Browse repository at this point
adx: calculate the number of blocks in a packet
justinruggles
committed
7ff55d9
View commit details
Copy full SHA for 7ff55d9
View code at this point
Browse repository at this point
adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES
justinruggles
committed
05c1f11
View commit details
Copy full SHA for 05c1f11
View code at this point
Browse repository at this point
adx: check for unsupported ADX formats
justinruggles
committed
d174561
View commit details
Copy full SHA for d174561
View code at this point
Browse repository at this point
adx: calculate correct LPC coeffs
Show description for b237248
justinruggles
committed
b237248
View commit details
Copy full SHA for b237248
View code at this point
Browse repository at this point
adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow
justinruggles
committed
954d94d
View commit details
Copy full SHA for 954d94d
View code at this point
Browse repository at this point
adx: simplify adx_decode() by using get_sbits() to read residual samples
justinruggles
committed
c52ddc6
View commit details
Copy full SHA for c52ddc6
View code at this point
Browse repository at this point
adx: fix the data offset parsing in adx_decode_header()
Show description for ca9e472
justinruggles
committed
ca9e472
View commit details
Copy full SHA for ca9e472
View code at this point
Browse repository at this point
adx: remove unneeded post-decode channel interleaving
Show description for 837bbd1
justinruggles
committed
837bbd1
View commit details
Copy full SHA for 837bbd1
View code at this point
Browse repository at this point
adx: validate header values
justinruggles
committed
e2d1eac
View commit details
Copy full SHA for e2d1eac
View code at this point
Browse repository at this point
adx: cosmetics: general pretty-printing and comment clean-up
justinruggles
committed
8db6761
View commit details
Copy full SHA for 8db6761
View code at this point
Browse repository at this point
adx: remove useless comments
justinruggles
committed
fbc79a9
View commit details
Copy full SHA for fbc79a9
View code at this point
Browse repository at this point
adx: change short to int16_t
justinruggles
committed
e0722d7
View commit details
Copy full SHA for e0722d7
View code at this point
Browse repository at this point
adx: rename struct PREV to ADXChannelState
justinruggles
committed
dd1b9f7
View commit details
Copy full SHA for dd1b9f7
View code at this point
Browse repository at this point
Commits on Jul 29, 2011
lavc: use designated initialisers for all codecs.
Show description for ec6402b
elenril
committed
ec6402b
View commit details
Copy full SHA for ec6402b
View code at this point
Browse repository at this point
Commits on Mar 19, 2011
Replace FFmpeg with Libav in licence headers
Show description for 2912e87
mansr
committed
2912e87
View commit details
Copy full SHA for 2912e87
View code at this point
Browse repository at this point
Commits on Jan 26, 2011
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Show description for d36beb3
Flameeyes
authored and
mansr
committed
d36beb3
View commit details
Copy full SHA for d36beb3
View code at this point
Browse repository at this point
Commits on Nov 12, 2010
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Show description for 5d6e4c1
Stefano Sabatini
committed
5d6e4c1
View commit details
Copy full SHA for 5d6e4c1
View code at this point
Browse repository at this point
Commits on Apr 20, 2010
Remove explicit filename from Doxygen @file commands.
Show description for ba87f08
DonDiego
committed
ba87f08
View commit details
Copy full SHA for ba87f08
View code at this point
Browse repository at this point
Commits on Mar 30, 2010
Define AVMediaType enum, and use it instead of enum CodecType, which
Show description for 72415b2
Stefano Sabatini
committed
72415b2
View commit details
Copy full SHA for 72415b2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.